FND_MAP_LABEL

Interface table for staging hierachy label information of both source and target.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_LABEL_PK

MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
MAP_ID VARCHAR2 64 Yes MAP_ID
S_LABEL_SHORT_NAME VARCHAR2 50 Source Label Short Name
T_LABEL_SHORT_NAME VARCHAR2 50 Target Label Short Name
S_LABEL_NAME VARCHAR2 80 Source Label Name
T_LABEL_NAME VARCHAR2 80 Target Label Name
T_DESCRIPTION VARCHAR2 240 T_DESCRIPTION
T_ICON_NAME VARCHAR2 30 T_ICON_NAME
T_SET_ID NUMBER 18 T_SET_ID
T_EFFECTIVE_START_DATE DATE T_EFFECTIVE_START_DATE
T_EFFECTIVE_END_DATE DATE T_EFFECTIVE_END_DATE
T_TREE_STRUCTURE_CODE VARCHAR2 30 Target Tree Structure code
T_DATA_SOURCE_ID VARCHAR2 32 Target Data Source Id
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.
S_TYPE VARCHAR2 1 Yes Source Type
S_LABEL_CODE VARCHAR2 30 Source Label Code
MAPPED_FLAG VARCHAR2 1 Yes Flag to indicate whether the source and target are correctly mapped
MIGRATED_FLAG VARCHAR2 1 Yes Flag to indicate whether the information is 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_LABEL_N1 Non Unique Default S_TYPE, S_LABEL_CODE
FND_MAP_LABEL_N2 Non Unique Default MAPPED_FLAG
FND_MAP_LABEL_N3 Non Unique Default MIGRATED_FLAG
FND_MAP_LABEL_N4 Non Unique Default MODULE_ID
FND_MAP_LABEL_U1 Unique Default MAP_ID