MSC_ST_MRSL_RULES_INT
The staging table used by the Supply Chain Planning collection program to validate and process data for table msc_mrsl_rules .
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SR_INSTANCE_CODE | VARCHAR2 | 30 | Source Instance code from which data is being populated. | ||
| MRSL_RULE_NAME | VARCHAR2 | 30 | This column indicates Minimum Remaining shelf life rule name. | ||
| MRSL_RULE_ID | NUMBER | 18 | This column contains the unique identifier of Minimum Remaining shelf life rule. | ||
| DESCRIPTION | VARCHAR2 | 300 | This column indicates Minimum Remaining shelf life rule description. | ||
| CATEGORY_SET_NAME | VARCHAR2 | 30 | Catalog name assigned to Minimum Remaining shelf life rule. | ||
| CATEGORY_SET_ID | NUMBER | 18 | Unique identifier of the Catalog assigned to Minimum Remaining shelf life rule. | ||
| DEMAND_ANCHOR_DATE_TYPE | NUMBER | 2 | Anchor date to compute Minimum remaining shelf life Date. This can either be an Arrival Date (1) or a Ship Date (2). | ||
| REFRESH_NUMBER | NUMBER | 18 | Refresh identifier populated by the collection program. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | It Stores the Request ID of Job that loaded the data. | ||
| DELETED_FLAG | NUMBER | 2 | Indicates if record should be deleted. 1- Yes, 2 - No. | ||
| PROCESS_FLAG | NUMBER | 2 | Processing Flag indicating the status of records during pre-processing. 1-Compete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record. | ||
| 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 | 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. |