FND_MAP_LOOKUPS

Stores map of source lookup types and codes to their corresponding lookup types and codes in target.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_LOOKUPS_PK

MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
MAP_ID VARCHAR2 64 Yes Map Identifier
S_TYPE VARCHAR2 1 Yes Source
S_APPLICATION_ID NUMBER 15 Source Application Id
S_VIEW_APPLICATION_ID NUMBER 18 Source View Application Id
S_LOOKUP_TYPE VARCHAR2 30 Yes Source Lookup Type
S_LOOKUP_CODE VARCHAR2 250 Source Lookup Code
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
T_VIEW_APPLICATION_ID NUMBER 18 Target View Application Id
T_LOOKUP_TYPE VARCHAR2 30 Target Lookup Type
T_LOOKUP_CODE VARCHAR2 250 Target Lookup Code
MAPPED_FLAG VARCHAR2 1 Yes Flag to indicated whether source and target information are correctly mapped
MIGRATED_FLAG VARCHAR2 1 Yes Flag to indicate whether lookup information was successfully migrated from source to target
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 Yes Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FND_MAP_LOOKUPS_N1 Non Unique Default MAPPED_FLAG
FND_MAP_LOOKUPS_N2 Non Unique Default MIGRATED_FLAG
FND_MAP_LOOKUPS_N3 Non Unique Default T_VIEW_APPLICATION_ID, T_LOOKUP_TYPE, T_LOOKUP_CODE
FND_MAP_LOOKUPS_N4 Non Unique Default MODULE_ID
FND_MAP_LOOKUPS_U1 Unique Default S_TYPE, S_VIEW_APPLICATION_ID, S_LOOKUP_TYPE, S_LOOKUP_CODE
FND_MAP_LOOKUPS_U2 Unique Default MAP_ID