PJC_ALLOC_TXN_DETAILS

PA_ALLOC_TXN_DETAILS stores target and offset transactions created by an allocation run.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_ALLOC_TXN_DETAILS_PK

ALLOC_TXN_ID

Columns

Name Datatype Length Precision Not-null Comments
ALLOC_TXN_ID NUMBER 18 Yes Allocation transaction id
RUN_ID NUMBER 18 Yes Allocation run identification number
RULE_ID NUMBER 18 Yes Allocation rule identification number
RUN_TARGET_ID NUMBER 18 Foreign Key to table pjc_alloc_run_targets.run_target_id.
TRANSACTION_TYPE VARCHAR2 1 Yes Transactions type. It can be T (Allocation) or O(offset)
FISCAL_YEAR NUMBER Fiscal year of the run period
QUARTER_NUM NUMBER Quarter number of the run period
PERIOD_NUM NUMBER Period number
RUN_PERIOD VARCHAR2 20 Run period
LINE_NUM NUMBER Yes Line number
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 Project id
TASK_ID NUMBER 18 Task id
TOTAL_ALLOCATION NUMBER Total amount to allocate
PREVIOUS_ALLOCATION NUMBER Previous allocation amount
CURRENT_ALLOCATION NUMBER Current allocation amount
STATUS_CODE VARCHAR2 1 Transactions status. It can be P (pending),R (rejected) or A (accepted)
EXPENDITURE_ITEM_ID NUMBER 18 Expenditure item id when expenditure item is created
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
CINT_SOURCE_TASK_ID NUMBER 18 Task identifier from the source transaction
CINT_EXP_ORG_ID NUMBER 18 Expenditure Organization Identifier for capitalized interest transactions.
CINT_RATE_MULTIPLIER NUMBER Interest rate multiplier used to create the interest transaction
CINT_PRIOR_BASIS_AMT NUMBER The summarized prior basis amount used to create the interest transaction.
CINT_CURRENT_BASIS_AMT NUMBER The summarized current basis amount used to create the interest transaction.
IND_RATE_SCH_REVISION_ID NUMBER 18 Revision Identifier of the Rate Schedule Revision for Capital Interest Rate Schedule Revisions
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.
EXPENDITURE_TYPE_ID NUMBER 18 Expenditure Type Id for The expenditure type *****
CONTRACT_ID NUMBER 18 Contract Id
LD_ADJUSTED_ALLOC_TXN_ID NUMBER 18 Adjustment Allocation ID which the current distribution applies.
LD_TARGET_CCID NUMBER 18 GL account to which the cost will be distributed based on the line percent.
CONTEXT_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for project-related standardized cost collection.
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

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_ALLOC_TXN_DETAILS pjc_alloc_runs_all RUN_ID
PJC_ALLOC_TXN_DETAILS pjf_projects_all_b PROJECT_ID
PJC_ALLOC_TXN_DETAILS pjc_exp_items_all EXPENDITURE_ITEM_ID
PJC_ALLOC_TXN_DETAILS pjf_proj_elements_b TASK_ID
PJC_ALLOC_TXN_DETAILS pjf_proj_elements_b CINT_SOURCE_TASK_ID
PJC_ALLOC_TXN_DETAILS pjc_cint_rs_revisions IND_RATE_SCH_REVISION_ID
pjc_labor_dist_txn_details pjc_alloc_txn_details ALLOC_TXN_ID
pjc_cint_source_details pjc_alloc_txn_details ALLOC_TXN_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_ALLOC_TXN_DETAILS_N1 Non Unique Default RUN_ID, TRANSACTION_TYPE, PROJECT_ID, TASK_ID
PJC_ALLOC_TXN_DETAILS_N2 Non Unique Default PROJECT_ID
PJC_ALLOC_TXN_DETAILS_N3 Non Unique Default TASK_ID
PJC_ALLOC_TXN_DETAILS_N4 Non Unique Default RUN_TARGET_ID
PJC_ALLOC_TXN_DETAILS_U1 Unique Default ALLOC_TXN_ID