Search Results manager_id
Overview
APPS.PA_REP_ALL_MGR_V is a reporting view in the Oracle E-Business Suite Projects (PA) module that resolves the reporting hierarchy between resources and their managers. Its purpose is to return, for each manager, the set of managers that fall beneath that manager in the resource reporting structure, while tagging each row as either a DIRECT_REPORTS relationship or an ALL_RESOURCES relationship. The view is central to Oracle Project Resource Management (PRM) and Oracle Project Management reporting where organizational roll-up, resource authorization, and manager-centric queries are required.
The view is defined in the APPS schema and is owned at the application level, meaning it is exposed for use in concurrent programs, OAF pages, BI Publisher reports, and ad hoc SQL. Because it is a view and not a table, it always reflects the current state of the underlying resource and reporting denormalized tables, including effective-dated rows valid as of SYSDATE.
Underlying Base Objects
The view is built from a UNION of two queries over the same core objects. The documented referenced base objects are:
- PA_RESOURCES_DENORM (synonym) — the denormalized resource fact table holding person, manager, and effective date attributes.
- PA_REP_RES_MGR_V (view) — supplies manager identifiers and names for the reporting hierarchy.
- FND_PROFILE — used to read the profile option PA_SUPER_RESOURCE, which gates whether super-resource behavior is enabled.
- FND_GRANTS, FND_OBJECTS, FND_USER, FND_GLOBAL — used to evaluate organization-level data security by joining grants to the current user and the PA_PRM_RES_AUTH menu.
- PA_SECURITY_PVT, PA_RESOURCE_UTILS — PL/SQL packages invoked through the profile and menu resolution logic.
- DUAL — used for single-row profile and menu lookups.
Hierarchical traversal across managers is performed using a CONNECT BY PRIOR clause on PA_RESOURCES_DENORM, walking from each manager down through subordinate persons while restricting to rows effective on SYSDATE.
Key Columns
The view exposes manager identifiers and names paired with the relationship classification. The critical columns are:
- manager_id — the manager identifier that heads the reporting branch. This is the column users most frequently filter or join on.
- manager_name — the display name of that manager.
- resource manager_id — the subordinate manager returned by the hierarchy walk; when it equals the top-level manager_id, the row represents a direct report.
- Relationship indicator — a DECODE expression producing 'DIRECT_REPORTS' when the two manager identifiers match, and 'ALL_RESOURCES' otherwise.
Common Use Cases and Queries
Typical uses include manager roll-up reporting, resource authorization checks, and manager hierarchy prompts in PRM pages. Searching on manager_id is the most common access pattern:
- Returning the full reporting tree for a given manager.
- Listing only direct reports by filtering on the relationship indicator.
- Joining the view to PA_RESOURCES_DENORM to enrich reports with person attributes.
A representative query is:
SELECT manager_id, manager_name, resource_manager_id, relationship
FROM apps.pa_rep_all_mgr_v
WHERE manager_id = :p_manager_id;
Restricting with AND relationship = 'DIRECT_REPORTS' yields only immediate subordinates. Because the view applies SYSDATE-based effective dating and PA_SUPER_RESOURCE gating internally, callers do not need to repeat those predicates.
-
VIEW: APPS.PA_REP_ALL_MGR_V
12.2.2
-
VIEW: APPS.PA_REP_MANAGERS_V
12.1.1
-
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: APPS.PA_REP_ALL_MGR_V
12.1.1
-
VIEW: APPS.PA_REP_MANAGERS_V
12.2.2
-
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: 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: APPS.PA_REP_RES_MGR_V
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: APPS.PA_REP_RES_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: 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: HR.IRC_VAC_MANAGERS#
12.2.2
-
VIEW: JTF.JTF_TTY_RSC_ACCT_SUMM#
12.2.2
-
VIEW: HR.IRC_VAC_SUMMARY#
12.2.2
-
VIEW: HR.HR_ORGANIZATION_DELTA_SYNC#
12.2.2
-
VIEW: AK.FWK_TBX_EMPLOYEES#
12.2.2
-
VIEW: APPS.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,
-
VIEW: PA.PA_RESOURCES_DENORM#
12.2.2
-
VIEW: APPS.PA_REP_MANAGERS_DIST_V
12.1.1
-
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: FII_TOP_SPENDERS_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_TOP_SPENDERS_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
TABLE: HR.IRC_VAC_MANAGERS
12.2.2
owner:HR, object_type:TABLE, object_name:IRC_VAC_MANAGERS, status:VALID,
-
TABLE: APPS.FII_GL_MGMT_SUM_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_GL_MGMT_SUM_MV, object_name:FII_GL_MGMT_SUM_MV, status:VALID,
-
View: FII_GL_SUMMARY_BY_PROD_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_TOP_SPENDERS_V2
12.1.1
-
View: FII_GL_MGMT_CCC_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_MGMT_SUM_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
TABLE: APPS.FII_AR_REV_SUM_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_AR_REV_SUM_MV, object_name:FII_AR_REV_SUM_MV, status:VALID,
-
VIEW: APPS.FII_TOP_SPENDERS_V1
12.1.1
-
View: FII_GL_SUM_V1
12.1.1
product: FII - Financial Intelligence , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.FII_AR_REV_SUM_V1
12.1.1
-
View: FII_GL_EXPENSE_SUMMARY_V2
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_EXPENSE_SUMMARY_V1
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_GL_MGMT_CCC_V2
12.1.1
-
View: PA_REP_UTIL_RES_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_RES_ORGS_V, object_name:PA_REP_UTIL_RES_ORGS_V, status:VALID, product: PA - Projects , description: View to display Manager-,by Organizations , implementation_dba_data: APPS.PA_REP_UTIL_RES_ORGS_V ,
-
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_MANAGERS_DIST_V
12.2.2
-
View: FII_GL_PRD_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_PRD_V1, object_name:FII_GL_PRD_V1, status:VALID, product: FII - Financial Intelligence , description: Internal View , implementation_dba_data: APPS.FII_GL_PRD_V1 ,
-
View: FII_AR_REV_SUM_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_REV_SUM_V2, object_name:FII_AR_REV_SUM_V2, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AR_REV_SUM_V2 ,
-
View: FII_GL_EXPENSE_SUMMARY_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_REV_SUM_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PA_REP_RES_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_ORGS_V, object_name:PA_REP_RES_ORGS_V, status:VALID, product: PA - Projects , description: PA_REP_RES_ORGS_V is a view that lists all organizations of the resources for the manager , implementation_dba_data: APPS.PA_REP_RES_ORGS_V ,
-
VIEW: APPS.FII_GL_MGMT_SUM_V1
12.1.1
-
View: FII_GL_EXP_V1
12.1.1
product: FII - Financial Intelligence , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_EXP_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_EXP_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_BY_PROD_V2
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,