EGP_ITEM_ATTRIBUTES_TL

This table stores all item operational attributes and their control level.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

EGP_ITEM_ATTRIBUTES_TL_PK

ATTR_GROUP_NAME, ATTR_NAME, LANGUAGE

Columns

Name Datatype Length Precision Not-null Comments
ATTR_GROUP_NAME VARCHAR2 30 Yes A short description of the Attribute Group used internally.
ATTR_GROUP_DISP_NAME VARCHAR2 80 Yes Object attributes are defined by their names and values, and are saved within attribute groups. You can associate attribute groups with an object catalog category; consequently, items belonging to the same catalog category have the same attributes.
ATTR_NAME VARCHAR2 30 Yes A short description of the Attribute used internally.
ATTR_DISP_NAME VARCHAR2 80 Yes Specific characteristic of an item. Attributes may be operational e.g. item status or user defined e.g. color.
CONTROL_LEVEL VARCHAR2 1 The Level at which an Attribute Value is Controlled. This can be either at the Master Org level or at the Child Org Level.
LANGUAGE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
SOURCE_LANG VARCHAR2 4 Yes Indicates the code of the language in which the contents of the translatable columns were originally created.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes 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.
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program
PROGRAM_APP_NAME VARCHAR2 30 Identifies the Application name spawning the Concurrent Request
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.
INTERFACE_TABLE_NAME VARCHAR2 30 Stores the interface table name
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
EGP_ITEM_ATTRIBUTES_TL_PK Unique FUSION_TS_TX_IDX ATTR_GROUP_NAME, ATTR_NAME, LANGUAGE, ORA_SEED_SET1
EGP_ITEM_ATTRIBUTES_TL_PK1 Unique FUSION_TS_TX_IDX ATTR_GROUP_NAME, ATTR_NAME, LANGUAGE, ORA_SEED_SET2