EGP_CATEGORY_SETS_TL_INT
This table is used to import catalog translation records
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CATALOG_ID | NUMBER | 18 | Collection of items grouped into categories | ||
| CATALOG_NAME | VARCHAR2 | 30 | Stores the Name of the catalog. | ||
| CATALOG_CODE | VARCHAR2 | 30 | Unique Identifier for the Catalog. | ||
| DESCRIPTION | VARCHAR2 | 240 | Stores the Description of the Catalog | ||
| LANGUAGE | VARCHAR2 | 4 | Yes | Indicates the code of the language into which the contents of the translatable columns are translated. | |
| BATCH_ID | NUMBER | 18 | Batch Identifier for Data Load. | ||
| BATCH_NUMBER | VARCHAR2 | 40 | Unique identifier of the batch that is used for catalog import. | ||
| PREPROCESS_COMPLETION_STATUS | NUMBER | Preproces completion status of the interface row. | |||
| PREPROCESS_THREAD_NUMBER | NUMBER | 18 | PreProcess Thread Number for interface processing | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| INTERFACE_TABLE_UNIQUE_ID | NUMBER | 18 | Interface table unique identifier for Catalogs translation table. | ||
| THREAD_NUMBER | NUMBER | 18 | Thread Number for interface processing | ||
| TRANSACTION_TYPE | VARCHAR2 | 10 | Type of action: CREATE, UPDATE, or SYNC | ||
| PROCESS_STATUS | NUMBER | 18 | Row status of catalog interface table. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | LOAD_REQUEST_ID is used by FBDI framework. | ||
| 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. | |
| LAST_UPDATE_DATE | TIMESTAMP | Who column: indicates the date and time of the last update of the row. | |||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| ERROR_MSG_CODE | VARCHAR2 | 50 | Stores the error code of the errors encountered during preprocess pahse of category import. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EGP_CATG_SETS_TL_INT_N1 | Non Unique | Default | BATCH_ID, PROCESS_STATUS, THREAD_NUMBER, CATALOG_CODE, LANGUAGE |
| EGP_CATG_SETS_TL_INT_U1 | Unique | Default | INTERFACE_TABLE_UNIQUE_ID |