CARR_SHEX_BK_VW(SQL View) |
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. |
SELECT C.SETID , C.CARRIER_ID , C.EFFDT , D.DTTM_FROM , D.DTTM_TO , C.EFF_STATUS , D.NO_DRIVE , D.NO_PICKUP FROM PS_CARRIER_ID C , PS_CARRIER_SHEX_BK D WHERE %Join(COMMON_KEYS, CARRIER_ID C, CARRIER_SHEX_BK D) |
# | 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 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
7 | NO_DRIVE | Character(1) | VARCHAR2(1) NOT NULL | No Drive |
8 | NO_PICKUP | Character(1) | VARCHAR2(1) NOT NULL | No Pickup |