CARRIER_SHEX_DT(SQL Table) |
Index Back |
---|---|
Shipment Exception Date/TimeThis table stores the standing daily exception dates and times that a carrier cannot ship deliveries. This table is consulted during quotation and order entry when trying to 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 | SHIP_DAY | Character(1) | VARCHAR2(1) NOT NULL |
Day of Week
1=Sunday 2=Monday 3=Tuesday 4=Wednesday 5=Thursday 6=Friday 7=Saturday |
5 | TIME_FROM | Time(15) | TIMESTAMP NOT NULL | From Time |
6 | TIME_TO | Time(15) | TIMESTAMP NOT NULL | To Time |
7 | NO_DRIVE | Character(1) | VARCHAR2(1) NOT NULL |
No Drive
Y/N Table Edit Default Value: N |
8 | NO_PICKUP | Character(1) | VARCHAR2(1) NOT NULL |
No Pickup
Y/N Table Edit Default Value: Y |