KTMG_WORK_ALLOCATIONS
This table stores information about Work Allocations for Time Management.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
PM_PROJECTS |
PROJECT_ID |
WORK_ITEM_SET_ID |
|
KCRT_REQUEST_TYPES_NLS |
REQUEST_TYPE_ID |
WORK_ITEM_SET_ID |
|
KDLV_PACKAGES |
PACKAGE_ID |
WORK_ITEM_ID |
|
WP_TASKS |
TASK_ID |
WORK_ITEM_ID |
|
KWFL_WORKFLOWS_NLS |
WORKFLOW_ID |
WORK_ITEM_SET_ID |
|
KCRT_REQUESTS |
REQUEST_ID |
WORK_ITEM_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
WORK_ALLOCATION_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 |
|
ENTITY_LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date a record in the entity was last updated |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
WORK_ITEM_ID |
NOT NULL |
NUMBER |
Identifier that identifies the work item associated with the work allocation |
|
WORK_ITEM_SET_ID |
NULLABLE |
NUMBER |
Identifier that identifies the work item set associated with the work item |
|
WORK_ITEM_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
Identifier that identifies the type of work item |
|
TIME_UNIT_CODE |
NOT NULL |
VARCHAR2(30) |
Identifier that identifies the type of time unit |
|
ORIGINAL_BUDGETED_TIME |
NULLABLE |
NUMBER |
Original budgeted time for the work allocation |
|
CURRENT_BUDGETED_TIME |
NULLABLE |
NUMBER |
Current budgeted time for the work allocation |
|
STANDARD_DISCOUNT |
NULLABLE |
NUMBER |
Standard discount for the work allocation |
|
BILLING_DISCOUNT |
NULLABLE |
NUMBER |
Billing discount for the work allocation |
|
RESTRICT_RES_ACCESS_FLAG |
NOT NULL |
VARCHAR2(1) |
Flag that determines if the work allocation has restricted access |
|
STATUS_CODE |
NOT NULL |
VARCHAR2(30) |
Status of the work allocation |
|
CHARGE_CODES_UPDATEABLE_FLAG |
NOT NULL |
VARCHAR2(1) |
Flag that determines if the charge code is updateable |
|
CHARGE_CODES_REQUIRED_FLAG |
NOT NULL |
VARCHAR2(1) |
Flag that determines if the charge code is required |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KTMG_WORK_ALLOCATIONS_N1 |
NONUNIQUE |
1 |
WORK_ITEM_SET_ID |
|
KTMG_WORK_ALLOCATIONS_N1 |
NONUNIQUE |
2 |
WORK_ITEM_TYPE_CODE |
|
KTMG_WORK_ALLOCATIONS_U1 |
UNIQUE |
1 |
WORK_ALLOCATION_ID |
|
KTMG_WORK_ALLOCATIONS_U2 |
UNIQUE |
1 |
WORK_ITEM_ID |
|
KTMG_WORK_ALLOCATIONS_U2 |
UNIQUE |
2 |
WORK_ITEM_TYPE_CODE |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KTMG_WORK_ALLOCATIONS_S |
WORK_ALLOCATION_ID |

