MSC_ST_SR_LOOKUP_VALUES_TL

This is the staging table for the collection of data for the lookup values translation table

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
LOOKUP_CODE VARCHAR2 1000 This is the alphanumeric code used to identify the lookup item.
SR_LOOKUP_CODE VARCHAR2 1000 Source side value of the lookup code in the planning lookups.
LOOKUP_TYPE VARCHAR2 30 This column is used to indicate what type of entity this mapping refers to.
LANGUAGE_CODE VARCHAR2 4 Indicates the code of the language into which the contents of the translatable columns are translated.
VIEW_APPLICATION_ID NUMBER 18 Application identifier against which the lookup is defined.
SR_SET_ID NUMBER 18 Source side value of the Set identifier.
SOURCE_LANG_CODE VARCHAR2 4 Source language code of the lookup record.
MEANING VARCHAR2 1000 Meaning of the lookup code defined for a given lookup type.
MEANING_PREXREF VARCHAR2 1000 Meaning before xref transformation
DESCRIPTION VARCHAR2 240 Description of the lookup value
DELETED_FLAG NUMBER 1 Indicates if record should be deleted. 1- Yes, 2 - No.
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 Number of retries to process failed records
SR_INSTANCE_ID NUMBER 18 Identifier of the source system from where the data is collected.
SR_INSTANCE_CODE VARCHAR2 30 The value indicates the source system code from where the data is collected.
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.