Search Results exp_cycle_start_day_code
Overview
The view PA_IMPLEMENTATIONS_ALL_MRC_V_O belongs to the Oracle Projects (PA) module and is documented as a single currency view. It is part of the Multiple Reporting Currencies (MRC) family of objects in Oracle E-Business Suite, a framework designed to allow an organization to report on transactional data in one or more reporting currencies in addition to the primary functional currency. In the 12.1.1 and 12.2.2 releases, MRC views such as this one exist to present a consolidated, single-currency perspective of the underlying Projects implementation setup data, which would otherwise be stored per set of books and per currency context.
The object exposes implementation-level configuration for Oracle Projects, including organization structures, billing and invoicing defaults, expenditure cycle configuration, cross-charging behavior, and tax determination hierarchies. Its principal role is to support reporting and integration scenarios in which downstream consumers require a stable, single-currency projection of the Project implementation parameters without joining directly to the full MRC-aware implementation table.
In the documentation metadata provided for ETRM 12.2.2, the view is noted as not implemented in the reference database, and no base objects are formally documented beyond the view text selector. This is a common characteristic of MRC-derived views, whose existence and availability depend on whether MRC is enabled and the corresponding set of books is configured in the instance.
Underlying Base Objects
Although the documented metadata lists no referenced base objects, the view text explicitly selects from PA_IMPLEMENTATIONS_ALL, the Projects implementation table that stores setup parameters for each business group and organization context. The defining query does not perform a currency conversion projection over multiple sets of books; instead, it presents a set of columns from PA_IMPLEMENTATIONS_ALL, with the SET_OF_BOOKS_ID value resolved at runtime through the USERENV('CLIENT_INFO') call:
NVL(TO_NUMBER(SUBSTR(USERENV('CLIENT_INFO'), 45, 10)), -99)— derives the current set of books identifier from the client information context, defaulting to -99 when unavailable.- All remaining columns are projected directly from PA_IMPLEMENTATIONS_ALL, including ORG_ID, the organization structure identifiers, and the cross-charging parameters.
Because the view is built on the "_ALL" implementation table, it is organization and business-group aware, and it is subject to the same multi-org and MRC access policies as the base table. The "_V_O" suffix conventionally indicates a view variant associated with MRC or currency-specific projections.
Key Columns
The view exposes a broad set of implementation parameters. The most significant, particularly in relation to the user search term default_rate_type, include:
- DEFAULT_RATE_TYPE — the default rate type applied to currency conversion for Projects transactions when no explicit rate type is specified.
- DEFAULT_RATE_DATE_CODE — controls the effective date used to select the conversion rate.
- CC_DEFAULT_RATE_TYPE and CC_DEFAULT_RATE_DATE_CODE — the corresponding defaults for cross-charging conversion.
- BUSINESS_GROUP_ID, ORG_ID, SET_OF_BOOKS_ID — organizational and ledger context keys.
- ORG_STRUCTURE_VERSION_ID, EXP_ORG_STRUCTURE_ID, PROJ_ORG_STRUCTURE_ID and related START_ORGANIZATION_ID columns — define the organization hierarchy used for expenditure and project processing.
- BILLING_CYCLE, BILLING_OFFSET, INVOICE_BATCH_SOURCE_ID, NEXT_AUTOMATIC_INVOICE_NUMBER — billing and invoicing configuration.
- INTERFACE_LABOR_TO_GL_FLAG, INTERFACE_USAGE_TO_GL_FLAG, INTERFACE_REVENUE_TO_GL_FLAG — interfacing flags to General Ledger.
- OUTPUT_TAX_USE_*_FLAG and OUTPUT_TAX_HIER_* — tax determination hierarchy and usage settings.
- CENTRALIZED_INVOICING_FLAG, CC_ALLOW_IU_FLAG, CC_IC_BILLING_PRVDR_FLAG, CC_IC_BILLING_RECVR_FLAG — cross-charging and intercompany billing controls.
- CUSTOMER_ID, VENDOR_ID — identifiers used for intercompany and cross-charge processing.
Standard audit columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN) are also exposed.
Common Use Cases and Queries
Typical scenarios include reporting on Projects implementation defaults per operating unit or ledger, verifying default rate type configuration after a migration or upgrade, and driving integrations that require the effective conversion defaults without joining the full MRC stack. A representative query to inspect default rate type configuration is:
SELECT org_id,
business_group_id,
default_rate_type,
default_rate_date_code,
cc_default_rate_type,
cc_default_rate_date_code
FROM pa_implementations_all_mrc_v_o
WHERE default_rate_type IS NOT NULL;
A second common query audits billing and tax parameters for a given organization:
SELECT org_id,
billing_cycle,
billing_offset,
output_tax_use_project_flag,
output_tax_hier_project
FROM pa_implementations_all_mrc_v_o
WHERE org_id = :p_org_id;
Because the view is documented as not implemented in the reference database, administrators should confirm that MRC is enabled and that the underlying PA_IMPLEMENTATIONS_ALL table contains rows for the target organization context before relying on the view for production reporting.
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V_O
12.2.2
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_ALL_MRC_V_O
12.1.1
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_O
12.2.2
product: PA - Projects , description: Single-Org , 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_IMPLEMENTATIONS_MRC_V_O
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_IMPLEMENTATIONS_O
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
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_MRC_V_O
12.1.1
product: PA - Projects , description: Single-org, 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 ,