PJC_ALLOC_TARGET_LINES

PA_ALLOC_TARGET_LINES stores target lines for each allocation rule.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_ALLOC_TARGET_PK

RULE_ID, LINE_NUM

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 18 Yes Allocation rule identification number
LINE_NUM NUMBER Yes Line Number of the target line
EXCLUDE_FLAG VARCHAR2 1 Yes The flag indicates whether to exclude returned projects. Y means exclude
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
PROJECT_ORG_ID NUMBER 18 Standard Who Column
TASK_ORG_ID NUMBER 18 Task organiztation id
PROJECT_TYPE_ID NUMBER 18 Project Type Id *****
SERVICE_TYPE VARCHAR2 30 Service type
PROJECT_ID NUMBER 18 Project ID
TASK_ID NUMBER 18 Task ID
BILLABLE_ONLY_FLAG VARCHAR2 1 The flag indicates whether to pick up billable tasks or all tasks. Y means bill
LINE_PERCENT NUMBER Percentage of pool amount assigned to this target line
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CLASS_CATEGORY_ID NUMBER 18 Class Category ID
CLASS_CODE_ID NUMBER 18 Class Code ID
CONTRACT_ID NUMBER 18 Contract Id
FUNDING_SOURCE_ID NUMBER 18 Funding Source Id

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_ALLOC_TARGET_LINES pjf_projects_all_b PROJECT_ID
PJC_ALLOC_TARGET_LINES pjf_proj_elements_b TASK_ID
PJC_ALLOC_TARGET_LINES pjc_alloc_rules_all RULE_ID
pjc_alloc_run_targets pjc_alloc_target_lines RULE_ID, LINE_NUM

Indexes

Index Uniqueness Tablespace Columns
PJC_ALLOC_TARGET_LINES_N1 Non Unique Default RULE_ID, EXCLUDE_FLAG
PJC_ALLOC_TARGET_LINES_U1 Unique Default RULE_ID, LINE_NUM