EGP_CATEGORIES_TL_INT
This table is used to import category transalation records.
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CATEGORY_ID | NUMBER | 18 | Category an item is assigned to when during new item creation | ||
| CATEGORY_NAME | VARCHAR2 | 250 | Translatable name of the category. | ||
| CATEGORY_CODE | VARCHAR2 | 820 | A unique identifier for a category | ||
| DESCRIPTION | VARCHAR2 | 240 | Stores the Description of the Category | ||
| 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 item 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. | ||
| 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 category translation interface row. | ||
| 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_CATEGORIES_TL_INT_N1 | Non Unique | Default | BATCH_ID, PROCESS_STATUS, THREAD_NUMBER, CATEGORY_CODE, LANGUAGE |
| EGP_CATEGORIES_TL_INT_U1 | Unique | Default | INTERFACE_TABLE_UNIQUE_ID |