KTMG_WORK_ALLOC_RES_ACCESS
This table stores information about Work Allocation Access Restrictions for Time Management.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KTMG_WORK_ALLOCATIONS |
WORK_ALLOCATION_ID |
WORK_ALLOCATION_ID |
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
WORK_ALLOC_RES_ACCESS_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 |
|
WORK_ALLOCATION_ID |
NOT NULL |
NUMBER |
Identifies the work allocation the restricted access data refers to |
|
SOURCE_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
|
SOURCE_ID |
NOT NULL |
NUMBER |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KTMG_WORK_ALLOC_RES_ACCESS_U1 |
UNIQUE |
1 |
WORK_ALLOC_RES_ACCESS_ID |
|
KTMG_WORK_ALLOC_RES_ACCESS_U2 |
UNIQUE |
1 |
WORK_ALLOCATION_ID |
|
KTMG_WORK_ALLOC_RES_ACCESS_U2 |
UNIQUE |
2 |
SOURCE_ID |
|
KTMG_WORK_ALLOC_RES_ACCESS_U2 |
UNIQUE |
3 |
SOURCE_TYPE_CODE |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KTMG_WORK_ALLOC_RES_ACCESS_S |
WORK_ALLOC_RES_ACCESS_ID |

