MSC_ST_BOR_OPTION_DEP_INT

The staging table used by the collection program to validate and process data for tables MSC_BOR_OPTION_DETAILS and MSC_BOR_OPTION_LINEAGE

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Comments
SR_INSTANCE_ID NUMBER 18 Identifier of the source application instance
SR_INSTANCE_CODE VARCHAR2 30 Alphanumeric code used to identify the source system
ORGANIZATION_ID NUMBER 18 Organization Identifier to where the Bill of Resource is defined.
ORGANIZATION_CODE VARCHAR2 18 Short alphanumeric code to identify the organization to where the bill is defined.
PRODUCED_ITEM_ID NUMBER 18 Identifier of the item being produced.
PRODUCED_ITEM_NAME VARCHAR2 250 Name of the item Produced in Bill of Resources.
WORK_CENTER_ID NUMBER 18 Work center Identifier for the resource.
WORK_CENTER_CODE VARCHAR2 250 Alphanumeric code used to identify the work center to which the resource belongs.
RESOURCE_ID NUMBER 18 Identifier of the resource being consumed.
RESOURCE_CODE VARCHAR2 250 Alphanumeric code used to identify the resource.
RESOURCE_QUANTITY NUMBER Quantity of the resource being consumed for the operation.
EFFECTIVE_DATE DATE Effective start date for the component item or resource
DISABLE_DATE DATE Effective end date for the component item or resource
SOURCE_ORGANIZATION_ID NUMBER 18 Source organization identifier to where the component or resource is defined.
SOURCE_ORGANIZATION_CODE VARCHAR2 18 Short alphanumeric code to identify the organization to where the bill is defined.
BOR_ID NUMBER 18 Unique id for component or resource record from MSC_PLANNING_BOR.
OPTION_ID NUMBER 18 Value that uniquely identifies the optional component for the option dependent resource in the bill of resources.
OPTION_ITEM_ID NUMBER 18 Value that uniquely identifies the end option item or class in the optional component lineage in the bill of resources.
OPTION_ITEM_NAME VARCHAR2 250 Name of the end option item or class in the optional component lineage in the bill of resources.
OPERATION_SEQ_NUM NUMBER Number that indicates the order for operations that are dependent on the choice of one or multiple optional components in the bill of resources.
USAGE_QUANTITY NUMBER Value that indicates the quantity of the optional component being consumed in the bill of resources.
LINEAGE_LEVEL_1_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 1 in the bill of resources.
LINEAGE_LEVEL_2_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 2 in the bill of resources
LINEAGE_LEVEL_3_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 3 in the bill of resources
LINEAGE_LEVEL_4_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 4 in the bill of resources
LINEAGE_LEVEL_5_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 5 in the bill of resources
LINEAGE_LEVEL_6_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 6 in the bill of resources
LINEAGE_LEVEL_7_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 7 in the bill of resources
LINEAGE_LEVEL_8_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 8 in the bill of resources
LINEAGE_LEVEL_9_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 9 in the bill of resources
LINEAGE_LEVEL_10_ID NUMBER 18 ID for the parent option item or option class of an optional component at Level 10 in the bill of resources
LINEAGE_LEVEL_1 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 1 in the bill of resources.
LINEAGE_LEVEL_2 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 2 in the bill of resources.
LINEAGE_LEVEL_3 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 3 in the bill of resources.
LINEAGE_LEVEL_4 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 4 in the bill of resources.
LINEAGE_LEVEL_5 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 5 in the bill of resources.
LINEAGE_LEVEL_6 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 6 in the bill of resources.
LINEAGE_LEVEL_7 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 7 in the bill of resources.
LINEAGE_LEVEL_8 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 8 in the bill of resources.
LINEAGE_LEVEL_9 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 9 in the bill of resources.
LINEAGE_LEVEL_10 VARCHAR2 250 Name for the parent option item or option class of an optional component at Level 10 in the bill of resources.
DELETED_FLAG NUMBER Indicates whether the row is no longer valid. If Yes, then this row is deleted from the planning table. Valid values are Yes, No. Default value is No.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- New Record, 2- In-Process, 3- Error, 4- Propagated Error, 5- Successfully Processed.
LOAD_REQUEST_ID NUMBER Request Id of the job that will load the data.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record.
ERROR_TEXT VARCHAR2 2000 This will describe the reason for the error if any.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
MASTER_BASIS_TYPE NUMBER Indicates whether the usage quantity of the primary component item or resource in the BillOfResources is fixed (e.g., quantity per lot produced) or variable (e.g., quantity per item produced).