Validation of input parameters

The values specified for the input parameters are validated. These are the validation rules for each parameter:
  • ROUTING_LOCATION_ID: If the value is specified:
    • The routing location ID specified must exist in the SC_LOCATION table.
    • An error message is logged if an entry for the specified ROUTING_LOCATION_ID value is not available in the SC_LOCATION table.
  • SOURCE: If the value is specified, records are filtered based on the specified SOURCE. Else, all records are processed.
  • ROUTING_VERSION_MAP_NAME: The value must be specified:
    • The routing version map name specified must exist in the SZ_ROUTING_VERSION_MAP table with the Active status.
    • An error message is logged if an entry for the specified ROUTING_VERSION_MAP_NAME value is not available in the SZ_ROUTING_VERSION_MAP table.