MSC_PLANNING_BOR
Bill of resources is a statement of all critical resource and consumed item requirements necessary to build an item. Consumption can be for a work center resource combination or it can be for an item.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLANNING_BOR_PK |
BOR_ID, PLAN_ID, SIMULATION_SET_ID, NEW_PLAN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BOR_ID | NUMBER | 18 | Yes | Primary key column for Bill of Resource table. | |
PLAN_ID | NUMBER | 18 | Yes | Plan Identifier in Bill of Resource table. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Organization Identifier to where the Bill of Resource is defined. | |
PRODUCED_CATEGORY_SET_ID | NUMBER | 18 | Yes | Produced Category Set Identifier in Bill of Resource table. | |
PRODUCED_CATEGORY_ID | NUMBER | 18 | Yes | Category set to which an item belongs. If Assembly Item Level is set to Category, then a value is required. | |
PRODUCED_ITEM_ID | NUMBER | 18 | Yes | Category to which an item belongs. If Assembly Item Level is set to Category, then a value is required. | |
CONSUMED_ITEM_ID | NUMBER | 18 | Yes | Identifier of the item being consumed. Not null, if COMPONENT_ITEM_TYPE is 'Item'. If COMPONENT_ITEM_TYPE is 'Resource' then the value will be -23453. | |
CONSUMED_RESOURCE_ID | NUMBER | 18 | Yes | Identifier of the Resource being consumed. Not null, if COMPONENT_ITEM_TYPE is 'Resource'. If COMPONENT_ITEM_TYPE is 'Item' then the value will be -23453. | |
EFFECTIVE_DATE | DATE | Start date that the component item or resource is available. | |||
DISABLE_DATE | DATE | Date when the component item or resource is no longer available. | |||
PRODUCED_ITEM_LEVEL | VARCHAR2 | 10 | Data load level of the item being produced. Valid values are: Item, Category. | ||
CATEGORY_UOM | VARCHAR2 | 3 | Unit of measure for the category being produced. If Assembly Item Level is set to Category, then a value is required. | ||
PRODUCED_QUANTITY | NUMBER | Yes | Quantity of the item being produced. | ||
CONSUMED_ITEM_TYPE | VARCHAR2 | 10 | Yes | Indicates whether an item or resource is being consumed. Valid values are Item, Resource. | |
USAGE_QUANTITY | NUMBER | Quantity of the item being consumed. | |||
RESOURCE_QUANTITY | NUMBER | Quantity of the resource being consumed. | |||
SOURCE_ORGANIZATION_ID | NUMBER | 18 | Yes | Source organization identifier to where the component or resource is defined. | |
LEAD_TIME_OFFSET_IN_DAYS | NUMBER | Indicates lead time offset in days by row. For example, lead time offset is the sum of Transit Time , Processing Lead Time and Post Procesing Lead Time. | |||
NEW_PLAN_ID | NUMBER | Yes | Plan id of the copied plan for Bill of Resources | ||
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 in Bill of Resource table | ||
APPLIED | NUMBER | 1 | Flag to indicate whether this row contains changed row | ||
OPTION_DEPENDENT_FLAG | NUMBER | 1 | Flag to identify whether option dependent details are available for an option dependent resource. Value: 1 represents yes and 2 or null represents No. | ||
REFRESH_NUMBER | NUMBER | unique REFRESH_NUMBER for each collections run | |||
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. | ||
BASIS_TYPE | NUMBER | Indicates whether the item quantity is fixed (e.g., quantity per lot produced) or variable (e.g., quantity per item produced) | |||
OPTION_CLASS_LIST | CLOB | List of comma separated option classes of the resource. | |||
FIND_NUMBER | NUMBER | This is analogous to Operation sequence number in Product Information Management Cloud. When a same component is assigned to an assembly multiple times with same effectivity, Find Number value is used to uniquely identify each occurrence of the component. |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
MSC_PLANNING_BOR_N1 | Non Unique | Default | PLAN_ID, ORGANIZATION_ID, PRODUCED_ITEM_ID | |
MSC_PLANNING_BOR_U1 | Unique | Default | BOR_ID, PLAN_ID, SIMULATION_SET_ID, NEW_PLAN_ID | |
MSC_PLANNING_BOR_U2 | Unique | Default | PLAN_ID, ORGANIZATION_ID, PRODUCED_CATEGORY_SET_ID, PRODUCED_CATEGORY_ID, PRODUCED_ITEM_ID, SOURCE_ORGANIZATION_ID, CONSUMED_ITEM_ID, CONSUMED_RESOURCE_ID, EFFECTIVE_DATE, SIMULATION_SET_ID, NEW_PLAN_ID | Obsolete |
MSC_PLANNING_BOR_U3 | Unique | Default | PLAN_ID, NEW_PLAN_ID, SIMULATION_SET_ID, ORGANIZATION_ID, PRODUCED_CATEGORY_SET_ID, PRODUCED_CATEGORY_ID, PRODUCED_ITEM_ID, SOURCE_ORGANIZATION_ID, CONSUMED_ITEM_ID, CONSUMED_RESOURCE_ID, EFFECTIVE_DATE, DISABLE_DATE, BASIS_TYPE, FIND_NUMBER |