PJC_ALLOC_MISSING_COSTS

PA_ALLOC_MISSING_COSTS stores missing costs information for an allocation run. This is applicable only for incremental allocation runs.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_ALLOC_MISSING_COSTS_PK

MISSING_COST_ID

Columns

Name Datatype Length Precision Not-null Comments
RUN_ID NUMBER 18 Yes Allocation run identification number
MISSING_COST_ID NUMBER 18 Yes New column added for primary key *****
TYPE_CODE VARCHAR2 1 Yes Missing costs type. It can be S(Source),T(Target) or O(Offset)
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.
PROJECT_ID NUMBER 18 Yes Project identification number
TASK_ID NUMBER 18 Yes Task identification number
AMOUNT NUMBER Missing amount from project/task
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_ALLOC_MISSING_COSTS pjc_alloc_runs_all RUN_ID
PJC_ALLOC_MISSING_COSTS pjf_projects_all_b PROJECT_ID
PJC_ALLOC_MISSING_COSTS pjf_proj_elements_b TASK_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_ALLOC_MISSING_COSTS_N1 Non Unique Default RUN_ID, TYPE_CODE
PJC_ALLOC_MISSING_COSTS_U1 Unique Default MISSING_COST_ID