ROUTE_INV_VW3(SQL View) |
Index Back |
---|---|
Route Stop TableThis record will return the minimum schedule date for a given route. |
select BUSINESS_UNIT, ROUTE_CD, CARRIER_ID, SHIP_TYPE_ID, min(ROUTE_SCHED_DATE) from PS_ROUTE_INV_VW2 group by BUSINESS_UNIT, ROUTE_CD, CARRIER_ID, SHIP_TYPE_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUIN_NONVW |
|
2 | 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.
Prompt Table: ROUTE_INV_VW |
|
3 | Character(10) | VARCHAR2(10) NOT NULL | Carrier ID | |
4 | Character(10) | VARCHAR2(10) NOT NULL | Ship Via Code | |
5 | Date(10) | DATE | Date on which a delivery route code can be used to fulfill orders. |