ZCA_INTG_ENDPOINTS

This table is used to store the registered target information such as endpoint,resource catalog endpoint,credential key and app name.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_INTG_ENDPOINTS_PK

INTG_ENDPOINT_ID

Columns

Name Datatype Length Precision Not-null Comments
INTG_ENDPOINT_ID NUMBER 18 Yes This column is the primary key of the table holding unique value.
TARGET_APP_NAME VARCHAR2 30 Yes This column holds the target application name used in the integration.
TARGET_METADATA_URL VARCHAR2 500 This column specifies the URL for target resource catalog.
TARGET_METADATA_CONTENT_TYPE VARCHAR2 50 This column holds the rest content-type for target resource catalog.
TARGET_URI_SPEC_VERSION VARCHAR2 10 This column holds the open API spec version of target resource.
TARGET_URL VARCHAR2 500 This column specifies the URL for target endpoint to be invoked.
REFERENCE_NAME VARCHAR2 30 This column holds the reference name of the object for which data is to be synchronized.
CREDENTIAL_REF_KEY VARCHAR2 30 This column holds the key which will be referred in credential store.
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.
DESCRIPTION VARCHAR2 100 This column specifies the description of the target application used in the integration.
TARGET_METADATA_HEADERS VARCHAR2 50 This column specifies the headers used when calling the target endpoint API.
SECURITY_TYPE VARCHAR2 30 This column specifies the authorization type for the target endpoint.
CREDENTIAL_KEY VARCHAR2 4000 This column specifies the credential store key that references the authentication details of the target endpoint.
TOKEN_GEN_URL VARCHAR2 100 This column specifies the URL for the token generation endpoint. This column is only populated for certain authentication types.
TOKEN_GEN_HEADERS VARCHAR2 1000 This column specifies the headers used when calling the token generation endpoint.

Indexes

Index Uniqueness Tablespace Columns
ZCA_INTG_ENDPOINTS_U1 Unique Default INTG_ENDPOINT_ID