ZCA_INTG_INSTANCE

This table is used to store the integration instance.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_INTG_INSTANCE_PK

INTEGRATION_INSTANCE_ID

Columns

Name Datatype Length Precision Not-null Comments
INTEGRATION_INSTANCE_ID NUMBER 18 Yes This column is the primary key of the table holding unique value.
INTEGRATION_NAME VARCHAR2 100 Yes This column holds IntegrationName which is derived from Routine Name.
DESCRIPTION VARCHAR2 300 This column holds the description of the integration instance created.
INTEGRATION_INSTANCE_NUMBER VARCHAR2 50 Yes This is the PUID column of the table holding unique value.
INTEGRATION_MAP_ID NUMBER 18 Yes This column is a Foreign Key to ZCA_INTEGRATION_MAPS.
INTEGRATION_MAPPING_NUMBER VARCHAR2 100 This column holds the INTEGRATION_MAPPING_NUMBER from ZCA_INTEGRATION_MAPS.
ROUTINE_EXECUTION_ID NUMBER 18 This column holds the value of RoutineExecution.
ROUTINE_ID NUMBER 18 Yes This column holds the value of RoutineDefinition which is a foreign key to ZCA_WBOTS.
ACTIVE_FLAG VARCHAR2 1 This column indicates the State of an Integration.
STATUS VARCHAR2 30 This column indicates the Status of an Integration.
SIGNAL_ID NUMBER 18 The identifier of the signal event that was raised for the integration instance.
INTEGRATION_PAYLOAD CLOB This column holds integration payload generated by routines.
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.
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.
SCHEDULE_START_TIME TIMESTAMP The start time of the integration instance.
SCHEDULE_END_TIME TIMESTAMP The end time of the integration instance.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
ZCA_INTG_INSTANCE_U1 Unique Default INTEGRATION_INSTANCE_ID
ZCA_INTG_INSTANCE_U2 Unique Default ROUTINE_EXECUTION_ID