Search Results pa_mc_draft_revs_all
Overview
The PA_MC_DRAFT_REVS_ALL table is a core data object within the Oracle E-Business Suite Projects module (PA). It serves a critical function in the application's multi-currency architecture by storing draft revenue amounts for projects in each configured reporting currency. This table operates in conjunction with the primary draft revenues table (PA_DRAFT_REVENUES_ALL), which holds amounts in the project's functional currency. The existence of PA_MC_DRAFT_REVS_ALL enables organizations to generate and review project revenue forecasts and accruals in multiple reporting currencies, which is essential for consolidated financial reporting across global entities. Its role is to maintain the currency-specific draft revenue data until it is finalized and transferred to the general ledger.
Key Information Stored
The table's structure is defined by its primary key and its relationships to other core entities. The primary key columns are SET_OF_BOOKS_ID, PROJECT_ID, and DRAFT_REVENUE_NUM. This composite key uniquely identifies a draft revenue record for a specific project and ledger (set of books) combination. While the provided metadata does not list all columns, the foreign key relationships indicate it must store at least the converted revenue amounts in the reporting currency. Implicitly, it will also contain columns for the reporting currency code and the conversion rate or date used for the translation from the functional currency amounts stored in PA_DRAFT_REVENUES_ALL.
Common Use Cases and Queries
This table is primarily accessed for multi-currency financial reporting and reconciliation within Projects. A common use case is to generate a report comparing draft revenue amounts across different reporting currencies for audit or analytical purposes. Support personnel may query this table to troubleshoot discrepancies in revenue amounts between the Projects module and the General Ledger during the transfer process. A typical analytical query would join this table to the projects and draft revenue master tables.
SELECT pmdr.set_of_books_id,
pmdr.project_id,
pmdr.draft_revenue_num,
pda.draft_revenue_type,
pmdr.reporting_currency_amount -- Example inferred column
FROM pa_mc_draft_revs_all pmdr,
pa_draft_revenues_all pda
WHERE pmdr.project_id = pda.project_id
AND pmdr.draft_revenue_num = pda.draft_revenue_num
AND pmdr.set_of_books_id = :p_ledger_id;
Related Objects
The table has defined foreign key relationships with several fundamental EBS tables, as documented in the metadata:
- GL_SETS_OF_BOOKS_11I: Via SET_OF_BOOKS_ID. This links the draft revenue record to the specific ledger for which the reporting currency amount is calculated.
- PA_DRAFT_REVENUES_ALL: Via PROJECT_ID and DRAFT_REVENUE_NUM. This is the most critical relationship, as PA_MC_DRAFT_REVS_ALL is a child table that holds the multi-currency equivalents for the master draft revenue record.
- PA_PROJECTS_ALL: Via PROJECT_ID. This enforces referential integrity to the master projects table.
These relationships ensure data consistency and are essential for any joins performed in custom reports or interfaces that involve multi-currency project revenues.
-
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 ,
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_MC_DRAFT_REVS_ALL
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_MC_DRAFT_REVS_ALL
12.2.2
-
VIEW: PA.PA_MC_DRAFT_REVS_ALL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_MC_DRAFT_REVS_ALL#, status:VALID,
-
SYNONYM: APPS.PA_MC_DRAFT_REVS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_MC_DRAFT_REVS_ALL, status:VALID,
-
VIEW: APPS.PA_DRAFT_REVENUES_ALL_MRC_V2
12.1.1
-
SYNONYM: APPS.PA_MC_DRAFT_REVS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_MC_DRAFT_REVS_ALL, status:VALID,
-
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_GL_REV_XFER_AUDIT_REP_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_REV_XFER_AUDIT_REP_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_DRAFT_REVENUES_ALL_MRC_V2
12.2.2
-
VIEW: PA.PA_MC_DRAFT_REVS_ALL#
12.2.2
-
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 ,
-
VIEW: APPS.PA_DRAFT_REVENUES_ALL_MRC_V
12.1.1
-
VIEW: APPS.PA_DRAFT_REVENUES_ALL_MRC_V
12.2.2
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on HR_ORGANIZATION_INFORMATION
12.2.2
-
TABLE: PA.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,
-
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_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 ,
-
PACKAGE BODY: APPS.PA_BILL_REV_XLA_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILL_REV_XLA_UPGRADE, status:VALID,
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_PROJECTS_ALL
12.2.2
-
TABLE: PA.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,
-
PACKAGE BODY: APPS.PA_BILL_REV_XLA_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILL_REV_XLA_UPGRADE, status:VALID,
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_IMPLEMENTATIONS_ALL
12.1.1
-
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 ,
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_PROJECTS_ALL
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_XLA_UPG_CTRL
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_IMPLEMENTATIONS_ALL
12.2.2
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_XLA_UPG_CTRL
12.2.2
-
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_MRC_V
12.2.2
product: PA - Projects , description: Single-org, single currency MRC view , implementation_dba_data: Not implemented in this database ,
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_DRAFT_REVENUES_ALL
12.2.2
-
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 ,
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_DRAFT_REVENUES_ALL
12.1.1
-
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_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_MRC_V
12.1.1
product: PA - Projects , description: Single-org, single currency MRC view , implementation_dba_data: Not implemented in this database ,
-
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: APPS.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,
-
APPS.PA_PURGE_BILLING dependencies on PA_DRAFT_REVENUES_AR
12.1.1
-
APPS.PA_PURGE_BILLING dependencies on PA_DRAFT_REVENUES_AR
12.2.2
-
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: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on PA_XLA_LINES_TMP
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on XLA_EVENTS
12.1.1