KNTA_PENDING_FLS_DENORM
This table stores information about pending field-level security transactions on existing entities in the PPM Center system.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PENDING_FLS_DENORM_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 |
SOURCE_ENTITY_ID |
NOT NULL |
NUMBER |
Source entity of the field-level security |
SOURCE_PRIMARY_KEY |
NOT NULL |
NUMBER |
Identifier that uniquely identifies the source of the field-level security transaction |
TARGET_ENTITY_ID |
NOT NULL |
NUMBER |
Identifier that identifies the target entity type of the field-level security transaction |
START_DATE |
NULLABLE |
DATE |
Date pending field-level security transaction started |
COMPLETE_DATE |
NULLABLE |
DATE |
Date pending field-level security transaction completed |
PENDING_STATE_CODE |
NOT NULL |
VARCHAR2(200) |
State of particular pending field-level security transaction |
MESSAGE |
NULLABLE |
VARCHAR2(4000) |
Message field for misc. messages |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_PENDING_FLS_DENORM_N1 |
NONUNIQUE |
1 |
TARGET_ENTITY_ID |
KNTA_PENDING_FLS_DENORM_N1 |
NONUNIQUE |
2 |
PENDING_STATE_CODE |
KNTA_PENDING_FLS_DENORM_U1 |
UNIQUE |
1 |
PENDING_FLS_DENORM_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_PENDING_FLS_DENORM_S |
PENDING_FLS_DENORM_ID |