MSC_ST_SR_LOOKUP_VALUES_W
Staging table for loading table msc_st_sr_lookup_values_b and msc_st_sr_lookup_values_tl
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SR_INSTANCE_CODE | VARCHAR2 | 30 | The value indicates the source system code from where the data is collected. | ||
| KEY_LANGUAGE | VARCHAR2 | 4 | Key language for the lookups collected from source system. | ||
| KEY_MEANING | VARCHAR2 | 280 | Key language for the lookups collected from source system. | ||
| LOOKUP_TYPE | VARCHAR2 | 30 | This column is used to indicate what type of entity this mapping refers to. | ||
| LOOKUP_CODE | VARCHAR2 | 1000 | This is the alphanumeric code used to identify the lookup item. | ||
| LOOKUP_CODE_PREXREF | VARCHAR2 | 1000 | Lookup code cross reference value defined for lookups. | ||
| LANGUAGE_CODE | VARCHAR2 | 4 | Indicates the code of the language into which the contents of the translatable columns are translated. | ||
| MEANING | VARCHAR2 | 80 | Meaning of the lookup code defined for a given lookup type. | ||
| MEANING_PREXREF | VARCHAR2 | 1000 | Meaning of the lookup code defined for a given lookup type. | ||
| KEY_LANGUAGE_FLAG | NUMBER | 1 | 1-true, 2-flag; in MLS scenario, is this the langauge to be used across data from different source systems to compare meaning to identify the lookup as same/different | ||
| SR_SET_ID | NUMBER | 18 | Source side value of the Set identifier. | ||
| VIEW_APPLICATION_ID | NUMBER | 18 | Application identifier against which the lookup is defined. | ||
| ENABLED_FLAG | VARCHAR2 | 1 | Determine whether this record is enabled | ||
| START_DATE_ACTIVE | DATE | Start date that indicates the active status of the Lookup codes. | |||
| END_DATE_ACTIVE | DATE | Date from which this record is no longer active | |||
| DESCRIPTION | VARCHAR2 | 240 | Description of the lookup value | ||
| DELETED_FLAG | NUMBER | 1 | Indicates if record should be deleted. 1- Yes, 2 - No. | ||
| SR_INSTANCE_ID | NUMBER | 18 | Identifier of the source system from where the data is collected. | ||
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | |||
| PROCESS_FLAG | NUMBER | Process Flag indicates the status of records during pre-processing. 1- Compete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record. | |||
| ERROR_TEXT | VARCHAR2 | 2000 | Error text for functional validation errors in the record | ||
| ERROR_CODE | VARCHAR2 | 150 | Error code for functional validation errors in the record | ||
| RETRY_COUNT | NUMBER | Retry count. Used during planning collection when the record fails to get loaded into ODS. | |||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| LOAD_REQUEST_ID | NUMBER | It Stores the Request ID of Job that loaded the data. | |||
| PART_KEY | VARCHAR2 | 73 | This column is virtual column created as PROCESS_FLAG||':;;'||LOOKUP_TYPE. |