Search Results manager_name
Overview
APPS.PA_REP_ALL_RES_MGR_V is a reporting view in the Oracle E-Business Suite Projects (PA) module that exposes the set of resource managers available to the currently logged-in user. It is a security-filtered view, meaning the rows returned are dynamically constrained by Oracle EBS security grants and by the value of the PA_SUPER_RESOURCE profile option. The view is closely associated with the search term "pa_super_resource" because that profile option drives a fundamental branch in its UNION-based logic. When PA_SUPER_RESOURCE is set to 'Y', the user is treated as a "super resource" and the view returns all distinct resource managers without organizational security restrictions. When it is 'N' (the default via NVL), the view restricts the returned managers to those the user is authorized to see, combining results from the PA_REP_RES_MGR_V view and a grant-based authorization path.
The name "ALL_RES_MGR" reflects its purpose: to present the complete, security-permitted list of resource managers for reporting, LOV (List of Values) population, and integration use within the Projects application.
Underlying Base Objects
The view is defined over the following documented base objects: FND_GLOBAL (package), FND_GRANTS, FND_OBJECTS, FND_PROFILE (package), FND_USER, PA_REP_RES_MGR_V (view), PA_RESOURCES_DENORM (synonym), PA_RESOURCE_UTILS (package), PA_SECURITY_PVT (package), and DUAL. The core resource data comes from PA_RESOURCES_DENORM, a denormalized resource repository containing resource managers, effective dates, and organization associations. PA_REP_RES_MGR_V supplies a baseline manager list. PA_SECURITY_PVT provides the menu identifier used for the resource authorization path through get_menu_id('PA_PRM_RES_AUTH'). FND_PROFILE supplies the PA_SUPER_RESOURCE value, while FND_GRANTS, FND_OBJECTS, and FND_USER drive user-level security grants by joining on party and organization identity.
Key Columns
- MANAGER_ID — The unique identifier (person_id) of the resource manager.
- MANAGER_NAME — The display name of the resource manager.
The view exposes only these two columns, which is typical for a reporting or LOV-oriented view. Because the view returns a UNION of multiple paths, duplicate manager entries are possible across branches unless DISTINCT is applied in the consuming query.
Common Use Cases and Queries
The view is typically consumed in reporting to populate manager selection lists. A basic query returns the security-filtered manager set for the current user:
SELECT manager_id, manager_name FROM apps.pa_rep_all_res_mgr_v ORDER BY manager_name;
To find a specific manager by name:
SELECT manager_id, manager_name FROM apps.pa_rep_all_res_mgr_v WHERE manager_name = :p_name;
To deduplicate results (since the UNION may repeat managers across branches):
SELECT DISTINCT manager_id, manager_name FROM apps.pa_rep_all_res_mgr_v;
Administrators verifying behavior of the PA_SUPER_RESOURCE profile can toggle its value and observe the change in returned rows, since the profile branch directly controls whether organizational security is applied. This view is therefore a useful diagnostic for validating resource-manager security configuration in both 12.1.1 and 12.2.2 environments.
-
VIEW: APPS.PA_REP_ALL_RES_MGR_V
12.2.2
-
VIEW: APPS.BEN_CWB_PPAUD_DOWNLOAD_V
12.2.2
-
VIEW: APPS.BEN_CWB_PPAUD_DOWNLOAD_V
12.1.1
-
VIEW: APPS.PA_REP_ALL_RES_MGR_V
12.1.1
-
View: BEN_CWB_PPAUD_DOWNLOAD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_PPAUD_DOWNLOAD_V, object_name:BEN_CWB_PPAUD_DOWNLOAD_V, status:VALID, product: BEN - Advanced Benefits , description: View to download the Post Process Audit Log Report using webadi. , implementation_dba_data: APPS.BEN_CWB_PPAUD_DOWNLOAD_V ,
-
View: BEN_CWB_PPAUD_DOWNLOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_PPAUD_DOWNLOAD_V, object_name:BEN_CWB_PPAUD_DOWNLOAD_V, status:VALID, product: BEN - Advanced Benefits , description: View to download the Post Process Audit Log Report using webadi. , implementation_dba_data: APPS.BEN_CWB_PPAUD_DOWNLOAD_V ,
-
VIEW: PA.PA_RESOURCES_DENORM#
12.2.2
-
VIEW: APPS.OKI_RES_OLTP_V
12.1.1
-
VIEW: APPS.PA_REP_MANAGERS_V
12.1.1
-
View: PA_REP_ALL_RES_MGR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ALL_RES_MGR_V, object_name:PA_REP_ALL_RES_MGR_V, status:VALID, product: PA - Projects , description: This view shows starting resource managers based on users security , implementation_dba_data: APPS.PA_REP_ALL_RES_MGR_V ,
-
VIEW: APPS.PA_REP_MANAGERS_DIST_V
12.1.1
-
View: PA_REP_ALL_RES_MGR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ALL_RES_MGR_V, object_name:PA_REP_ALL_RES_MGR_V, status:VALID, product: PA - Projects , description: This view shows starting resource managers based on users security , implementation_dba_data: APPS.PA_REP_ALL_RES_MGR_V ,
-
VIEW: APPS.PA_REP_MANAGERS_V
12.2.2
-
VIEW: APPS.PA_REP_MANAGERS_DIST_V
12.2.2
-
View: PA_REP_UTIL_MGR_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_MGR_ORG_V, object_name:PA_REP_UTIL_MGR_ORG_V, status:VALID, product: PA - Projects , description: View to display Organization by, -Managers , implementation_dba_data: APPS.PA_REP_UTIL_MGR_ORG_V ,
-
VIEW: HR.GHR_POSITION_DESCRIPTIONS#
12.2.2
-
View: PA_REP_UTIL_MGR_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_MGR_ORG_V, object_name:PA_REP_UTIL_MGR_ORG_V, status:VALID, product: PA - Projects , description: View to display Organization by, -Managers , implementation_dba_data: APPS.PA_REP_UTIL_MGR_ORG_V ,
-
VIEW: APPS.PA_REP_UTIL_MGR_ORG_V
12.2.2
-
VIEW: APPS.PA_REP_ALL_MGR_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_MGR_ORG_V
12.1.1
-
VIEW: APPS.PA_REP_RES_MGR_V
12.1.1
-
VIEW: APPS.PA_REP_ALL_MGR_V
12.1.1
-
View: PA_REP_RES_MGR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_MGR_V, object_name:PA_REP_RES_MGR_V, status:VALID, product: PA - Projects , description: PA_REP_RES_MGR_V is a view that list all direct and indirect managers in HR for a given application user , implementation_dba_data: APPS.PA_REP_RES_MGR_V ,
-
VIEW: APPS.OKI_JTF_TERRITORIES_V
12.1.1
-
View: PA_REP_RES_MGR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_MGR_V, object_name:PA_REP_RES_MGR_V, status:VALID, product: PA - Projects , description: PA_REP_RES_MGR_V is a view that list all direct and indirect managers in HR for a given application user , implementation_dba_data: APPS.PA_REP_RES_MGR_V ,
-
VIEW: APPS.PA_REP_RES_MGR_V
12.2.2
-
View: PA_REP_ALL_MGR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ALL_MGR_V, object_name:PA_REP_ALL_MGR_V, status:VALID, product: PA - Projects , description: PA_REP_ALL_MGR_V is a view that list all direct and indirect managers in HR for a given application user has a Resource Authority , implementation_dba_data: APPS.PA_REP_ALL_MGR_V ,
-
View: PA_REP_MANAGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_MANAGERS_V, object_name:PA_REP_MANAGERS_V, status:VALID, product: PA - Projects , description: PA_REP_RESOURCES_V is a secured view that lists all managers in the system , implementation_dba_data: APPS.PA_REP_MANAGERS_V ,
-
View: EDW_HR_COST_CENTER_ORGS_V
12.2.2
product: BIS - Applications BIS , description: EDW_HR_COST_CENTER_ORGS_V , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKI_JTF_TERRITORIES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OKI_JTF_TERRITORIES_V, status:VALID,
-
VIEW: APPS.PA_REP_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RESOURCES_V, object_name:PA_REP_RESOURCES_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_MGR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_MGR_V, object_name:PA_REP_RES_MGR_V, status:VALID,
-
VIEW: APPS.OKI_RES_OLTP_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OKI_RES_OLTP_V, status:VALID,
-
VIEW: APPS.PA_REP_MGR_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_MGR_ORG_V, object_name:PA_REP_MGR_ORG_V, status:VALID,
-
APPS.GHR_PDI_SHD SQL Statements
12.2.2
-
View: PA_REP_ALL_MGR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ALL_MGR_V, object_name:PA_REP_ALL_MGR_V, status:VALID, product: PA - Projects , description: PA_REP_ALL_MGR_V is a view that list all direct and indirect managers in HR for a given application user has a Resource Authority , implementation_dba_data: APPS.PA_REP_ALL_MGR_V ,
-
View: EDW_HR_COST_CENTER_ORGS_V
12.1.1
product: BIS - Applications BIS , description: EDW_HR_COST_CENTER_ORGS_V , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_REP_UTIL_MGR_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_MGR_ORG_V, object_name:PA_REP_UTIL_MGR_ORG_V, status:VALID,
-
VIEW: APPS.PA_REP_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RESOURCES_V, object_name:PA_REP_RESOURCES_V, status:VALID,
-
View: PA_REP_MANAGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_MANAGERS_V, object_name:PA_REP_MANAGERS_V, status:VALID, product: PA - Projects , description: PA_REP_RESOURCES_V is a secured view that lists all managers in the system , implementation_dba_data: APPS.PA_REP_MANAGERS_V ,
-
View: JTF_RS_EMP_DTLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_EMP_DTLS_VL, object_name:JTF_RS_EMP_DTLS_VL, status:VALID, product: JTF - CRM Foundation , description: This view has the details of all the resources whose category='EMPLOYEE' , implementation_dba_data: APPS.JTF_RS_EMP_DTLS_VL ,
-
APPS.GHR_PDI_SHD SQL Statements
12.1.1
-
VIEW: APPS.JTF_RS_EMP_DTLS_VL
12.2.2
-
VIEW: APPS.PA_REP_UTIL_MGR_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_MGR_ORG_V, object_name:PA_REP_UTIL_MGR_ORG_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_MGR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_MGR_V, object_name:PA_REP_RES_MGR_V, status:VALID,
-
VIEW: APPS.PA_REP_MGR_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_MGR_ORG_V, object_name:PA_REP_MGR_ORG_V, status:VALID,
-
VIEW: APPS.PA_C_RES_DETAILS_V
12.2.2
-
VIEW: APPS.PA_PROJ_MANAGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_MANAGER_V, object_name:PA_PROJ_MANAGER_V, status:VALID,
-
View: JTF_RS_EMPLOYEES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_EMPLOYEES_VL, object_name:JTF_RS_EMPLOYEES_VL, status:VALID, product: JTF - CRM Foundation , description: This view has the list of all Employees that can be importedor is already present in Resource Manager , implementation_dba_data: APPS.JTF_RS_EMPLOYEES_VL ,
-
VIEW: APPS.BEN_CWB_PPAUD_DOWNLOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_PPAUD_DOWNLOAD_V, object_name:BEN_CWB_PPAUD_DOWNLOAD_V, status:VALID,