KNTA_PENDING_API_CHANGES
This table stores pending events to be processed by the Request Status Change background service.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_ENTITIES_NLS |
ENTITY_ID |
SOURCE_ENTITY_ID |
|
KNTA_PENDING_EXCEPTIONS |
SOURCE_ID |
SOURCE_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
PENDING_API_CHANGE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
EVENT |
NOT NULL |
VARCHAR2(80) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
|
SOURCE_ENTITY_ID |
NOT NULL |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
|
SOURCE_ID |
NOT NULL |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
|
OLD_VALUE |
NULLABLE |
VARCHAR2(80) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
|
NEW_VALUE |
NULLABLE |
VARCHAR2(80) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
|
STATUS |
NULLABLE |
VARCHAR2(80) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
|
ATTEMPT_COUNT |
NULLABLE |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KNTA_PENDING_API_CHANGES_N1 |
NONUNIQUE |
1 |
SOURCE_ENTITY_ID |
|
KNTA_PENDING_API_CHANGES_N1 |
NONUNIQUE |
2 |
SOURCE_ID |
|
KNTA_PENDING_API_CHANGES_N2 |
NONUNIQUE |
1 |
EVENT |
|
KNTA_PENDING_API_CHANGES_N3 |
NONUNIQUE |
1 |
STATUS |
|
KNTA_PENDING_API_CHANGES_U1 |
UNIQUE |
1 |
PENDING_API_CHANGE_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_PENDING_API_CHANGES_S |
PENDING_API_CHANGE_ID |

