FND_MAP_ATTACH_ENTITY

To map specific business objects, which own attachments, available in the source to the corresponding ones in the target.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_ATTACH_ENTITY_PK

MAP_ID

Columns

Name Datatype Length Not-null Comments
MAP_ID VARCHAR2 64 Yes Map Identifier
S_TYPE VARCHAR2 1 Yes Source Type
S_APPLICATION_ID NUMBER Source: Application Id
S_ATTACH_MODEL VARCHAR2 20 Source: Attachment Model
S_ENTITY_NAME VARCHAR2 40 Source: Entity Name
S_PK1_VALUE VARCHAR2 150 Yes Source: Primary Key Column 1 Value
S_PK2_VALUE VARCHAR2 150 Source: Primary Key Column 2 Value
S_PK3_VALUE VARCHAR2 150 Source: Primary Key Column 3 Value
S_PK4_VALUE VARCHAR2 150 Source: Primary Key Column 4 Value
S_PK5_VALUE VARCHAR2 150 Source: Primary Key Column 5 Value
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_ENTITY_NAME VARCHAR2 40 Target: Entity Name
T_PK1_VALUE VARCHAR2 150 Target: Primary Key Column 1 Value
T_PK2_VALUE VARCHAR2 150 Target: Primary Key Column 2 Value
T_PK3_VALUE VARCHAR2 150 Target: Primary Key Column 3 Value
T_PK4_VALUE VARCHAR2 150 Target: Primary Key Column 4 Value
T_PK5_VALUE VARCHAR2 150 Target: Primary Key Column 5 Value
MAPPED_FLAG VARCHAR2 1 Yes To indicate whether source and target information are correctly mapped
MIGRATED_FLAG VARCHAR2 1 Yes To indicate whether the 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.

Foreign Keys

Table Foreign Table Foreign Key Column
fnd_map_attach_docs fnd_map_attach_entity PARENT_MAP_ID

Indexes

Index Uniqueness Tablespace Columns
FND_MAP_ATTACH_ENTITY_N1 Non Unique Default S_TYPE, S_PK1_VALUE
FND_MAP_ATTACH_ENTITY_N2 Non Unique Default T_ENTITY_NAME, T_PK1_VALUE
FND_MAP_ATTACH_ENTITY_N3 Non Unique Default MAPPED_FLAG
FND_MAP_ATTACH_ENTITY_N4 Non Unique Default MIGRATED_FLAG
FND_MAP_ATTACH_ENTITY_U1 Unique Default S_TYPE, S_APPLICATION_ID, S_ENTITY_NAME, S_PK1_VALUE
FND_MAP_ATTACH_ENTITY_U2 Unique Default S_TYPE, S_APPLICATION_ID, S_ENTITY_NAME, S_PK1_VALUE, S_PK2_VALUE, S_PK3_VALUE, S_PK4_VALUE, S_PK5_VALUE
FND_MAP_ATTACH_ENTITY_U3 Unique Default MAP_ID