ZCA_INTG_MAPS

This table is used to store mapping identifier, source and target application information.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_INTG_MAPS_PK

INTEGRATION_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments Status
INTEGRATION_MAP_ID NUMBER 18 Yes This column signifies the map id of the record. This is the primary key.
INTEGRATION_MAP_NAME VARCHAR2 100 This column signifies the name of the integration map.
DESCRIPTION VARCHAR2 300 This column signifies the description of the map.
INTEGRATION_MAPPING_NUMBER VARCHAR2 100 This column signifies the PUID. It is a unique contraint.
CONNECTION_REF VARCHAR2 50 This column holds the integration connections and endpoints. Obsolete
ENDPOINT_URI VARCHAR2 300 This column holds the Target URI pointing to endpoint. Obsolete
ENDPOINT_ACTION VARCHAR2 50 This column holds the rest operation on endpoint_uri. Obsolete
ENDPOINT_HEADERS VARCHAR2 50 This column holds the header info for endpoint_uri. Obsolete
SOURCE_APPLICATION VARCHAR2 100 This column signifies source application where it will be mapped.
TARGET_APPLICATION VARCHAR2 100 This column signifies the target application where it will be mapped. Obsolete
SOURCE_OBJECT VARCHAR2 100 This column signifies the source object which will be mapped.
TARGET_OBJECT VARCHAR2 100 This column signifies the target object which will mapped. Obsolete
TARGET_ENDPOINT VARCHAR2 300 This column signifies To support user defined endpoints on the target that fit into application/json. Obsolete
SEEDED_FLAG VARCHAR2 1 This column signifies whether a mapping is seeded or not.
INTEGRATION_SUB_STEP VARCHAR2 100 This column holds the name of integration such as CreateQuote,RenewQuote,ReConfigure and SubmitOrder. Obsolete
PARENT_MAP_NUMBER VARCHAR2 100 This column is a self reference column to INTEGRATION_MAPPING_NUMBER. Obsolete
AFTER_HANDLER VARCHAR2 1000 This column holds the java class path to invoke after integration. Obsolete
BEFORE_HANDLER VARCHAR2 1000 This column holds the java class path to invoke before integration. Obsolete
PROPERTY_FLAGS NUMBER 18 This column holds the bit mask indicator to differentiate properties like ActiveFlag,CloneFlag.If the column has a value of 3 then it can be treated as bit 11.
EVENT_STAGE VARCHAR2 30 The event types of signal definitions that will be created for the integration. The possible values are ORA_CREATE, ORA_UPDATE, ORA_UPSERT and ORA_DELETE.
EVENT_ID VARCHAR2 200 The identifier of the signal definition that was created for the integration.
MAP_TF_SPEC CLOB This column signifies json spec to perform mapping and transformation.
MAPPING_RULE CLOB The condition used when defining signal definition for the integration.
MAP_URL_SPEC CLOB This column signifies json spec to perform mapping and transformation on URL parameters. Obsolete
SEED_MAP_TF_SPEC CLOB This column holds the seeded json specification to perform mapping and transformation. Obsolete
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 VARCHAR2 4000 The schedule details of the integration. (If integration is executed as a batch).

Indexes

Index Uniqueness Tablespace Columns
ZCA_INTG_MAPS_U1 Unique Default INTEGRATION_MAP_ID
ZCA_INTG_MAPS_U2 Unique Default INTEGRATION_MAPPING_NUMBER
ZCA_INTG_MAPS_U3 Unique Default INTEGRATION_MAP_NAME