Search Results pa_draft_revenues_all
Overview
The PA_DRAFT_REVENUES_ALL table is a core transactional table within the Oracle E-Business Suite Projects module (PA). It serves as the primary repository for draft revenue records generated for projects. In the context of Oracle EBS 12.1.1 and 12.2.2, this table plays a critical role in the revenue management lifecycle, acting as a staging area for revenue calculations before they are finalized, approved, and transferred to the General Ledger. Its multi-org structure, denoted by the "_ALL" suffix, indicates it stores data for all operating units, making it essential for multi-organization implementations. The table's integrity is maintained through a primary key and a network of foreign key relationships with other fundamental project and financial tables.
Key Information Stored
The table stores header-level information for each draft revenue transaction. Key columns, as indicated by its primary and foreign keys, include PROJECT_ID and DRAFT_REVENUE_NUM, which uniquely identify each draft revenue record. The table links to critical financial and project control data through foreign keys. These include AGREEMENT_ID, which ties the revenue to a specific customer agreement, and code combination IDs such as UNBILLED_CODE_COMBINATION_ID and UNEARNED_CODE_COMBINATION_ID, which define the accounting flexfields for unbilled receivables and deferred (unearned) revenue. The self-referencing foreign key on DRAFT_REVENUE_NUM_CREDITED is particularly significant, as it enables the table to track credit memos or adjustments that directly offset an original draft revenue invoice, maintaining a clear audit trail for revenue corrections.
Common Use Cases and Queries
This table is central to processes involving the generation, review, and adjustment of project revenue. Common use cases include auditing draft revenue before final approval, tracing the lineage of credit memos back to their original invoices, and reconciling project revenue data before interfacing to GL. A typical analytical query might join this table to project and agreement details to summarize draft revenue by project or customer. For instance, to list all draft revenue for a specific project with its associated agreement, one might use a query pattern such as:
- SELECT pdr.draft_revenue_num, pdr.revenue_amount, paa.agreement_num
- FROM pa_draft_revenues_all pdr, pa_agreements_all paa
- WHERE pdr.project_id = :p_project_id
- AND pdr.agreement_id = paa.agreement_id;
Technical consultants often query this table to troubleshoot revenue interface issues or to validate data integrity by checking for orphaned records or mismatched code combinations.
Related Objects
As documented in the ETRM, PA_DRAFT_REVENUES_ALL has extensive relationships within the Projects schema. It is a parent table to several key transactional entities, including PA_DRAFT_REVENUE_ITEMS (which holds the detailed line items) and PA_DISTRIBUTION_WARNINGS. Its primary parent tables are PA_PROJECTS_ALL and PA_AGREEMENTS_ALL, establishing its foundation in project and contract management. The foreign keys to GL_CODE_COMBINATIONS underscore its integration with the financials stack. For multi-currency functionality, the PA_MC_DRAFT_REVS_ALL table stores the currency-converted amounts for each draft revenue record. When draft revenues are finalized, they are processed through the revenue interface to create accounting events, ultimately impacting the GL via the PA_PROJECT_ASSOCIATIONS and XLA tables.
-
Table: PA_DRAFT_REVENUES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL, object_name:PA_DRAFT_REVENUES_ALL, status:VALID, product: PA - Projects , description: Information about draft revenue generated for projects , implementation_dba_data: PA.PA_DRAFT_REVENUES_ALL ,
-
Table: PA_DRAFT_REVENUES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL, object_name:PA_DRAFT_REVENUES_ALL, status:VALID, product: PA - Projects , description: Information about draft revenue generated for projects , implementation_dba_data: PA.PA_DRAFT_REVENUES_ALL ,
-
View: PA_GL_REV_XFER_AUDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_REV_XFER_AUDIT_V, object_name:PA_GL_REV_XFER_AUDIT_V, status:VALID, product: PA - Projects , description: View for Revenue Audit by GL Account showing the Revenue Distribution Lines and the corresponding entries in Oracle General Ledger. Full Description: View showing the revenue transactions in Oracle Projects and the corresponding GL Journal , implementation_dba_data: APPS.PA_GL_REV_XFER_AUDIT_V ,
-
View: PA_GL_REV_XFER_AUDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_REV_XFER_AUDIT_V, object_name:PA_GL_REV_XFER_AUDIT_V, status:VALID, product: PA - Projects , description: View for Revenue Audit by GL Account showing the Revenue Distribution Lines and the corresponding entries in Oracle General Ledger. Full Description: View showing the revenue transactions in Oracle Projects and the corresponding GL Journal , implementation_dba_data: APPS.PA_GL_REV_XFER_AUDIT_V ,
-
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_GL_REV_XFER_AUDIT_REP_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_REV_XFER_AUDIT_REP_MRC_V
12.2.2
product: PA - Projects , 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: 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: 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: PA_XLA_REVENUE_LINES_ADJ_V
12.2.2
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_DR_EXCEPTIONS_SUM_MRC_V
12.1.1
product: PA - Projects , description: Is a view that identifies the Draft Revenues that prevent a period from being - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_XLA_REVENUE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_LINES_V, object_name:PA_XLA_REVENUE_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_LINES_V ,
-
View: PA_DR_EXCEPTIONS_SUM_MRC_V
12.2.2
product: PA - Projects , description: Is a view that identifies the Draft Revenues that prevent a period from being - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: PA_DISTRIBUTION_WARNINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DISTRIBUTION_WARNINGS, object_name:PA_DISTRIBUTION_WARNINGS, status:VALID, product: PA - Projects , description: Warning messages about exceptions encountered during draft revenue generation and draft invoice generation , implementation_dba_data: PA.PA_DISTRIBUTION_WARNINGS ,
-
Table: PA_MC_DRAFT_REVS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_DRAFT_REVS_ALL, object_name:PA_MC_DRAFT_REVS_ALL, status:VALID, product: PA - Projects , description: The draft revenues generated for a project in each reporting currency , implementation_dba_data: PA.PA_MC_DRAFT_REVS_ALL ,
-
Table: PA_MC_DRAFT_REVS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_DRAFT_REVS_ALL, object_name:PA_MC_DRAFT_REVS_ALL, status:VALID, product: PA - Projects , description: The draft revenues generated for a project in each reporting currency , implementation_dba_data: PA.PA_MC_DRAFT_REVS_ALL ,
-
View: PA_GL_DR_EXCEPT_SUM_MRC_V
12.1.1
product: PA - Projects , description: pa_gl_dr_except_sum_mrc_v is a view that identifies the Draft Revenues that prevent a period from being closed , implementation_dba_data: Not implemented in this database ,
-
Table: PA_DISTRIBUTION_WARNINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DISTRIBUTION_WARNINGS, object_name:PA_DISTRIBUTION_WARNINGS, status:VALID, product: PA - Projects , description: Warning messages about exceptions encountered during draft revenue generation and draft invoice generation , implementation_dba_data: PA.PA_DISTRIBUTION_WARNINGS ,
-
View: PA_GL_DR_EXCEPT_SUM_MRC_V
12.2.2
product: PA - Projects , description: pa_gl_dr_except_sum_mrc_v is a view that identifies the Draft Revenues that prevent a period from being closed , implementation_dba_data: Not implemented in this database ,
-
View: PA_XLA_REVENUE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_LINES_V, object_name:PA_XLA_REVENUE_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_LINES_V ,
-
View: PA_XLA_REVENUE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_HEADERS_V, object_name:PA_XLA_REVENUE_HEADERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_HEADERS_V ,
-
View: PA_XLA_REVENUE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REVENUE_HEADERS_V, object_name:PA_XLA_REVENUE_HEADERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REVENUE_HEADERS_V ,
-
View: PA_GL_DR_EXCEPT_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_DR_EXCEPT_SUM_V, object_name:PA_GL_DR_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: PA_GL_DR_EXCEPT_SUM_V is a view that identifies the Draft Revenues that prevent a period from being closed. Full Description: returns summary information on draft revenues that have not been interfaced to GL and therefore are preventing th , implementation_dba_data: APPS.PA_GL_DR_EXCEPT_SUM_V ,
-
View: PA_GL_DR_EXCEPT_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_DR_EXCEPT_SUM_V, object_name:PA_GL_DR_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: PA_GL_DR_EXCEPT_SUM_V is a view that identifies the Draft Revenues that prevent a period from being closed. Full Description: returns summary information on draft revenues that have not been interfaced to GL and therefore are preventing th , implementation_dba_data: APPS.PA_GL_DR_EXCEPT_SUM_V ,
-
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 ,
-
Table: PA_AGREEMENTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_ALL ,
-
Table: PA_AGREEMENTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_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: 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 ,
-
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: PA_UBR_UER_DR_PRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_DR_PRJ_V, object_name:PA_UBR_UER_DR_PRJ_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This lists the Unearned Revenue and Unbilled Receivable for draft revenues. , implementation_dba_data: APPS.PA_UBR_UER_DR_PRJ_V ,
-
View: PA_DRAFT_REVENUES_O
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_UBR_UER_DR_PRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_DR_PRJ_V, object_name:PA_UBR_UER_DR_PRJ_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This lists the Unearned Revenue and Unbilled Receivable for draft revenues. , implementation_dba_data: APPS.PA_UBR_UER_DR_PRJ_V ,
-
View: PA_DRAFT_REVENUES_ALL_MRC_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL_MRC_V2, object_name:PA_DRAFT_REVENUES_ALL_MRC_V2, status:VALID, product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: APPS.PA_DRAFT_REVENUES_ALL_MRC_V2 ,
-
View: PA_DRAFT_REVENUES_O
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_REVENUES_ALL_MRC_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL_MRC_V2, object_name:PA_DRAFT_REVENUES_ALL_MRC_V2, status:VALID, product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: APPS.PA_DRAFT_REVENUES_ALL_MRC_V2 ,
-
View: PA_PROJ_REVENUE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REVENUE_VIEW, object_name:PA_PROJ_REVENUE_VIEW, status:VALID, product: PA - Projects , description: Project draft revenues , implementation_dba_data: APPS.PA_PROJ_REVENUE_VIEW ,
-
View: PA_DRAFT_REVENUES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL_MRC_V, object_name:PA_DRAFT_REVENUES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency MRC view , implementation_dba_data: APPS.PA_DRAFT_REVENUES_ALL_MRC_V ,
-
View: PA_DRAFT_REVENUES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL_MRC_V, object_name:PA_DRAFT_REVENUES_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-org, single currency MRC view , implementation_dba_data: APPS.PA_DRAFT_REVENUES_ALL_MRC_V ,
-
View: PA_PROJ_REVENUE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REVENUE_VIEW, object_name:PA_PROJ_REVENUE_VIEW, status:VALID, product: PA - Projects , description: Project draft revenues , implementation_dba_data: APPS.PA_PROJ_REVENUE_VIEW ,
-
View: PA_XLA_REV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REV_V, object_name:PA_XLA_REV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REV_V ,
-
View: PA_XLA_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_REV_V, object_name:PA_XLA_REV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_REV_V ,
-
View: PA_UBR_UER_PROJ_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_PROJ_DTLS_V, object_name:PA_UBR_UER_PROJ_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Project summary details view , implementation_dba_data: APPS.PA_UBR_UER_PROJ_DTLS_V ,
-
View: PA_UBR_UER_PROJ_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_PROJ_DTLS_V, object_name:PA_UBR_UER_PROJ_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Project summary details view , implementation_dba_data: APPS.PA_UBR_UER_PROJ_DTLS_V ,
-
View: PA_DRAFT_REVENUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUES_V, object_name:PA_DRAFT_REVENUES_V, status:VALID, product: PA - Projects , description: This View has been modified to Include Reporting Project Functional columns whose values will be defaulted to NULL values , implementation_dba_data: APPS.PA_DRAFT_REVENUES_V ,
-
View: PA_UBR_UER_ACCT_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_ACCT_DTLS_V, object_name:PA_UBR_UER_ACCT_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Accounting summary detail view , implementation_dba_data: APPS.PA_UBR_UER_ACCT_DTLS_V ,
-
View: PA_DRAFT_REVENUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUES_V, object_name:PA_DRAFT_REVENUES_V, status:VALID, product: PA - Projects , description: This View has been modified to Include Reporting Project Functional columns whose values will be defaulted to NULL values , implementation_dba_data: APPS.PA_DRAFT_REVENUES_V ,
-
View: PA_UBR_UER_ACCT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_ACCT_DTLS_V, object_name:PA_UBR_UER_ACCT_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Accounting summary detail view , implementation_dba_data: APPS.PA_UBR_UER_ACCT_DTLS_V ,