Search Results ou_name
Overview
APPS.PA_R_HIERARCHIES_V is a reporting view in Oracle EBS Projects (PA) that exposes the organizational hierarchy structures configured on the PA Implementation setup — specifically the Expenditure Organization Structure and the Project Organization Structure. It presents, for each implementation business group, the organization structure name and version together with the individual organizations that belong to the hierarchy, unresolved against the operating unit context (org_id). Because it unifies the Expenditure and Project structure hierarchies into a single result set, the view is commonly used by reports, integrations, and diagnostic queries that must enumerate the organizations valid for a given hierarchy type. The user search term ou_name maps directly to a column in this view, which returns the operating unit name associated with the implementation.
Underlying Base Objects
The view is defined over the following documented objects:
- PA_IMPLEMENTATIONS_ALL — supplies the implementation-level keys:
exp_org_structure_id,exp_org_structure_version_id,proj_org_structure_id,proj_org_structure_version_id,business_group_id, andorg_id. - PER_ORG_STRUCTURE_VERSIONS — provides the version number (
posv.version_number) and links the version record to the structure. - PER_ORGANIZATION_STRUCTURES — supplies the structure name (
pos.name) which is aliased toorg_structure_name. - PA_ALL_ORGANIZATIONS — joins the implementation
org_idto the valid organizations having a matchingpa_org_use_typeof'EXPENDITURES'or'PROJECTS', filtered to active records (inactive_date is null). - PA_RESOURCE_UTILS (package) — the
get_organization_namefunction is invoked on bothpaorg.organization_idandimp.org_id, the latter producing theou_namecolumn.
Join conditions are driven through exp_org_structure_version_id = posv.org_structure_version_id and posv.organization_structure_id = pos.organization_structure_id. The view is a UNION of the Expenditure branch and the Project branch, distinguished by the literal structure_type value.
Key Columns
structure_type— literal 'EXPENDITURE' or 'PROJECT', indicating the originating hierarchy.org_structure_id/org_structure_version_id— identifiers for the structure and its active version.org_structure_name/version_number— human-readable structure and version labels.organization_idand the returnedget_organization_name(...)value — the organization within the hierarchy and its name.business_group_id— the HR business group owning the implementation.org_id— the operating unit identifier from the implementation.- ou_name — the operating unit name resolved by
pa_resource_utils.get_organization_name(imp.org_id).
Common Use Cases and Queries
Typical uses include validating Operating Unit to organization hierarchy mapping, driving integration extracts, and reconciling PA implementation setup. A representative query to inspect the Operating Unit name and its hierarchies is:
SELECT structure_type, org_structure_name, version_number,
organization_id, ou_name, business_group_id, org_id
FROM apps.pa_r_hierarchies_v
WHERE ou_name = '&ou_name'
ORDER BY structure_type, org_structure_name;
To obtain distinct operating units per hierarchy type:
SELECT DISTINCT structure_type, org_id, ou_name FROM apps.pa_r_hierarchies_v ORDER BY structure_type, ou_name;
All access should be granted through the APPS schema, and because the view returns no MOAC-restricted filter, callers should apply org_id predicates when reporting across multiple operating units.
-
VIEW: APPS.PA_R_HIERARCHIES_V
12.2.2
-
View: PA_R_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_HIERARCHIES_V, object_name:PA_R_HIERARCHIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_HIERARCHIES_V ,
-
View: PA_R_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_HIERARCHIES_V, object_name:PA_R_HIERARCHIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_R_HIERARCHIES_V ,
-
VIEW: APPS.PA_R_HIERARCHIES_V
12.1.1
-
View: PA_ORG_LABOR_SCH_RULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_LABOR_SCH_RULE_V, object_name:PA_ORG_LABOR_SCH_RULE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ORG_LABOR_SCH_RULE_V ,
-
View: PA_ORG_LABOR_SCH_RULE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_LABOR_SCH_RULE_V, object_name:PA_ORG_LABOR_SCH_RULE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ORG_LABOR_SCH_RULE_V ,
-
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 ,
-
VIEW: APPS.PA_R_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_HIERARCHIES_V, object_name:PA_R_HIERARCHIES_V, status:VALID,
-
VIEW: OPI.EDW_MTL_INVENTORY_LOC_M#
12.2.2
-
VIEW: APPS.PA_GL_DR_EXCEPT_SUM_V
12.2.2
-
VIEW: APPS.PA_GL_DR_EXCEPT_SUM_V
12.1.1
-
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 ,
-
VIEW: APPS.PA_ORG_LABOR_SCH_RULE_V
12.1.1
-
VIEW: APPS.PA_R_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_R_HIERARCHIES_V, object_name:PA_R_HIERARCHIES_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_JOB_SCHEDULES_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_SCHEDULES_LOV_V, object_name:PA_JOB_SCHEDULES_LOV_V, status:VALID,
-
VIEW: APPS.PA_ORG_LABOR_SCH_RULE_V
12.2.2
-
VIEW: APPS.PA_ORG_LABOR_SCH_RULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_LABOR_SCH_RULE_V, object_name:PA_ORG_LABOR_SCH_RULE_V, status:VALID,
-
VIEW: APPS.PA_ORG_NL_SCHDL_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_NL_SCHDL_LOV_V, object_name:PA_ORG_NL_SCHDL_LOV_V, status:VALID,
-
Lookup Type: ARI_CUSTOMER_HEADER_LABEL
12.2.2
product: AR - Receivables , meaning: iReceivables Customer Information ,
-
VIEW: APPS.PA_GL_DR_EXCEPT_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_DR_EXCEPT_DET_V, object_name:PA_GL_DR_EXCEPT_DET_V, status:VALID,
-
VIEW: APPS.PA_EMPLOYEE_SCHEDULES_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EMPLOYEE_SCHEDULES_LOV_V, object_name:PA_EMPLOYEE_SCHEDULES_LOV_V, status:VALID,
-
VIEW: APPS.PA_ORG_NL_SCHDL_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_NL_SCHDL_LOV_V, object_name:PA_ORG_NL_SCHDL_LOV_V, status:VALID,
-
VIEW: APPS.PA_EMPLOYEE_SCHEDULES_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EMPLOYEE_SCHEDULES_LOV_V, object_name:PA_EMPLOYEE_SCHEDULES_LOV_V, status:VALID,
-
VIEW: APPS.PA_GL_DR_EXCEPT_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_DR_EXCEPT_DET_V, object_name:PA_GL_DR_EXCEPT_DET_V, status:VALID,
-
VIEW: APPS.PA_GL_COST_EXCEPT_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_COST_EXCEPT_SUM_V, object_name:PA_GL_COST_EXCEPT_SUM_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.QP_CRMINTEG_PRICELIST_V
12.1.1
owner:APPS, object_type:VIEW, object_name:QP_CRMINTEG_PRICELIST_V, status:VALID,
-
Lookup Type: OIE_AUD_RS_ASSIGN_SEARCH_BY
12.1.1
product: AP - Payables , meaning: Audit Rule Set Assignment Search By , description: Audit Rule Set Assignment Search By ,
-
Lookup Type: OIE_AUD_RS_ASSIGN_SEARCH_BY
12.2.2
product: AP - Payables , meaning: Audit Rule Set Assignment Search By , description: Audit Rule Set Assignment Search By ,
-
View: PA_EMPLOYEE_SCHEDULES_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EMPLOYEE_SCHEDULES_LOV_V, object_name:PA_EMPLOYEE_SCHEDULES_LOV_V, status:VALID, product: PA - Projects , description: This view displays all the defined employee schedule values. , implementation_dba_data: APPS.PA_EMPLOYEE_SCHEDULES_LOV_V ,
-
VIEW: APPS.QP_CRMINTEG_PRICELIST_V
12.2.2
owner:APPS, object_type:VIEW, object_name:QP_CRMINTEG_PRICELIST_V, status:VALID,
-
Lookup Type: FND_MO_SRCH_OU_SP_PREF
12.2.2
product: FND - Application Object Library , meaning: MO Search Operating Unit in Security Policy Preference , description: MO Search Operating Unit in Security Policy Preference ,
-
Lookup Type: GL_ASF_OU_SEARCH_CRITERIA
12.1.1
product: GL - General Ledger , meaning: YES/NO(1) ,
-
Lookup Type: OIE_AUD_AUTO_AUDIT_SEARCH_BY
12.2.2
product: AP - Payables , meaning: Automatic Audit Search By , description: Automatic Audit Search By ,
-
VIEW: APPS.PA_JOB_SCHEDULES_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_SCHEDULES_LOV_V, object_name:PA_JOB_SCHEDULES_LOV_V, status:VALID,
-
Lookup Type: FND_MO_SRCH_OU_SP_PREF
12.1.1
product: FND - Application Object Library , meaning: MO Search Operating Unit in Security Policy Preference , description: MO Search Operating Unit in Security Policy Preference ,
-
View: PA_JOB_SCHEDULES_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_SCHEDULES_LOV_V, object_name:PA_JOB_SCHEDULES_LOV_V, status:VALID, product: PA - Projects , description: This view displays all the defined job schedule. , implementation_dba_data: APPS.PA_JOB_SCHEDULES_LOV_V ,
-
VIEW: APPS.PA_RCV_EXCEPTIONS_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RCV_EXCEPTIONS_DET_V, object_name:PA_RCV_EXCEPTIONS_DET_V, status:VALID,
-
VIEW: APPS.PA_FP_OF_WEBADI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_OF_WEBADI_V, object_name:PA_FP_OF_WEBADI_V, status:VALID,
-
VIEW: APPS.QP_CRMINTEG_PRICELIST_V
12.1.1
-
VIEW: APPS.PA_RCV_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RCV_EXCEPTIONS_SUM_V, object_name:PA_RCV_EXCEPTIONS_SUM_V, status:VALID,
-
VIEW: APPS.PA_AP_INV_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_SUM_V, object_name:PA_AP_INV_EXCEPTIONS_SUM_V, status:VALID,
-
VIEW: APPS.PA_AP_INV_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_SUM_V, object_name:PA_AP_INV_EXCEPTIONS_SUM_V, status:VALID,
-
VIEW: APPS.PA_RCV_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RCV_EXCEPTIONS_SUM_V, object_name:PA_RCV_EXCEPTIONS_SUM_V, status:VALID,
-
VIEW: APPS.PA_ORG_LABOR_SCH_RULE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_LABOR_SCH_RULE_V, object_name:PA_ORG_LABOR_SCH_RULE_V, status:VALID,
-
View: PA_ORG_NL_SCHDL_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_NL_SCHDL_LOV_V, object_name:PA_ORG_NL_SCHDL_LOV_V, status:VALID, product: PA - Projects , description: This view displays all the defined non labor schedule and non labor organization. , implementation_dba_data: APPS.PA_ORG_NL_SCHDL_LOV_V ,
-
View: PA_JOB_SCHEDULES_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_SCHEDULES_LOV_V, object_name:PA_JOB_SCHEDULES_LOV_V, status:VALID, product: PA - Projects , description: This view displays all the defined job schedule. , implementation_dba_data: APPS.PA_JOB_SCHEDULES_LOV_V ,
-
View: PA_ORG_NL_SCHDL_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORG_NL_SCHDL_LOV_V, object_name:PA_ORG_NL_SCHDL_LOV_V, status:VALID, product: PA - Projects , description: This view displays all the defined non labor schedule and non labor organization. , implementation_dba_data: APPS.PA_ORG_NL_SCHDL_LOV_V ,
-
Lookup Type: GL_ASF_OU_SEARCH_CRITERIA
12.2.2
product: GL - General Ledger , meaning: YES/NO(1) ,