Search Results availability_match_wt
Overview
The PA_IMPLEMENTATIONS_ALL_MRC_V2 view belongs to the Oracle Projects (PA) module and is described in the ETRM repository as a "single currency view." It exposes the implementation-level setup records maintained for Oracle Projects, presenting them in the context of a single reporting currency rather than the multiple reporting currencies (MRC) that the underlying implementation data may otherwise span. The _MRC_ naming convention and the trailing _V2 suffix indicate that this is a reporting-currency variant of the base implementation view, retained for backward compatibility with earlier Oracle Projects schema versions.
Because the view projects client-attribute context (via USERENV('CLIENT_INFO')) into the ORG_ID column, it is inherently multi-organization aware. The ETRM metadata records that the view is Not implemented in this database, meaning it exists in the data dictionary of the documented environment only as a definition; it may be a legacy or non-deployed object in Oracle EBS 12.1.1 and 12.2.2 installations. Its role is therefore primarily informational, supporting queries that need to read project implementation options in a currency-neutral manner, particularly when reconciling setups across reporting sets or when migrating configuration between operating units.
Underlying Base Objects
The ETRM metadata does not document any referenced base objects for this view. In Oracle Projects, implementation options are physically stored in PA_IMPLEMENTATIONS_ALL and, where MRC is enabled, in corresponding MRC tables keyed by a currency or set-of-books context. The single-currency "V2" wrapper typically selects from the MRC implementation data and filters or joins to return exactly one row per implementation context, removing the reporting-currency dimension. Because the ETRM record lists no base objects, the safest interpretation is that the view is a thin projection over the implementation tables — its columns mirror the underlying implementation attributes almost one-for-one.
Key Columns
ORG_ID— Derived from the client-info session attribute, it isolates records for the current operating unit.MULTI_CURRENCY_BILLING_FLAG— Indicates whether multi-currency billing is enabled, directly relevant to a single-currency reporting view.DEFAULT_RATE_TYPEandDEFAULT_RATE_DATE_CODE— Define default currency conversion rate behavior for the implementation.BILLING_CYCLE,BILLING_OFFSET,ACCUMULATION_PERIOD_TYPE— Control invoice generation timing and period accumulation.CENTRALIZED_INVOICING_FLAGandSHARE_ACROSS_OU_BR_SCH_FLAG— Govern cross-operating-unit project and billing behavior.INTERFACE_LABOR_TO_GL_FLAG,INTERFACE_USAGE_TO_GL_FLAG,INTERFACE_REVENUE_TO_GL_FLAG— Determine which cost and revenue streams interface to the general ledger.- Output tax columns (
OUTPUT_TAX_USE_*_FLAG,OUTPUT_TAX_HIER_*) — Configure tax hierarchy determination for invoicing. - Cross-charging columns (
CC_*) — Set up intercompany and inter-project billing defaults, including provider and receiver flags and reclassification codes. PERIOD_SET_NAMEandSAME_PA_GL_PERIOD— Specify the accounting calendar and whether Projects and GL share periods.
Common Use Cases and Queries
This view supports configuration audits, multi-currency reconciliation, and migration validation. A representative query retrieves implementation options for the current operating unit:
SELECT org_id, multi_currency_billing_flag, default_rate_type,
centralized_invoicing_flag, cc_ic_billing_prvdr_flag
FROM pa_implementations_all_mrc_v2
WHERE org_id = :org_id;
Administrators also use it to confirm which interface and cross-charging flags are active before running GL costing or intercompany invoicing. Because no base objects are documented, developers should treat the view as a convenience projection and confirm its exact definition in their environment with DBMS_METADATA.GET_DDL before building dependent logic.
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V2
12.2.2
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V2
12.1.1
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL_MRC_V, object_name:PA_IMPLEMENTATIONS_ALL_MRC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V ,
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL_MRC_V, object_name:PA_IMPLEMENTATIONS_ALL_MRC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V ,
-
View: PA_PROJECTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
View: PA_PROJECTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
View: PA_PROJECTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
View: PA_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
View: PA_PROJECTS_PRM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_PRM_V, object_name:PA_PROJECTS_PRM_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECTS_PRM_V ,
-
View: PA_PROJECTS_PRM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_PRM_V, object_name:PA_PROJECTS_PRM_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECTS_PRM_V ,