ACD_CONCEPT_TL_INT

Contains the customer-created objects. This is the translation table used with MLS support. The columns available for MLS are NAME and DESCRIPTION

Details

  • Schema: FUSION

  • Object owner: ACD

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
CONCEPT_ID NUMBER 18 Yes Concept id for the Product Concept object.
NOTES VARCHAR2 400 Notes of the Product Concept object.
SEQ_NO NUMBER 18 For every batch of data that will be inserted into the interface table a new SEQ_ID will be populated.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LANG_CODE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
SRC_LANG_CODE VARCHAR2 4 Yes Indicates the code of the language in which the contents of the translatable columns were originally created.
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 Who column: indicates the session login associated to the user who last updated the row.
NAME VARCHAR2 400 This is the translatable NAME for the object.
DESCRIPTION CLOB This is the translatable DESCRIPTION for the object.
IMPORT_STATUS_CODE VARCHAR2 30 IMPORT_STATUS_CODE tells status of a row in the interface table.
INTERNAL_ACTION_CODE VARCHAR2 30 This column is created for internal use and will be populated and used by bulk import logic.
ACTION_CODE VARCHAR2 30 ACTION_CODE in interface table allows source system to specify a particular operation (insert, update, etc) for a row.
LOAD_REQUEST_ID NUMBER 10 When Data file uploaded and click on submit that time the load request Id generated.
INTERFACE_ROW_ID NUMBER 18 INTERFACE_ROW_ID is the unique identifier for the record with in a batch.
SOURCE_LANG_FLAG VARCHAR2 1 Indicates the code of the language in which the contents of the translatable columns were originally created.

Indexes

Index Uniqueness Tablespace Columns
ACD_CONCEPT_TL_INT_U1 Unique Default CONCEPT_ID, LANG_CODE