FND_MAP_ATTACH_DOCS

To maintain the mapping of file attachments in the source to the corresponding one in the target.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_ATTACH_DOCS_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 Identifier
PARENT_MAP_ID VARCHAR2 64 Yes Parent Map Identifier
S_ATTACH_MODEL VARCHAR2 20 Source: Attachement Model
S_FILE_IDENTIFIER VARCHAR2 128 Yes Source: File Attachment Identifier
S_TABLE_NAME VARCHAR2 30 Yes S_TABLE_NAME
S_PHY_FILE_NAME VARCHAR2 255 Yes column to capture the Source storage file name
S_LANGUAGE VARCHAR2 4 Source: EBS Language
S_SOURCE_LANG VARCHAR2 4 Source: Source Language
ATT_SRV_NAME CHAR 254 ATT_SRV_NAME
ATT_FTPSRV_LOGIN CHAR 24 ATT_FTPSRV_LOGIN
ATT_FTPSRV_PASSWD CHAR 24 ATT_FTPSRV_PASSWD
SERVER_PATH CHAR 254 SERVER_PATH
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_DM_REPOSITORY VARCHAR2 80 Target: Content Server Connection Name
T_DM_DOCUMENT_ID VARCHAR2 30 Target: Document Identifier
T_DM_VERSION_NUMBER VARCHAR2 255 Target: Document Version Number
T_DM_FOLDER_PATH VARCHAR2 4000 Target: Path to Folder containing file.
T_DM_TYPE VARCHAR2 30 Target: Document Type
T_FILE_NAME VARCHAR2 2048 Target: Name of Attachment File
T_TITLE VARCHAR2 80 Target: Attachment File Title
T_DESCRIPTION VARCHAR2 255 Target: Attachment File Description
T_LANGUAGE VARCHAR2 4 Target: Language
T_SOURCE_LANG VARCHAR2 4 Target: Source Language
T_CATEGORY_NAME VARCHAR2 30 Category Name
ACTION_CODE VARCHAR2 30 Column that indicates the intended action to be taken when upload attachments.
MAPPED_FLAG VARCHAR2 1 Yes To indicate whether the source and target information are mapped correctly
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_DOCS_N1 Non Unique Default MAPPED_FLAG
FND_MAP_ATTACH_DOCS_N2 Non Unique Default MIGRATED_FLAG
FND_MAP_ATTACH_DOCS_U1 Unique Default S_TYPE, S_APPLICATION_ID, S_FILE_IDENTIFIER, PARENT_MAP_ID, S_TABLE_NAME
FND_MAP_ATTACH_DOCS_U2 Unique Default MAP_ID