ZX_API_OWNER_STATUSES
This table stores the status of APIs registration for an API owner
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
ZX_API_OWNER_STATUSES_PK |
API_OWNER_ID, SERVICE_CATEGORY_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
API_OWNER_ID | NUMBER | 18 | Yes | Party tax profile identifier of the API owner | |
SERVICE_CATEGORY_CODE | VARCHAR2 | 30 | Yes | Service category code | |
STATUS_CODE | VARCHAR2 | 30 | Yes | APIs registration status of the API Owner for the service category | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
ZX_API_OWNER_STATUSES | zx_party_tax_profile | API_OWNER_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_API_OWNER_STATUSES_U1 | Unique | Default | API_OWNER_ID, SERVICE_CATEGORY_CODE |