Shipping Methods

The Shipping Methods view object that corresponds to the CarrierServicePVO manages the service level and method of transport that form a shipping method for a carrier.

Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.CarrierServicePVO

Primary Keys : OrgCarrierServiceId

Initial Extract Date : WshOrgCarrierServicesCreationDate

Incremental Extract Date : WshOrgCarrierServicesLastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
OrgCarrierServiceId Value that uniquely identifies the carrier shipping method. It's a value that the application generates when it creates a shipping method for a carrier.
WshOrgCarrierServicesCarrierId Value that uniquely identifies the carrier. It's a primary key that the application generates when it creates a carrier.
WshOrgCarrierServicesCreatedBy User who created the row.
WshOrgCarrierServicesCreationDate Date and time of the creation of the row.
WshOrgCarrierServicesEnabledFlag Contains one of the following values: true or false. If true, then the shipping method is active. If false, then the shipping method isn't active. The default value is true.
WshOrgCarrierServicesJobDefinitionName Name of the job that created or last updated the row.
WshOrgCarrierServicesJobDefinitionPackage Package name of the job that created or last updated the row.
WshOrgCarrierServicesLastUpdateDate Date and time of the last update of the row.
WshOrgCarrierServicesLastUpdateLogin Session login associated to the user who last updated the row.
WshOrgCarrierServicesLastUpdatedBy User who last updated the row.
WshOrgCarrierServicesModeOfTransport Value that indicates the means used to deliver shipments to the customer. Valid values include Rail, Air, or Road. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Carriers Lookups task.
WshOrgCarrierServicesObjectVersionNumber Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
WshOrgCarrierServicesOrganizationId Value that uniquely identifies the inventory organization assigned to a carrier shipping method. Either this attribute or OrganizationCode is required.
WshOrgCarrierServicesRequestId Request ID of the job that created or last updated the row.
WshOrgCarrierServicesServiceLevel Value that indicates the priority of transportation that affects how quickly goods are transported. Valid values include Next day, Overnight, Express, or Door to Door. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Carriers Lookups task.
WshOrgCarrierServicesShipMethodCode Value that uniquely identifies the carrier shipping method, as a concatenation of carrier name, service level and mode of transport.