EGP_ITEM_CONTEXT_ATTRIBUTES

This table stores the attributes for each application that will be displayed in quick create and contextual action.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

EGP_ITEM_CONTEXT_ATTRIBUT_PK

APPLICATION_ID, CONTEXT, ATTR_NAME

Columns

Name Datatype Length Precision Not-null Comments
APPLICATION_ID NUMBER 18 Yes Unique identifier of the application that this item context attribute belong to.
CONTEXT VARCHAR2 80 Yes Specific characteristic of an item. Attributes may be operational e.g. item status or user defined e.g. color.
ATTR_NAME VARCHAR2 30 Yes Specific characteristic of an item. Attributes may be operational e.g. item status or user defined e.g. color.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
EGP_ITEM_CONTEXT_ATTRIBUT_PK Unique Default APPLICATION_ID, CONTEXT, ATTR_NAME