EGO_CO_PUBLICATION

ego_co_publication stores details about the change order publication ess job.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ego_co_publication_PK

PUBL_REQ_ID

Columns

Name Datatype Length Precision Not-null Comments
PUBL_REQ_ID NUMBER 18 Yes Stores the Request Id of the change order publication job.
CHANGE_ID NUMBER 18 Yes Id of the change for which the publication job is submitted.
PUBL_USER_GUID VARCHAR2 64 GUID of the user who submitted the request for publishing the change object.
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_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.

Foreign Keys

Table Foreign Table Foreign Key Column
EGO_CO_PUBLICATION ego_engineering_changes_b CHANGE_ID

Indexes

Index Uniqueness Tablespace Columns
ego_co_publication_U1 Unique Default PUBL_REQ_ID