Search Results manual_project_num_type
Overview
APPS.PA_IMPLEMENTATIONS_ALL_MRC_V is a multi-reporting-currency (MRC) view in Oracle Projects. It exposes the implementation-level (system option and business group) configuration rows that govern how an Oracle Projects installation behaves across labor, usage, revenue, billing, invoicing, cross-charging, and multi-currency processing. The view derives from the base implementation table and presents one logical implementation record per business group (ORG_ID). Its role is chiefly reporting and integration: external systems, extracts, and diagnostic queries read it to obtain authoritative, version-specific implementation settings without directly touching the underlying transactional base table.
Because it is an MRC view, it is designed for environments that maintain multiple reporting currencies. In 12.1.1 and 12.2.2 the MRC family of views provides currency-attributed read access to the base implementation data, and PA_IMPLEMENTATIONS_ALL_MRC_V follows this convention. The overtime_calc_enabled_flag the user searched for is one of the configuration columns surfaced here, indicating whether overtime calculation is enabled for the implementation.
Underlying Base Objects
The documented referenced base object is PA_IMPLEMENTATIONS_ALL, accessed through a synonym. The view is a projection over that table: the SELECT list mirrors the implementation columns, supplemented by an audit-derived business group expression. Notably the view computes BUSINESS_GROUP_ID using NVL(TO_NUMBER(SUBSTR(USERENV('CLIENT_INFO'),45,10)), -99), reading the current operating unit context from the client info string and defaulting to -99 when absent. This is the standard Oracle multi-org mechanism, so the view effectively filters and attributes implementation rows to the active business group. Columns such as ORG_ID, ORG_STRUCTURE_VERSION_ID, EXP_ORG_STRUCTURE_ID, and PROJ_ORG_STRUCTURE_ID preserve the organizational structure context of each implementation.
Key Columns
- OVERTIME_CALC_ENABLED_FLAG — Indicates whether overtime calculation is enabled for time and labor processing.
- INTERFACE_LABOR_TO_GL_FLAG / INTERFACE_USAGE_TO_GL_FLAG / INTERFACE_REVENUE_TO_GL_FLAG — Control whether labor, usage, and revenue are interfaced to General Ledger.
- BILLING_CYCLE / BILLING_OFFSET / ACCUMULATION_PERIOD_TYPE — Billing and accumulation defaults.
- EXP_CYCLE_START_DAY_CODE / PA_PERIOD_TYPE — Expenditure cycle and period configuration.
- ORG_ID / BUSINESS_GROUP_ID — Multi-org and business group attribution.
- CENTRALIZED_INVOICING_FLAG / MULTI_CURRENCY_BILLING_FLAG / SHARE_ACROSS_OU_BR_SCH_FLAG — Invoicing and cross-OU behavior flags.
- OUTPUT_TAX_USE_* / OUTPUT_TAX_HIER_* — Tax determination source and hierarchy settings.
- CC_* columns — Cross-charging processing codes, rate types, provider/receiver flags, and vendor/customer identifiers.
- FTE_DAY / FTE_WEEK / COMPETENCE_MATCH_WT / AVAILABILITY_MATCH_WT / JOB_LEVEL_MATCH_WT — Resource scheduling and matching parameters.
- PERIOD_SET_NAME / SAME_PA_GL_PERIOD / INCLUDE_GAINS_LOSSES_FLAG — Accounting period and currency handling settings.
Common Use Cases and Queries
The view is typically queried to audit implementation configuration, confirm flags such as overtime calculation, or feed downstream reporting and integration extracts. A representative query:
SELECT org_id, business_group_id, overtime_calc_enabled_flag, interface_labor_to_gl_flag, multi_currency_billing_flag FROM apps.pa_implementations_all_mrc_v WHERE org_id = :p_org_id;
Administrators may also retrieve cross-charging and tax settings, or validate organization structure identifiers, using the same view. Because it is MRC-aware and multi-org-attributed, ensure the correct operating unit (client info) context is set before querying so that BUSINESS_GROUP_ID resolves as expected rather than defaulting to -99.
-
VIEW: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V
12.2.2
-
VIEW: PA.PA_IMPLEMENTATIONS_ALL#
12.2.2
-
VIEW: APPS.PA_IMPLEMENTATIONS_ALL_MRC_V
12.1.1
-
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_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_O
12.1.1
product: PA - Projects , description: Single-Org , 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_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_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
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: APPS.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,
-
VIEW: APPS.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,
-
APPS.PA_PROJ_TEMPLATE_SETUP_UTILS SQL Statements
12.1.1
-
APPS.PA_PROJ_TEMPLATE_SETUP_UTILS SQL Statements
12.2.2
-
TABLE: PA.PA_IMPLEMENTATIONS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
VIEW: PA.PA_IMPLEMENTATIONS_ALL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_IMPLEMENTATIONS_ALL#, status:VALID,
-
TABLE: PA.PA_IMPLEMENTATIONS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IMPLEMENTATIONS_ALL, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
APPS.PA_PROJECT_UTILS SQL Statements
12.1.1
-
APPS.PA_PROJECT_UTILS SQL Statements
12.2.2
-
APPS.PA_PROJ_TEMPLATE_SETUP_UTILS dependencies on PA_IMPLEMENTATIONS
12.2.2
-
PACKAGE BODY: APPS.PA_PROJ_TEMPLATE_SETUP_UTILS
12.1.1
-
APPS.PA_PROJ_TEMPLATE_SETUP_UTILS dependencies on PA_IMPLEMENTATIONS
12.1.1
-
APPS.PA_PROJECT_UTILS dependencies on PA_IMPLEMENTATIONS
12.1.1
-
APPS.PA_PROJECT_UTILS dependencies on PA_IMPLEMENTATIONS
12.2.2
-
PACKAGE BODY: APPS.PA_PROJ_TEMPLATE_SETUP_UTILS
12.2.2
-
APPS.PA_PROJECT_UTILS dependencies on PA_PROJECT_UTILS
12.2.2
-
APPS.PA_PROJECT_UTILS dependencies on PA_PROJECT_UTILS
12.1.1
-
PACKAGE BODY: APPS.PA_PROJECT_UTILS
12.1.1
-
PACKAGE BODY: APPS.PA_PROJECT_UTILS
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2