MSC_AGGRPLANNING_BOR

This table gives data related to Bill Of Resources for SOP.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_AGGRPLANNING_BOR_PK

PLAN_ID, ORGANIZATION_ID, PRODUCED_CATEGORY_SET_ID, PRODUCED_CATEGORY_ID, PRODUCED_ITEM_ID, CONSUMED_ITEM_ID, CONSUMED_RESOURCE_ID, SIMULATION_SET_ID, NEW_PLAN_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Plan Identifier
ORGANIZATION_ID NUMBER 18 Yes Organization identifier
PRODUCED_ITEM_LEVEL VARCHAR2 8 Level of the item being produced.Valid values are 'Item' and 'Category'
PRODUCED_CATEGORY_SET_ID NUMBER 18 Yes Produced Category Set Identifier
PRODUCED_CATEGORY_ID NUMBER 18 Yes Produced Category Identifier
CATEGORY_UOM VARCHAR2 3 Unit of measure for the Category being produced
PRODUCED_ITEM_ID NUMBER 18 Yes Produced Item Identifer
PRODUCED_QUANTITY NUMBER Yes Quantity of the item being produced
CONSUMED_ITEM_TYPE VARCHAR2 8 Type of the item consumed. Valid values are ???Item??? and ???Resource???.
CONSUMED_ITEM_ID NUMBER 18 Yes Consumed Item Identifier
USAGE_QUANTITY NUMBER Quantity of the item being consumed. Not null if the CONSUMED_ITEM_TYPE is 'ITEM'
CONSUMED_RESOURCE_ID NUMBER 18 Yes Consumed Resource Identifier. Not null, if COMPONENT_ITEM_TYPE is 'RESOURCE???. If COMPONENT_ITEM_TYPE is 'ITEM' then the value will be -23453
RESOURCE_QUANTITY NUMBER Quantity of the resource being consumed. Not null if the CONSUMED_ITEM_TYPE is ???RESOURCE???
EFFECTIVE_DATE DATE Effective start date of the for the component item or resource
DISABLE_DATE DATE Effective end date for the component item or resource
NEW_PLAN_ID NUMBER Yes Plan id of the copied plan
NEW_PLAN_LIST VARCHAR2 256 the plan ids in format of "id1, id2, id3, etc" from all copied plans
SIMULATION_SET_ID NUMBER Yes Simulation set Identifier
APPLIED NUMBER 1 Flag to indicate whether this row contains changed row
REFRESH_NUMBER NUMBER REFRESH_NUMBER
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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_AGGRPLANNING_BOR_U1 Unique Default PLAN_ID, ORGANIZATION_ID, PRODUCED_CATEGORY_SET_ID, PRODUCED_CATEGORY_ID, PRODUCED_ITEM_ID, CONSUMED_ITEM_ID, CONSUMED_RESOURCE_ID, SIMULATION_SET_ID, NEW_PLAN_ID