RTE_INV_TMP_CPY

(SQL Table)
Index Back

Route Temp Table

This temporary table is used by various batch processes as an input and output record when searching for transporation routes. 07/19/04 PWF Change from SCHED_LINE_NO to SCHED_LINE_NBR

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
3 DEMAND_SOURCE Character(2) VARCHAR2(2) NOT NULL Demand Source
IN=Material Request
OM=Sales Order
PL=Planning Requisition
PO=Purchase Order
PR=Purchasing Requisition
RT=Material Return
SF=Production Request
WM=Work Order
4 SOURCE_BUS_UNIT Character(5) VARCHAR2(5) NOT NULL Source Bus Unit
5 ORDER_NO Character(10) VARCHAR2(10) NOT NULL Identifies a customer order number that appears as a reference on a receivables pending item. Date Initials Issue Description 022701 mv SP2 (F-CJORGENS-3) CSR Desktop
6 ORDER_INT_LINE_NO Number(5,0) INTEGER NOT NULL Order Line
7 SCHED_LINE_NBR Number(6,0) INTEGER NOT NULL Schedule Line Number
8 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID
9 DEMAND_LINE_NO Number(4,0) SMALLINT NOT NULL Demand Line No
10 ROUTE_CD_OUT 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.
11 REQUIRE_STOP Character(1) VARCHAR2(1) NOT NULL Require Stop

Y/N Table Edit

12 SETID Character(5) VARCHAR2(5) NOT NULL SetID
13 SHIP_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Ship To Customer
14 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number
15 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code
16 SCHED_DATE Date(10) DATE Schedule Date
17 CARRIER_ID Character(10) VARCHAR2(10) NOT NULL Carrier ID
18 SHIP_TYPE_ID Character(10) VARCHAR2(10) NOT NULL Ship Via Code
19 ROUTE_CD_IN 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.
20 ROUTE_STOP_NBR Number(5,0) INTEGER NOT NULL An identifier used to sequence customer addresses/location for a given route.
21 ROUTE_SCHED_DATE Date(10) DATE Date on which a delivery route code can be used to fulfill orders.
22 ROUTE_CARRIER_ID Character(10) VARCHAR2(10) NOT NULL Used to return the Carrier ID assigned to a given transportation route.
23 ROUTE_SHIP_TYPE_ID Character(10) VARCHAR2(10) NOT NULL Used to return the Ship Via assigned to a given transportation route.