MSC_BM_AGR_FS_RESERVATIONS
This table is used to store reservations against flow schedules.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_BM_AGR_FS_RESERVATIONS_PK |
DEMAND_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, PROCESS_SEQUENCE_ID, SUBINVENTORY_CODE, RESERVATION_DATE, DOCK_DATE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DEMAND_ID | NUMBER | 18 | Yes | This column identifies the demand. | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | Field indicates identifier for Organization. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Field indicates identifier for inventory item. | |
| PROCESS_SEQUENCE_ID | NUMBER | 18 | Yes | Process sequence identifier for the process effectivity. | |
| ROUTING_SEQUENCE_ID | NUMBER | 18 | Routing sequence identifier from source application. | ||
| BILL_SEQUENCE_ID | NUMBER | 18 | Bill of material unique identifier. | ||
| SUBINVENTORY_CODE | VARCHAR2 | 10 | Yes | This value indicates the Sub inventory code. | |
| RESERVATION_DATE | DATE | Yes | Field indicates Effectivity date of reservation. | ||
| DOCK_DATE | DATE | Yes | Field indicates Dock date of the supply order. | ||
| RESERVED_QUANTITY | NUMBER | This indicates the aggregated reserved quantity of flow schedules for a given date in primary unit of measure. | |||
| ALTERNATE_ROUTING_DESIGNATOR | VARCHAR2 | 30 | Name of the alternate routing. Null for primary routing. | ||
| FS_WD_HEADER_ID | NUMBER | 18 | The unique identifier of the record which represents the combination of work definition, item, and flow schedule completion date. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_BM_AGR_FS_RESERVATIONS_U1 | Unique | Default | DEMAND_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, PROCESS_SEQUENCE_ID, SUBINVENTORY_CODE, RESERVATION_DATE, DOCK_DATE |