FND_DOCUMENT_FILE_FORMAT_TL_BK

This table holds the translatable columns for document file formats.

Details

  • Schema: CSM

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_DOCUMENT_FILE_FMT_TL_BK_PK

FILE_FORMAT_ID, LANGUAGE, ENTERPRISE_ID, CUST_SET_ID

Columns

Name Datatype Length Precision Not-null Comments Status
FILE_FORMAT_ID NUMBER 18 Yes The unique ID for the document file format table. Active
CUST_SET_ID VARCHAR2 300 CUST_SET_ID
LANGUAGE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated. Active
USER_NAME VARCHAR2 255 Yes A familiar name for the code. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Yes Who column: indicates the session login associated to the user who last updated the row. Active
SOURCE_LANG VARCHAR2 4 Yes Indicates the code of the language in which the contents of the translatable columns were originally created. Active
DESCRIPTION VARCHAR2 2000 Description of the File Format. Active
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID Active

Indexes

Index Uniqueness Tablespace Columns Status
FND_DOCUMENT_FILE_FMT_TL_BK_U1 Unique FUSION_TS_SEED USER_NAME, LANGUAGE, ENTERPRISE_ID, CUST_SET_ID Active