EGO_CHANGE_ATTACHMENTS_INT

Used by Item Attachments data upload programs.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

EGO_CHANGE_ATTACH_INT_PK

INTERFACE_TABLE_UNIQUE_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_TABLE_UNIQUE_ID NUMBER 18 Yes INTERFACE_TABLE_UNIQUE_ID is the unique id in the Attachments Interface table.
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.
TRANSACTION_TYPE VARCHAR2 10 Yes TRANSACTION_TYPE determines whether type of transaction is Create or Update.
TRANSACTION_ID NUMBER 18 TRANSACTION_ID is the id which will provide details about the current transaction.
ORGANIZATION_CODE VARCHAR2 18 ORGANIZATION_CODE will tell about which organization the Change order attachment object belongs.
CO_NUMBER VARCHAR2 300 CO_NUMBER is change order number of the current attachment.
ATTACHMENT_CATEGORY VARCHAR2 30 ATTACHMENT_CATEGORY tells about whether attachment is of Miscellaneous type.For now only Miscellaneous type is being supported.
FILE_NAME VARCHAR2 2000 FILE_NAME tells the name of the attachment file.
TITLE VARCHAR2 80 TITLE tell about attachment title of a change order.
DESCRIPTION VARCHAR2 255 DESCRIPTION tells about attachment's description.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
BATCH_ID NUMBER 18 BATCH_ID is the current Batch Number of the ESS Job.
PROCESS_STATUS VARCHAR2 3 PROCESS_STATUS will determine whether process is successful or failure.
THREAD_NUMBER NUMBER 18 THREAD_NUMBER is the current thread number the attachment being processed.
BATCH_DOC_NAME VARCHAR2 2000 BATCH_DOC_NAME represent the zip file name in the UCM Server which has the attachments
CHANGE_ID NUMBER 18 CHANGE_ID is the change Id of the corresponding attachment's change order.
LOAD_REQUEST_ID NUMBER 18 LOAD_REQUEST_ID is the manadatory column in any interface table which is used by FBDI process and is being populated by FBDI.
FILE_TYPE_NAME VARCHAR2 80 FILE_TYPE_NAME tells whether file type is File,URL or Text based.
FILE_URL_TEXT CLOB FILE_URL_TEXT describes the URL of the attachment.
SHARED VARCHAR2 1 SHARED tells about whether attachment is shared or not.Possible values or Y and N.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
EGO_CHANGE_ATTACH_INT_N1 Non Unique FUSION_TS_INTERFACE TRANSACTION_ID
EGO_CHANGE_ATTACH_INT_U1 Unique Default INTERFACE_TABLE_UNIQUE_ID