Search Results pa_draft_revenue_items
Overview
The PA_DRAFT_REVENUE_ITEMS table is a core transactional table within the Oracle E-Business Suite Projects (PA) module, specifically in releases 12.1.1 and 12.2.2. It serves as the detailed line-level repository for draft revenue transactions. This table is integral to the revenue recognition and billing processes, holding proposed revenue items before they are finalized and transferred to permanent revenue tables. Its role is to provide a staging area where revenue lines can be created, reviewed, and adjusted prior to formal generation and posting, ensuring data integrity and auditability in complex project accounting cycles.
Key Information Stored
The table stores detailed attributes for each draft revenue line item. Its primary key is a composite of PROJECT_ID, DRAFT_REVENUE_NUM, and LINE_NUM, uniquely identifying each item within a draft revenue batch. Key columns include TASK_ID, linking the item to a specific project task, and multiple currency code fields (REVPROC_CURRENCY_CODE, PROJFUNC_CURRENCY_CODE, PROJECT_CURRENCY_CODE, FUNDING_CURRENCY_CODE) that support the multi-currency capabilities of Oracle Projects. The table holds the raw revenue amounts, quantities, rates, and descriptive information that constitute the draft revenue line. Foreign key constraints enforce referential integrity with parent tables like PA_DRAFT_REVENUES_ALL for the header and PA_TASKS for the task assignment.
Common Use Cases and Queries
Primary use cases involve auditing draft revenue batches, troubleshooting revenue generation issues, and creating custom reports on pending revenue. A common query pattern retrieves all draft items for a specific project or draft batch to review details before finalization. For example:
SELECT dri.line_num, dri.task_id, t.task_number, dri.raw_revenue_amount
Another critical scenario is identifying draft items linked to specific customer events or revenue distribution lines by joining to related tables like PA_CUST_EVENT_RDL_ALL. Data from this table is often used in reconciliation reports between draft and final posted revenue.
FROM pa_draft_revenue_items dri,
pa_tasks t
WHERE dri.project_id = :p_project_id
AND dri.draft_revenue_num = :p_draft_num
AND dri.task_id = t.task_id
ORDER BY dri.line_num;
Related Objects
PA_DRAFT_REVENUE_ITEMS has extensive relationships within the Projects schema. Its primary parent is the PA_DRAFT_REVENUES_ALL table, which stores the header information for each draft revenue batch. It is a key parent table for several distribution and multi-currency sub-ledger tables, including:
- PA_CUST_EVENT_RDL_ALL
- PA_CUST_REV_DIST_LINES_ALL
- PA_MC_CUST_EVENT_RDL_ALL
- PA_MC_CUST_RDL_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 ,
-
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_DRAFT_REV_ITEMS_FORM_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_draft_revenue_items, pa_cust_event_rev_dist_lines , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_REV_ITEMS_FORM_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_draft_revenue_items, pa_cust_event_rev_dist_lines , implementation_dba_data: Not implemented in this database ,
-
View: PA_DR_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DR_EXCEPTIONS_SUM_V, object_name:PA_DR_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Is a view that identifies the Draft Revenues that prevent a period from being closed , implementation_dba_data: APPS.PA_DR_EXCEPTIONS_SUM_V ,
-
View: PA_DR_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DR_EXCEPTIONS_SUM_V, object_name:PA_DR_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Is a view that identifies the Draft Revenues that prevent a period from being closed , implementation_dba_data: APPS.PA_DR_EXCEPTIONS_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_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_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_MC_CUST_EVENT_RDL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_EVENT_RDL_ALL, object_name:PA_MC_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of revenue events in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_EVENT_RDL_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_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 ,
-
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 ,
-
Table: PA_MC_CUST_EVENT_RDL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_EVENT_RDL_ALL, object_name:PA_MC_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of revenue events in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_EVENT_RDL_ALL ,
-
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 ,
-
View: PA_DRAFT_REVENUE_ITEMS_MRC_V
12.1.1
product: PA - Projects , description: Single currency MRC view , implementation_dba_data: Not implemented in this database ,
-
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_DRAFT_REVENUE_ITEMS_MRC_V
12.2.2
product: PA - Projects , description: Single currency MRC view , implementation_dba_data: Not implemented in this database ,
-
Table: PA_CUST_EVENT_RDL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_EVENT_RDL_ALL, object_name:PA_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about event revenue distribution , implementation_dba_data: PA.PA_CUST_EVENT_RDL_ALL ,
-
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_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_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_REVENUE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUE_ITEMS_V, object_name:PA_DRAFT_REVENUE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_REVENUE_ITEMS_V ,
-
Table: PA_CUST_EVENT_RDL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_EVENT_RDL_ALL, object_name:PA_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about event revenue distribution , implementation_dba_data: PA.PA_CUST_EVENT_RDL_ALL ,
-
View: PA_DRAFT_REVENUE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_REVENUE_ITEMS_V, object_name:PA_DRAFT_REVENUE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_REVENUE_ITEMS_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_DRAFT_REVENUES_FORM_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_draft_revenues, pa_mc_draft_revs_all, pa_draft_revenue_items, pa_agreements_all , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_REVENUES_FORM_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_draft_revenues, pa_mc_draft_revs_all, pa_draft_revenue_items, pa_agreements_all , implementation_dba_data: Not implemented in this database ,
-
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_PROJ_INVOICE_BASE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_BASE_VIEW, object_name:PA_PROJ_INVOICE_BASE_VIEW, status:VALID, product: PA - Projects , description: PA_PROJ_INVOICE_BASE_VIEW is the base view for reporting revenue and invoice totals for projects , implementation_dba_data: APPS.PA_PROJ_INVOICE_BASE_VIEW ,
-
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_PROJ_INVOICE_BASE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_BASE_VIEW, object_name:PA_PROJ_INVOICE_BASE_VIEW, status:VALID, product: PA - Projects , description: PA_PROJ_INVOICE_BASE_VIEW is the base view for reporting revenue and invoice totals for projects , implementation_dba_data: APPS.PA_PROJ_INVOICE_BASE_VIEW ,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
View: PA_PROJ_SUMMARY_AMOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_SUMMARY_AMOUNTS_V, object_name:PA_PROJ_SUMMARY_AMOUNTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJ_SUMMARY_AMOUNTS_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_PROJ_SUMMARY_AMOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_SUMMARY_AMOUNTS_V, object_name:PA_PROJ_SUMMARY_AMOUNTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJ_SUMMARY_AMOUNTS_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 ,