ZCA_INTG_INSTANCE_DETAILS

This table is used to store the integration instance details.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_INTG_INSTANCE_DETAILS_PK

REQUEST_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_DETAIL_ID NUMBER 18 Yes This column is the primary key of the table holding unique value.
REQUEST_DETAIL_NUMBER VARCHAR2 50 Yes This is the PUID column of the table holding unique value.
INTEGRATION_INSTANCE_ID NUMBER 18 Yes This column is a foreign key column to ZCA_INTG_INSTANCE.
INTEGRATION_STAGE VARCHAR2 15 This column holds the value of stage of an integration such as DRAFT, ACTIVE, SUCCESS and ERROR.
STATUS VARCHAR2 50 This column holds the status of instance_details such as DRAFT, ACTIVE, SUCCESS and ERROR.
INTEGRATION_SUB_STEP VARCHAR2 100 This column holds the name of integration such as CreateQuote,RenewQuote,ReConfigure and SubmitOrder.
INTEGRATION_LEVEL NUMBER 3 This column holds the level of integration.
PARENT_REQUEST_DETAIL_ID NUMBER 18 This is a self reference column to REQUEST_DETAIL_ID.
INBOUND_PAYLOAD CLOB This column holds inbound payload for each step.
RESPONSE_PAYLOAD CLOB This column holds response payload for each step.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_INTG_INSTANCE_DETAILS_U1 Unique Default REQUEST_DETAIL_ID