CARRIER_SHEX_BK(SQL Table) |
Index Back |
---|---|
Shipment date block exceptionsThis table stores the dates and times a carrier cannot ship deliveries, over and above their standing daily exception dates and times. This table is consulted during the quotation and order entry process when trying determine a scheduled arrival date. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CARRIER_ID | Character(10) | VARCHAR2(10) NOT NULL | Carrier ID |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | DTTM_FROM | DateTime(26) | TIMESTAMP | From Date/Time |
5 | DTTM_TO | DateTime(26) | TIMESTAMP | To Date/Time |
6 | NO_DRIVE | Character(1) | VARCHAR2(1) NOT NULL |
No Drive
Y/N Table Edit Default Value: N |
7 | NO_PICKUP | Character(1) | VARCHAR2(1) NOT NULL |
No Pickup
Y/N Table Edit Default Value: Y |