MSC_ST_AGGRPLAN_BOR_INT
The staging table used by the collection program to validate and process data for table MSC_AGGRPLANNING_BOR
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SR_INSTANCE_CODE | VARCHAR2 | 30 | Alphanumeric code used to identify the source system. | ||
| SR_INSTANCE_ID | NUMBER | 18 | Identifier of the source application instance. | ||
| ORGANIZATION_CODE | VARCHAR2 | 18 | Short alphanumeric code to identify the organization to where the bill is defined. | ||
| ORGANIZATION_ID | NUMBER | 18 | Organization Identifier to where the Bill of Resource is defined. | ||
| PRODUCED_ITEM_LEVEL | VARCHAR2 | 10 | Level of the item being produced. Valid values are "Item" and "Category". | ||
| PRODUCED_CATEGORY_SET_NAME | VARCHAR2 | 30 | Category set or catalog name to which an item belongs. If Assembly Item Level is set to Category, then a value is required. | ||
| PRODUCED_CATEGORY_SET_ID | NUMBER | 18 | Produced Category Set Identifier | ||
| PRODUCED_CATEGORY_NAME | VARCHAR2 | 250 | Name of the category to which an item belongs. If Assembly Item Level is set to Category, then a value is required. | ||
| PRODUCED_CATEGORY_ID | NUMBER | Category to which an item belongs. If Assembly Item Level is set to Category, then a value is required. | |||
| CATEGORY_UOM | VARCHAR2 | 3 | Unit of measure for the category produced | ||
| PRODUCED_ITEM_NAME | VARCHAR2 | 250 | Name of the item being produced. If Assembly Item Level is set to Item, then a value is required. | ||
| PRODUCED_ITEM_ID | NUMBER | Identifier of the item being produced | |||
| PRODUCED_QUANTITY | NUMBER | Quantity of the item being produced. | |||
| CONSUMED_ITEM_TYPE | VARCHAR2 | 10 | Type of the item consumed. Valid values are Item and Resource | ||
| CONSUMED_ITEM_NAME | VARCHAR2 | 250 | Name of the item being consumed. | ||
| CONSUMED_ITEM_ID | NUMBER | Identifier of the item being consumed. | |||
| USAGE_QUANTITY | NUMBER | Usage quantity of the item consumed | |||
| WORK_CENTER_CODE | VARCHAR2 | 250 | Work center code for the resource | ||
| WORK_CENTER_ID | NUMBER | Work center Identifier for the resource | |||
| RESOURCE_CODE | VARCHAR2 | 250 | Alphanumeric code used to identify the resource. | ||
| CONSUMED_RESOURCE_ID | NUMBER | 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. | |||
| RESOURCE_QUANTITY | NUMBER | Quantity of the resource consumed | |||
| EFFECTIVE_DATE | DATE | Effective start date for the component item or resource | |||
| DISABLE_DATE | DATE | Effective end date for the component item or resource | |||
| DELETED_FLAG | NUMBER | Flag that indicates if the record should be deleted in collections | |||
| SOURCE_ORGANIZATION_CODE | VARCHAR2 | 18 | Short alphanumeric code to identify the organization to where the component or resource is defined. | ||
| SOURCE_ORGANIZATION_ID | NUMBER | 18 | 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. | |||
| BASIS_TYPE | NUMBER | Indicates whether the item or resource quantity is fixed (e.g., quantity per lot produced) or variable (e.g., quantity per item produced). | |||
| 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. | ||
| 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. | |||
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program | |||
| 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. |