DEMAND_SLIP_VW8(SQL View) |
Index Back |
---|---|
Demand Packing Slip View |
SELECT DISTINCT business_unit , route_cd FROM PS_IN_DEMAND WHERE in_fulfill_state BETWEEN '60' AND '70' AND route_cd <> ' ' AND DEPLETE_INV_FLG = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | ROUTE_CD | Character(6) | VARCHAR2(6) NOT NULL | A unique identifier assigned to a delivery route. Route codes can be associated with customer addresses for external orders or locations for internal orders. Route codes can be used to identify the appropriate delivery schedule for a customer/location if you are managing product shipments with your own vehicles. |