FND_MAP_SETID_REF_GROUPS

To maintain the mapping to record group identifier in source to its corresponding reference group name in target.

Details

  • Schema: FUSION

  • Object owner: fusion

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_SETID_REF_GROUPS_PK

MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
MAP_ID VARCHAR2 64 Yes Map Identifier
S_TYPE VARCHAR2 1 Yes Source Type
S_APPLICATION_ID NUMBER 15 Source Application Id
S_REC_GROUP_ID VARCHAR2 10 Yes Source Record Group Id
MODULE_ID VARCHAR2 32 Target Module Id
T_REFERENCE_GROUP_NAME VARCHAR2 30 Target Reference Group Name
MAPPED_FLAG VARCHAR2 1 Yes To indicate whether source and target information are mapped correctly
MIGRATED_FLAG VARCHAR2 1 Yes To indicate whether the information is migrated over 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.

Indexes

Index Uniqueness Tablespace Columns
FND_MAP_SETID_REF_GROUPS_IX1 Non Unique Default MODULE_ID, T_REFERENCE_GROUP_NAME
FND_MAP_SETID_REF_GROUPS_N1 Non Unique Default MAPPED_FLAG
FND_MAP_SETID_REF_GROUPS_N2 Non Unique Default MIGRATED_FLAG
FND_MAP_SETID_REF_GROUPS_U1 Unique Default S_TYPE, S_APPLICATION_ID, S_REC_GROUP_ID
FND_MAP_SETID_REF_GROUPS_U2 Unique Default MAP_ID