ZX_API_REGISTRATIONS

This table stores registrations of APIs required to support third party tax service providers. Each record represents the registration of one API for a third party service provider or a first party organization.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZX_API_REGISTRATIONS_PK

API_REGISTRATION_ID

Columns

Name Datatype Length Precision Not-null Comments
API_REGISTRATION_ID NUMBER 18 Yes API registration identifier
API_OWNER_ID NUMBER 18 Yes Party tax profile identifier of the API owner. API owner can be a third party service provider or a first party organization.
PACKAGE_NAME VARCHAR2 80 Yes Fully qualified PL/SQL package name
PROCEDURE_NAME VARCHAR2 80 Yes PL/SQL procedure name
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_LOGIN_ID NUMBER 18 Login user identifier of last concurrent program to update this record
SERVICE_TYPE_ID NUMBER 18 Yes Identifier of the service type and data transfer mode for which API is registered.
CONTEXT_CCID NUMBER 18 Yes Code combination identifier for the API context
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.
RECORD_TYPE_CODE VARCHAR2 30 Lookup code to indicate whether the record is migrated, seeded or defined by the user.
PROGRAM_NAME VARCHAR2 30 Program name of last concurrent program to update this record
PROGRAM_APP_NAME VARCHAR2 50 Application name of last concurrent program to update this record

Foreign Keys

Table Foreign Table Foreign Key Column
ZX_API_REGISTRATIONS zx_party_tax_profile API_OWNER_ID
ZX_API_REGISTRATIONS zx_service_types SERVICE_TYPE_ID
ZX_API_REGISTRATIONS zx_api_code_combinations CONTEXT_CCID

Indexes

Index Uniqueness Tablespace Columns
ZX_API_REGISTRATIONS_U2 Unique Default SERVICE_TYPE_ID, API_OWNER_ID, CONTEXT_CCID
ZX_API_REGISTRATIONS_U1 Unique Default API_REGISTRATION_ID