Search Results pa_cust_rev_dist_lines_all
Overview
The PA_CUST_REV_DIST_LINES_ALL table is a core transactional table within the Oracle E-Business Suite Projects module (PA), specifically for releases 12.1.1 and 12.2.2. It serves as the detailed repository for revenue distribution data generated from project expenditures. When an expenditure item is processed for revenue recognition and billing, the system creates one or more records in this table to define how the revenue amount is allocated across different dimensions, such as tasks, funding sources, and revenue accounts. Its primary role is to store the calculated revenue distributions that are subsequently interfaced to Oracle General Ledger (GL) and Oracle Receivables (AR), forming the critical link between project execution and financial accounting.
Key Information Stored
The table's structure is defined by a composite primary key on EXPENDITURE_ITEM_ID and LINE_NUM, linking each distribution line directly to its source cost in PA_EXPENDITURE_ITEMS_ALL. Key columns and the data they hold include amounts in multiple currency contexts (e.g., PROJECT_CURRENCY_CODE, PROJFUNC_CURRENCY_CODE, INVPROC_CURRENCY_CODE), which are essential for multi-currency projects. Critical foreign key relationships, as documented, point to currency (FND_CURRENCIES), conversion rate types (GL_DAILY_CONVERSION_TYPES), and tax codes (AR_VAT_TAX_ALL_B). The table also stores the derived revenue amounts, associated accounting flexfield combinations (e.g., code combination IDs for revenue), and identifiers for the associated customer, project, and task, enabling detailed revenue attribution and auditability.
Common Use Cases and Queries
This table is central to revenue reporting, reconciliation, and troubleshooting. Common operational scenarios include analyzing revenue distributions for a specific project or invoice, reconciling project revenue to the general ledger, and investigating revenue recognition issues. A typical query pattern involves joining to PA_EXPENDITURE_ITEMS_ALL and project/task tables to trace revenue back to source costs.
- Revenue Distribution Report by Project:
SELECT project_id, task_id, SUM(project_amount) FROM pa_cust_rev_dist_lines_all WHERE project_id = :p_project_id GROUP BY project_id, task_id; - Reconciliation to GL: Queries often join to GL_JE_LINES via the code_combination_id and reference columns to verify posted amounts.
- Audit Trail: Investigating the revenue impact of a specific expenditure batch by joining on EXPENDITURE_ITEM_ID back to its parent expenditure batch and items.
Related Objects
As indicated by its extensive foreign key constraints, PA_CUST_REV_DIST_LINES_ALL has strong dependencies on several fundamental EBS tables. The most critical relationship is with PA_EXPENDITURE_ITEMS_ALL, the source of all project costs. For financial integration, it references FND_CURRENCIES and GL_DAILY_CONVERSION_TYPES for currency and rate data. Its link to AR_VAT_TAX_ALL_B facilitates tax calculation for billable revenue. This table is also a primary source for the revenue distribution lines in the Projects Accounting (PA) schema, feeding interfaces and summary tables that push data to GL (via PA_TRANSACTION_INTERFACE_ALL) and to AR for invoice generation. Key related APIs include the revenue generation and distribution programs within the PA process.
-
Table: PA_CUST_REV_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_ALL, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item revenue distribution , implementation_dba_data: PA.PA_CUST_REV_DIST_LINES_ALL ,
-
Table: PA_CUST_REV_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_ALL, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item revenue distribution , implementation_dba_data: PA.PA_CUST_REV_DIST_LINES_ALL ,
-
View: PA_CRDL_REVERSAL_RATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CRDL_REVERSAL_RATE_V, object_name:PA_CRDL_REVERSAL_RATE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CRDL_REVERSAL_RATE_V ,
-
Table: PA_DRAFT_INVOICE_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_ITEMS, object_name:PA_DRAFT_INVOICE_ITEMS, status:VALID, product: PA - Projects , description: Draft invoice lines , implementation_dba_data: PA.PA_DRAFT_INVOICE_ITEMS ,
-
Table: PA_DRAFT_INVOICE_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_ITEMS, object_name:PA_DRAFT_INVOICE_ITEMS, status:VALID, product: PA - Projects , description: Draft invoice lines , implementation_dba_data: PA.PA_DRAFT_INVOICE_ITEMS ,
-
Table: PA_FUNCTION_TRANSACTIONS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FUNCTION_TRANSACTIONS_ALL, object_name:PA_FUNCTION_TRANSACTIONS_ALL, status:VALID, product: PA - Projects , description: System-defined operations within AutoAccounting functions , implementation_dba_data: PA.PA_FUNCTION_TRANSACTIONS_ALL ,
-
Table: PA_MC_CUST_RDL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_RDL_ALL, object_name:PA_MC_CUST_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of expenditure items in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_RDL_ALL ,
-
View: PA_CUST_RDL_ALL_MRC_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_RDL_ALL_MRC_V2, object_name:PA_CUST_RDL_ALL_MRC_V2, status:VALID, product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: APPS.PA_CUST_RDL_ALL_MRC_V2 ,
-
Table: PA_TXN_ACCUM_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_ACCUM_DETAILS, object_name:PA_TXN_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Drilldown information from PA_TXN_ACCUM to cost, revenue, and event revenue distribution lines, and to commitments , implementation_dba_data: PA.PA_TXN_ACCUM_DETAILS ,
-
Table: PA_TXN_ACCUM_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_ACCUM_DETAILS, object_name:PA_TXN_ACCUM_DETAILS, status:VALID, product: PA - Projects , description: Drilldown information from PA_TXN_ACCUM to cost, revenue, and event revenue distribution lines, and to commitments , implementation_dba_data: PA.PA_TXN_ACCUM_DETAILS ,
-
Table: PA_FUNCTION_TRANSACTIONS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FUNCTION_TRANSACTIONS_ALL, object_name:PA_FUNCTION_TRANSACTIONS_ALL, status:VALID, product: PA - Projects , description: System-defined operations within AutoAccounting functions , implementation_dba_data: PA.PA_FUNCTION_TRANSACTIONS_ALL ,
-
Table: PA_DRAFT_REVENUE_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_REVENUE_ITEMS, object_name:PA_DRAFT_REVENUE_ITEMS, status:VALID, product: PA - Projects , description: Draft revenue lines , implementation_dba_data: PA.PA_DRAFT_REVENUE_ITEMS ,
-
View: PA_BILLING_REV_INV_DELETION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_REV_INV_DELETION_V, object_name:PA_BILLING_REV_INV_DELETION_V, status:VALID, product: PA - Projects , description: Returns information about draft invoices that will be deleted in the current run of revenue generation. , implementation_dba_data: APPS.PA_BILLING_REV_INV_DELETION_V ,
-
Table: PA_MC_CUST_RDL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_RDL_ALL, object_name:PA_MC_CUST_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of expenditure items in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_RDL_ALL ,
-
Table: PA_DRAFT_REVENUE_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_REVENUE_ITEMS, object_name:PA_DRAFT_REVENUE_ITEMS, status:VALID, product: PA - Projects , description: Draft revenue lines , implementation_dba_data: PA.PA_DRAFT_REVENUE_ITEMS ,
-
View: PABV_INVOICE_LINE_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_INVOICE_LINE_DETAILS, object_name:PABV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_INVOICE_LINE_DETAILS ,
-
View: PA_CUST_RDL_ALL_MRC_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_RDL_ALL_MRC_V2, object_name:PA_CUST_RDL_ALL_MRC_V2, status:VALID, product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: APPS.PA_CUST_RDL_ALL_MRC_V2 ,
-
View: PA_BILLING_REV_INV_DELETION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_REV_INV_DELETION_V, object_name:PA_BILLING_REV_INV_DELETION_V, status:VALID, product: PA - Projects , description: Returns information about draft invoices that will be deleted in the current run of revenue generation. , implementation_dba_data: APPS.PA_BILLING_REV_INV_DELETION_V ,
-
View: PABV_INVOICE_LINE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_INVOICE_LINE_DETAILS, object_name:PABV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_INVOICE_LINE_DETAILS ,
-
View: PAFV_REVENUE_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_REVENUE_DISTRIBUTIONS, object_name:PAFV_REVENUE_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: This shows information about revenue distribution lines. , implementation_dba_data: APPS.PAFV_REVENUE_DISTRIBUTIONS ,
-
View: PAFV_REVENUE_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_REVENUE_DISTRIBUTIONS, object_name:PAFV_REVENUE_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: This shows information about revenue distribution lines. , implementation_dba_data: APPS.PAFV_REVENUE_DISTRIBUTIONS ,
-
View: PABV_REVENUE_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_REVENUE_DISTRIBUTIONS, object_name:PABV_REVENUE_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_REVENUE_DISTRIBUTIONS ,
-
View: PA_BILLING_REV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_REV_TRANSACTIONS_V, object_name:PA_BILLING_REV_TRANSACTIONS_V, status:VALID, product: PA - Projects , description: Returns detail information for amounts processed in the current run of revenue generation. , implementation_dba_data: APPS.PA_BILLING_REV_TRANSACTIONS_V ,
-
View: PA_REV_BURDEN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REV_BURDEN_DETAILS_V, object_name:PA_REV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: PA_REV_BURDEN_DETAILS_V shows the individual burden cost components of the revenue amount for expenditure items that accrue revenue using burden schedules. , implementation_dba_data: APPS.PA_REV_BURDEN_DETAILS_V ,
-
View: PA_INV_BURDEN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_INV_BURDEN_DETAILS_V, object_name:PA_INV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of invoice amount of expenditure items. , implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_V ,
-
View: PA_INV_BURDEN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_INV_BURDEN_DETAILS_V, object_name:PA_INV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of invoice amount of expenditure items. , implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_V ,
-
View: PABV_REVENUE_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_REVENUE_DISTRIBUTIONS, object_name:PABV_REVENUE_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_REVENUE_DISTRIBUTIONS ,
-
View: PA_BILLING_REV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_REV_TRANSACTIONS_V, object_name:PA_BILLING_REV_TRANSACTIONS_V, status:VALID, product: PA - Projects , description: Returns detail information for amounts processed in the current run of revenue generation. , implementation_dba_data: APPS.PA_BILLING_REV_TRANSACTIONS_V ,
-
View: PA_BILLING_INV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_INV_TRANSACTIONS_V, object_name:PA_BILLING_INV_TRANSACTIONS_V, status:VALID, product: PA - Projects , description: Returns detail information for amount processed in the current run , implementation_dba_data: APPS.PA_BILLING_INV_TRANSACTIONS_V ,
-
View: PAFV_INVOICE_LINE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_INVOICE_LINE_DETAILS, object_name:PAFV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: Business view to show the details of the invoice lines. , implementation_dba_data: APPS.PAFV_INVOICE_LINE_DETAILS ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
View: PA_BILLING_INV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_INV_TRANSACTIONS_V, object_name:PA_BILLING_INV_TRANSACTIONS_V, status:VALID, product: PA - Projects , description: Returns detail information for amount processed in the current run , implementation_dba_data: APPS.PA_BILLING_INV_TRANSACTIONS_V ,
-
View: PAFV_INVOICE_LINE_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_INVOICE_LINE_DETAILS, object_name:PAFV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: Business view to show the details of the invoice lines. , implementation_dba_data: APPS.PAFV_INVOICE_LINE_DETAILS ,
-
View: PA_REV_BURDEN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REV_BURDEN_DETAILS_V, object_name:PA_REV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: PA_REV_BURDEN_DETAILS_V shows the individual burden cost components of the revenue amount for expenditure items that accrue revenue using burden schedules. , implementation_dba_data: APPS.PA_REV_BURDEN_DETAILS_V ,
-
View: PA_CUST_REV_DIST_LINES_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_EI_V, object_name:PA_CUST_REV_DIST_LINES_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_EI_V ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
View: PA_CUST_REV_DIST_LINES_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_EI_V, object_name:PA_CUST_REV_DIST_LINES_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_EI_V ,
-
View: PA_STATUS_RSRC_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EI_BASE_V ,
-
View: PA_STATUS_RSRC_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EI_BASE_V ,
-
View: PA_STATUS_TASK_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_EI_BASE_V, object_name:PA_STATUS_TASK_EI_BASE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_TASK_EI_BASE_V ,
-
View: PA_PROJ_UNBILLED_BASE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_BASE_VIEW, object_name:PA_PROJ_UNBILLED_BASE_VIEW, status:VALID, product: PA - Projects , description: Base view of project unbilled amounts based on detail transactions , implementation_dba_data: APPS.PA_PROJ_UNBILLED_BASE_VIEW ,
-
View: PA_STATUS_TASK_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_TASK_EI_BASE_V, object_name:PA_STATUS_TASK_EI_BASE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_TASK_EI_BASE_V ,
-
View: PA_CUST_REV_DIST_LINES_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_CUST_REV_DIST_LINES_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_CUST_REV_DIST_LINES
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_UNBILLED_BASE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_BASE_VIEW, object_name:PA_PROJ_UNBILLED_BASE_VIEW, status:VALID, product: PA - Projects , description: Base view of project unbilled amounts based on detail transactions , implementation_dba_data: APPS.PA_PROJ_UNBILLED_BASE_VIEW ,
-
View: PA_CUST_REV_DIST_LINES
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_XLA_REVENUE_LINES_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_LINES_ADJ_V, object_name:PA_XLA_REVENUE_LINES_ADJ_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_LINES_ADJ_V ,
-
View: PA_CUST_REV_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_V, object_name:PA_CUST_REV_DIST_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_V ,
-
View: PA_CUST_REV_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_V, object_name:PA_CUST_REV_DIST_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUST_REV_DIST_LINES_V ,