| ROUTE_CAL_INV(SQL Table) | Index Back | 
|---|---|
| Route Calendar TableThis table is used to store scheduling information for a given route. | 
| # | 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_BUINRT_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 | Number(4,0) | SMALLINT NOT NULL | Year for which the route calendar dates are being maintained. | |
| 4 | Date(10) | DATE NOT NULL | Date on which a delivery route code can be used to fulfill orders. | |
| 5 | ROUTE_CLOSE_TIME | Time(15) | TIMESTAMP NOT NULL | Determines the time on a given schedule date after which no more orders can be assigned to a particular route at the given schedule date. | 
| 6 | ROUTE_CLOSED_FLG | Character(1) | VARCHAR2(1) NOT NULL | Determines whether a delivery route is closed or not for a given schedule date.  If a given route is closed, no more orders can be assigned to that route on that date. Y/N Table Edit Default Value: N |