PJC_ALLOC_SOURCE_LINES

PA_ALLOC_SOURCE_LINES stores source 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_SOURCE_PK

RULE_ID, LINE_NUM

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 18 Yes Unique identifier for an allocation rule for the source line
LINE_NUM NUMBER Yes Line number
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 Project organization id
TASK_ORG_ID NUMBER 18 Task organization 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
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_CODE_ID NUMBER 18 Class Code ID
CLASS_CATEGORY_ID NUMBER 18 Class Category ID
CONTRACT_ID NUMBER 18 Contract ID
FUNDING_SOURCE_ID NUMBER 18 Fundung Source ID

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_ALLOC_SOURCE_LINES pjf_projects_all_b PROJECT_ID
PJC_ALLOC_SOURCE_LINES pjf_proj_elements_b TASK_ID
PJC_ALLOC_SOURCE_LINES pjc_alloc_rules_all RULE_ID
pjc_alloc_run_sources pjc_alloc_source_lines RULE_ID, LINE_NUM

Indexes

Index Uniqueness Tablespace Columns
PJC_ALLOC_SOURCE_LINES_N1 Non Unique Default RULE_ID, EXCLUDE_FLAG
PJC_ALLOC_SOURCE_LINES_U1 Unique Default RULE_ID, LINE_NUM