PJC_ALLOC_RUN_SOURCE_DET

PA_ALLOC_RUN_SOURCE_DET stores source amount details for each source project and task (and by resources, if source resources were defined) for each allocation run.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_ALLOC_RUN_SOURCE_DET_PK

RUN_SOURCE_DET_ID

Columns

Name Datatype Length Precision Not-null Comments
RUN_ID NUMBER 18 Yes Allocation run identification number
RUN_SOURCE_DET_ID NUMBER 18 Yes New column added for primary key *****
RULE_ID NUMBER 18 Yes Allocation rule identification number
LINE_NUM NUMBER Yes Line Number of the source line
PROJECT_ID NUMBER 18 Project ID
TASK_ID NUMBER 18 Task ID
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
RBS_ELEMENT_ID NUMBER 18 RBS Element Id *****
AMOUNT NUMBER Amount
RESOURCE_PERCENT NUMBER Percentage of allocation at resource line level
ELIGIBLE_AMOUNT NUMBER Eligible amount=amount*Resource%
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.
CONTRACT_ID NUMBER 18 Contract Id
FUNDING_SOURCE_ID NUMBER 18 Funding Source Id
PRIOR_OFFSET_AMOUNT NUMBER Prior offset allocation amount for a given period.
PRIOR_OFFSET_CALCULATED_FLAG VARCHAR2 1 Flag indicating that prior offset amount has been calculated for a given source.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_ALLOC_RUN_SOURCE_DET pjc_alloc_runs_all RUN_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_ALLOC_RUN_SOURCE_DET_N1 Non Unique Default RUN_ID, LINE_NUM, PROJECT_ID, TASK_ID
PJC_ALLOC_RUN_SOURCE_DET_U1 Unique Default RUN_SOURCE_DET_ID