FND_MAP_ISO_LANGUAGES

Maintains information about ISO language codes defined in source and their corresponding one in Fusion.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_ISO_LANGUAGES_PK

MAP_ID

Columns

Name Datatype Length Not-null Comments
MAP_ID VARCHAR2 64 Yes Map Identifier
S_TYPE VARCHAR2 1 Yes Source
S_ISO_LANGUAGE_3 VARCHAR2 6 Yes Source ISO Language Code
T_ISO_LANGUAGE_3 VARCHAR2 6 Target ISO Language Code
MAPPED_FLAG VARCHAR2 1 Yes To indicate whether source and target information are mapped correctly.
MIGRATED_FLAG VARCHAR2 1 Yes To indicate whether information is migrated to target successfully.
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.
SEED_DATA_SOURCE VARCHAR2 512 Seed data file from which the row originates.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
FND_MAP_ISO_LANGUAGES_N1 Non Unique Default MAPPED_FLAG
FND_MAP_ISO_LANGUAGES_N2 Non Unique Default MIGRATED_FLAG
FND_MAP_ISO_LANGUAGES_U1 Unique Default S_TYPE, S_ISO_LANGUAGE_3, ORA_SEED_SET1
FND_MAP_ISO_LANGUAGES_U11 Unique Default S_TYPE, S_ISO_LANGUAGE_3, ORA_SEED_SET2
FND_MAP_ISO_LANGUAGES_U2 Unique Default MAP_ID, ORA_SEED_SET1
FND_MAP_ISO_LANGUAGES_U21 Unique Default MAP_ID, ORA_SEED_SET2