Search Results pa_cc_dist_lines_all
Overview
PA_CC_DIST_LINES_ALL is the Oracle Projects (PA) table that stores accounting distribution information related to transfer pricing for cross-charged expenditure items. Cross charging allows one project or task to recover the cost of expenditure items from another, and the transfer price mechanism applies a markup or rate to the recovered amount. This table records the resulting debit and credit accounting entries, the transfer price components, currency conversion details, and the intercompany or inter-project distribution lines that will ultimately be transferred to Oracle General Ledger.
In Oracle EBS 12.1.1 and 12.2.2 the table resides in the PA schema and is central to the Cross Charge Distribution and transfer price accounting process. The ETRM metadata characterizes this object with a heuristic Data Vault classification of satellite-leaning. In Data Vault modeling terms this suggests the table behaves primarily as a descriptive satellite attached to the expenditure item business key, though its numerous foreign keys to projects, tasks, currency, and accounting objects mean it also carries link-like relationships that should be modeled carefully rather than as a pure hub.
Key Information Stored
The table contains sixty-one documented columns. The most significant are outlined below.
- CC_DIST_LINE_ID — the surrogate primary key of the table, enforced through PA_CC_DIST_LINES_ALL_PK.
- EXPENDITURE_ITEM_ID — identifies the cross-charged expenditure item being distributed; part of business key candidate PA_CC_DIST_LINES_U2 together with LINE_TYPE and LINE_NUM.
- LINE_NUM, LINE_TYPE, CROSS_CHARGE_CODE — control the sequencing and nature of each distribution line.
- AMOUNT — the monetary value of the distribution line in the accounting currency.
- PROJECT_ID and TASK_ID — the receiving or charged project and task for the distribution.
- DR_CODE_COMBINATION_ID and CR_CODE_COMBINATION_ID — the debit and credit GL account combinations for the accounting entry.
- TRANSFER_STATUS_CODE, TRANSFERRED_DATE, TRANSFER_REJECTION_CODE — track whether the line has been interfaced to GL and any rejection reasons.
- GL_DATE, PA_DATE, GL_PERIOD_NAME, PA_PERIOD_NAME — the accounting and project dates plus the corresponding periods.
- Currency and rate columns — ACCT_CURRENCY_CODE, DENOM_TP_CURRENCY_CODE, PROJECT_TP_CURRENCY_CODE, PROJFUNC_TP_CURRENCY_CODE, along with their rate type, date, and exchange rate columns, capture the multi-currency and transfer price conversion basis.
- Markup and price columns — BILL_RATE, TP_BASE_AMOUNT, BILL_MARKUP_PERCENTAGE, MARKUP_CALC_BASE_CODE, PROJECT_TRANSFER_PRICE, PROJFUNC_TRANSFER_PRICE, and DENOM_TRANSFER_PRICE define how the transfer price was derived.
- REVERSED_FLAG, LINE_NUM_REVERSED, DIST_LINE_ID_REVERSED — support reversal processing of previously generated distribution lines.
Common Use Cases and Queries
Typical use cases include auditing cross-charge accounting entries, reconciling transfer price amounts against expenditure items, and monitoring the status of lines pending transfer to GL. A common query retrieves distribution lines for a specific expenditure item:
- SELECT cc_dist_line_id, line_num, line_type, amount, dr_code_combination_id, cr_code_combination_id FROM pa.pa_cc_dist_lines_all WHERE expenditure_item_id = :p_item_id ORDER BY line_num;
- Querying by TRANSFER_STATUS_CODE identifies lines not yet interfaced or those rejected during transfer to General Ledger.
- Joining to PA_PROJECTS_ALL and PA_TASKS to report transfer price distributions by project and task reconciles the receiving project's cross-charge recoveries.
Related Objects
The following objects are most significant for joining and understanding this table.
- PA_EXPENDITURE_ITEMS_ALL — joined on EXPENDITURE_ITEM_ID; the source cross-charged expenditure items.
- PA_PROJECTS_ALL — joined on PROJECT_ID; supplies receiving project attributes.
- PA_TASKS — joined on TASK_ID; supplies the charged task.
- PA_MC_CC_DIST_LINES_ALL — references CC_DIST_LINE_ID and stores multi-currency related distribution lines.
- PA_CC_DIST_LINES_AR and PA_MC_CC_DIST_LINES_AR — archive tables holding the same CC_DIST_LINE_ID key.
- GL_CODE_COMBINATIONS — joined through DR_CODE_COMBINATION_ID and CR_CODE_COMBINATION_ID.
- PER_JOBS — joined on TP_JOB_ID for labor-related transfer pricing.
- FND_CURRENCIES and GL_DAILY_CONVERSION_TYPES — supply currency and rate type validation for the transfer price columns.
-
Table: PA_CC_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_DIST_LINES_ALL, object_name:PA_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about the accounting distributions related to transfer price for cross charged expenditure items. , implementation_dba_data: PA.PA_CC_DIST_LINES_ALL ,
-
Table: PA_CC_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_DIST_LINES_ALL, object_name:PA_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about the accounting distributions related to transfer price for cross charged expenditure items. , implementation_dba_data: PA.PA_CC_DIST_LINES_ALL ,
-
VIEW: APPS.PA_CC_DIST_LINES_SUMMARIZE_V
12.1.1
-
VIEW: APPS.PA_CC_DIST_LINES_SUMMARIZE_V
12.2.2
-
SYNONYM: APPS.PA_CC_DIST_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CC_DIST_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PA_CC_DIST_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CC_DIST_LINES_ALL, status:VALID,
-
VIEW: APPS.PA_XLA_CCDL_LINES_V
12.1.1
-
VIEW: APPS.PA_CC_EXCEPTIONS_SUM_V
12.2.2
-
VIEW: PA.PA_CC_DIST_LINES_ALL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_CC_DIST_LINES_ALL#, status:VALID,
-
VIEW: APPS.PA_XLA_CCDL_LINES_V
12.2.2
-
View: PA_CC_DIST_LINES_SUMMARIZE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_SUMMARIZE_V, object_name:PA_CC_DIST_LINES_SUMMARIZE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CC_DIST_LINES_SUMMARIZE_V ,
-
View: PA_CC_DIST_LINES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_ALL_MRC_V, object_name:PA_CC_DIST_LINES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: APPS.PA_CC_DIST_LINES_ALL_MRC_V ,
-
View: PA_CC_DIST_LINES_SUMMARIZE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_SUMMARIZE_V, object_name:PA_CC_DIST_LINES_SUMMARIZE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CC_DIST_LINES_SUMMARIZE_V ,
-
VIEW: APPS.PA_CC_DIST_LINES_ALL_MRC_V
12.2.2
-
View: PA_CC_DIST_LINES_ALL_MRC_V2
12.1.1
product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_CC_DIST_LINES_ALL_MRC_V
12.1.1
-
View: PA_CC_DIST_LINES_ALL_MRC_V2
12.2.2
product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_DIST_LINES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_DIST_LINES_ALL_MRC_V, object_name:PA_CC_DIST_LINES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency view for pa_cc_dist_lines_all , implementation_dba_data: APPS.PA_CC_DIST_LINES_ALL_MRC_V ,
-
VIEW: APPS.PA_GL_CC_EXCEPT_SUM_V
12.2.2
-
View: PA_XLA_CCDL_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_CCDL_LINES_V, object_name:PA_XLA_CCDL_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_CCDL_LINES_V ,
-
VIEW: APPS.PA_CC_EXCEPTIONS_SUM_V
12.1.1
-
VIEW: PA.PA_CC_DIST_LINES_ALL#
12.2.2
-
View: PA_XLA_CCDL_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_CCDL_LINES_V, object_name:PA_XLA_CCDL_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_CCDL_LINES_V ,
-
Table: GL_DAILY_CONVERSION_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
Table: GL_DAILY_CONVERSION_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
PACKAGE: APPS.PA_CC_BL_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_CC_BL_PROCESS, status:VALID,
-
VIEW: APPS.PA_CC_EXCEPTIONS_DET_V
12.2.2
-
VIEW: APPS.PA_GL_CC_EXCEPT_DET_V
12.2.2
-
SYNONYM: APPS.PA_CC_DIST_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CC_DIST_LINES, status:VALID,
-
SYNONYM: APPS.PA_CC_DIST_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CC_DIST_LINES, status:VALID,
-
PACKAGE BODY: APPS.PA_MC_BORRLENT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MC_BORRLENT, status:VALID,
-
VIEW: APPS.PA_CC_GL_COST_XFER_AUDIT_V
12.1.1
-
Table: PA_MC_CC_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CC_DIST_LINES_ALL, object_name:PA_MC_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about cross charge distributions of expenditure items for each reporting set of books. , implementation_dba_data: PA.PA_MC_CC_DIST_LINES_ALL ,
-
Table: PA_MC_CC_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CC_DIST_LINES_ALL, object_name:PA_MC_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about cross charge distributions of expenditure items for each reporting set of books. , implementation_dba_data: PA.PA_MC_CC_DIST_LINES_ALL ,
-
PACKAGE: APPS.PA_CC_BL_PROCESS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_CC_BL_PROCESS, status:VALID,
-
VIEW: APPS.PA_GL_CC_EXCEPT_SUM_V
12.1.1
-
PACKAGE BODY: APPS.PA_MC_BORRLENT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MC_BORRLENT, status:VALID,
-
VIEW: APPS.PA_CC_GL_COST_XFER_AUDIT_V
12.2.2
-
PACKAGE BODY: APPS.PA_CC_BL_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_BL_PROCESS, status:VALID,
-
PACKAGE BODY: APPS.PA_XLA_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_XLA_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.PA_XLA_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_XLA_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.PA_XLA_INTERFACE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_XLA_INTERFACE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_MULTI_CURRENCY_TXN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MULTI_CURRENCY_TXN, status:VALID,
-
PACKAGE BODY: APPS.PA_XLA_INTERFACE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_XLA_INTERFACE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_PURGE_VALIDATE_COSTING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PURGE_VALIDATE_COSTING, status:VALID,
-
PACKAGE BODY: APPS.PA_MULTI_CURRENCY_TXN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MULTI_CURRENCY_TXN, status:VALID,
-
PACKAGE BODY: APPS.PA_MC_CURRENCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MC_CURRENCY_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_MC_CURRENCY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MC_CURRENCY_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_BL_PROCESS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_BL_PROCESS, status:VALID,
-
TABLE: PA.PA_CC_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_DIST_LINES_ALL, object_name:PA_CC_DIST_LINES_ALL, status:VALID,