PJC_ALLOC_RUN_TARGETS

PA_ALLOC_RUN_TARGETS stores temporary records for each allocation run about all target projects and tasks generated by each target line.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_ALLOC_RUN_TARGETS_PK

RUN_TARGET_ID

Columns

Name Datatype Length Precision Not-null Comments
RUN_ID NUMBER 18 Yes Allocation run identification number
RUN_TARGET_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 target line
PROJECT_ID NUMBER 18 Project ID
EXCLUDE_FLAG VARCHAR2 1 Yes The flag indicates whether to exclude returned projects. Y means to exclude
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.
TASK_ID NUMBER 18 Task ID
LINE_PERCENT NUMBER Allocation percentage specified at the target line level
PLAN_VERSION_ID NUMBER 18 Plant versions populated when basis is fin plan *****
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.
LD_TARGET_CCID NUMBER 18 GL account to which the cost will be distributed based on the line percent.
LD_SUSPENSE_ACCT_FLAG VARCHAR2 1 Suspense account flag.
CONTEXT_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for project-related standardized cost collection.
EXPENDITURE_TYPE_ID NUMBER 18 Expenditure type used to build the transaction descriptive flexfield for project-related transaction distributions.
EXPENDITURE_ITEM_DATE DATE Date on which a project-related transaction is incurred.
ORGANIZATION_ID NUMBER 18 Identifier for expenditure organization used to build the transaction descriptive flexfield for project-related transaction distributions.
BILLABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is available to be billed to customers.
CAPITALIZABLE_FLAG VARCHAR2 1 Flag that indicates if a project-related item is eligible for capitalization.
WORK_TYPE_ID NUMBER 18 Identifier for project-related classification of the worked performed.
CONTRACT_LINE_ID NUMBER 18 Tracks contract line information. Not used currently.
FUNDING_ALLOCATION_ID NUMBER 18 Specifies the name of the project funding override. Not used currently.
RESERVED_ATTRIBUTE1 VARCHAR2 150 Reserved for funding source, external or internal, funding the sponsored project.
RESERVED_ATTRIBUTE2 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE3 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE4 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE5 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE6 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE7 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE8 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE9 VARCHAR2 150 Reserved for future project-related functionality.
RESERVED_ATTRIBUTE10 VARCHAR2 150 Reserved for future project-related functionality.
USER_DEF_ATTRIBUTE1 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE2 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE3 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE4 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE5 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE6 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE7 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE8 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE9 VARCHAR2 150 Reserved for user-definable project information.
USER_DEF_ATTRIBUTE10 VARCHAR2 150 Reserved for user-definable project information.
REVERSAL_RUN_TARGET_ID NUMBER 18 Reversal run target ID which the current run target applies.
BUDGETARY_CONTROL_VAL_STATUS VARCHAR2 30 Budgetary control validation status at the transaction level.
BASIS_FACTOR NUMBER Derived basis factor used to prorate cost allocation.
PRIOR_ALLOCATION_AMOUNT NUMBER Prior allocation amount for the source project and task.
PRIOR_ALLOC_CALCULATED_FLAG VARCHAR2 1 Flag indicating that prior allocation amount has been calculated for a given target.
NO_BASIS_AMOUNT_FLAG VARCHAR2 1 Error flag indicating no basis amount exists.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_ALLOC_RUN_TARGETS pjc_alloc_target_lines RULE_ID, LINE_NUM
PJC_ALLOC_RUN_TARGETS pjo_plan_versions_b PLAN_VERSION_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_ALLOC_RUN_TARGETS_N1 Non Unique Default RUN_ID, EXCLUDE_FLAG, PROJECT_ID, TASK_ID
PJC_ALLOC_RUN_TARGETS_N2 Non Unique Default PROJECT_ID
PJC_ALLOC_RUN_TARGETS_N3 Non Unique Default TASK_ID
PJC_ALLOC_RUN_TARGETS_N4 Non Unique Default CONTRACT_ID
PJC_ALLOC_RUN_TARGETS_U1 Unique Default RUN_TARGET_ID