MSC_BM_AGR_FLOW_SCHEDULES
This table is used for aggregation of flow schedules.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_BM_AGR_FLOW_SCHEDULES_PK |
PROCESS_SEQ_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, DOCK_DATE, SUBINVENTORY_CODE, LAST_COMP_SEQ_NUMBER, FS_WD_HEADER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROCESS_SEQ_ID | NUMBER | 18 | Yes | Field indicates the identifier of process effectivity used by the flow schedule. | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | Field indicates identifier of Organization. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Field indicates identifier for inventory item. | |
| ROUTING_SEQUENCE_ID | NUMBER | 18 | Routing sequence identifier from source application. | ||
| BILL_SEQUENCE_ID | NUMBER | 18 | Bill of material unique identifier. | ||
| DOCK_DATE | DATE | Yes | Field indicates Dock date of the supply order. | ||
| SUBINVENTORY_CODE | VARCHAR2 | 10 | Yes | This value indicates the Sub inventory code. | |
| LAST_COMP_SEQ_NUMBER | NUMBER | Yes | Indicates the latest operation completed on the flow schedule. | ||
| ORDER_QUANTITY | NUMBER | This indicates the aggregated supply 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 | Yes | 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_FLOW_SCHEDULES_U1 | Unique | Default | PROCESS_SEQ_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, DOCK_DATE, SUBINVENTORY_CODE, LAST_COMP_SEQ_NUMBER, FS_WD_HEADER_ID |