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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 Fully qualified PL/SQL package name
PROCEDURE_NAME VARCHAR2 80 PL/SQL procedure name
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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 Identifier of the service type and data transfer mode for which API is registered.
CONTEXT_CCID NUMBER 18 Code combination identifier for the API context
OBJECT_VERSION_NUMBER NUMBER 9 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
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
ZX_API_REGISTRATIONS_N1_ Non Unique Default API_REGISTRATION_ID
ZX_API_REGISTRATIONS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, API_REGISTRATION_ID