CUST_SHEX_BLK(SQL Table) |
Index Back |
---|---|
Shipment date block exceptionsThis table stores the dates and times a customer cannot receive 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. Date Init. Issue # Description 08/14/01 JJM DI-EDWONG-17 Inverted CUST_ID, SETID in index 01/21/02 dms 10944801 Add dummy time_from, time_to |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
3 | DTTM_FROM | DateTime(26) | TIMESTAMP | From Date/Time |
4 | DTTM_TO | DateTime(26) | TIMESTAMP | To Date/Time |
5 | TIME_FROM | Time(15) | TIMESTAMP | From Time |
6 | TIME_TO | Time(15) | TIMESTAMP | To Time |