EGI_PUB_ATTCH_CATGS

Publications table used to store Attachment Categories for a Spoke System

Details

  • Schema: FUSION

  • Object owner: EGI

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGI_PUB_ATTCH_CATGS_PK

PUB_ATTCH_CATGS_SEQ_ID

Columns

Name Datatype Length Precision Not-null Comments
PUB_ATTCH_CATGS_SEQ_ID NUMBER 18 Yes Unique Identifier for Publication Attachment Categories
TP_TYPE VARCHAR2 64 Stores an attribute value that represents a type of trading partner. The values include COMPETITOR, CUSTOMER, SUPPLIER and MANUFACTURER.
ENTITY_CODE VARCHAR2 30 This column is used to distinguish the attachment categories for different entities.
OPTION_ID NUMBER 18 Yes Unique Identifier for publication options
CATEGORY_ID NUMBER 18 Yes Stores the Attachment Category Id value
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.

Foreign Keys

Table Foreign Table Foreign Key Column
EGI_PUB_ATTCH_CATGS egi_batch_pub_options OPTION_ID

Indexes

Index Uniqueness Tablespace Columns
EGI_PUB_ATTCH_CATGS_U1 Unique Default PUB_ATTCH_CATGS_SEQ_ID
EGI_PUB_ATTCH_CATGS_U2 Unique Default OPTION_ID, CATEGORY_ID, ENTITY_CODE