Search Results global_week_end_date
Overview
APPS.PA_REP_PROJ_REQHRS_WK_V is an Oracle E-Business Suite internal reporting view owned by the APPS schema and registered in FND Design Data as PA.PA_REP_PROJ_REQHRS_WK_V. It is classified as an Internal view type with VALID status, meaning it is maintained by Oracle for use by standard Oracle Applications programs and is not supported for direct customer access, per the standard Oracle internal-use restriction. The view presents project required-hours information aggregated and grouped by fiscal year, month, and week, combined with project, project manager, organization, and team role attributes. Its principal purpose is to support published Oracle Project Management reporting, particularly resource requirement and assignment reporting where required hours must be sliced by time period and team role.
The view is relevant to the search term "global_week_end_date" because it exposes a GLOBAL_WEEK_END_DATE column of DATE datatype. This column anchors each row to a specific week boundary in the global (calendar) time dimension rather than an organization-specific or project-specific calendar week, allowing consistent cross-project period comparison in reports.
Underlying Base Objects
The documented dependency list for this view includes a mixture of base tables, synonyms, views, and PL/SQL packages:
- PA_FORECAST_ITEMS — source of required hours (forecast/requirement quantity) per assignment and period.
- PA_PROJECTS_ALL — project master data supplying project name, project identifier, and organization context.
- PA_PROJECT_ASSIGNMENTS — assignment-level detail linking resources/roles to projects and periods.
- PA_PROJECT_PLAYERS — source for the project manager association (MANAGER_ID, MANAGER_NAME).
- PA_PROJECT_STATUSES — project status information used in filtering or classification.
- PER_PEOPLE_X — person-level information for the manager and related personnel.
- HR_GENERAL, HR_PERSON_NAME, HR_SECURITY — Oracle HRMS packages used for name formatting and security-based restriction of person records so that only authorized personnel rows are returned.
The view does not appear as a referenced object in any other database object, confirming its role as a terminal reporting layer rather than a building block.
Key Columns
- REQUIRED_HOURS (NUMBER) — the required project hours for the assignment within the reported period; the primary measurable fact.
- PROJECT_ID / PROJECT_NAME — project identifier and descriptive name (VARCHAR2 30).
- MANAGER_ID / MANAGER_NAME — project manager identifier and formatted name (VARCHAR2 240), derived using HR name/security packages.
- ORGANIZATION_ID — organization owning the project or deliverable.
- YEAR / MONTH — fiscal year and month groupings used to aggregate weekly rows into reporting periods.
- GLOBAL_WEEK_END_DATE (DATE) — the global week end date that uniquely positions each row on the calendar week axis; the column most often used in period-filtered queries.
- WEEK_DAY (DATE) — day-of-week value supporting finer decomposition within the week.
- TEAM_ROLE (VARCHAR2 80) — team role name associated with the required hours.
Common Use Cases and Queries
Typical usage involves resource requirement reporting, project staffing analysis, and period-based comparison of required hours by role, project, or manager. Because the view is internal and unsupported, direct use should be limited to diagnostics, extraction for data warehousing, or validation against standard Oracle reports.
Sample query filtering on the searched column:
SELECT project_id, project_name, team_role, global_week_end_date, required_hours FROM apps.pa_rep_proj_reqhrs_wk_v WHERE global_week_end_date BETWEEN :p_start AND :p_end ORDER BY global_week_end_date, project_name;SELECT year, month, team_role, SUM(required_hours) FROM apps.pa_rep_proj_reqhrs_wk_v GROUP BY year, month, team_role;SELECT manager_name, COUNT(DISTINCT project_id), SUM(required_hours) FROM apps.pa_rep_proj_reqhrs_wk_v WHERE organization_id = :p_org GROUP BY manager_name;
Joins to PA_PROJECTS_ALL on PROJECT_ID or to PER_PEOPLE_X on MANAGER_ID are common when additional descriptive attributes are needed. Note that HR_SECURITY restrictions apply, so results may vary by the querying user's HRMS security profile.
-
VIEW: APPS.PA_REP_PROJ_REQHRS_WK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WK_V, object_name:PA_REP_PROJ_REQHRS_WK_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_OVC_WK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_OVC_WK_V, object_name:PA_REP_RES_OVC_WK_V, status:VALID,
-
VIEW: APPS.PA_REP_PROJ_REQHRS_WKD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WKD_V, object_name:PA_REP_PROJ_REQHRS_WKD_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_CAP_WKD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_CAP_WKD_V, object_name:PA_REP_RES_CAP_WKD_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_AVL_WK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_AVL_WK_V, object_name:PA_REP_RES_AVL_WK_V, status:VALID,
-
VIEW: APPS.PA_REP_PROJ_REQHRS_WKD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WKD_V, object_name:PA_REP_PROJ_REQHRS_WKD_V, status:VALID,
-
VIEW: APPS.PA_REP_PROJ_REQHRS_WK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WK_V, object_name:PA_REP_PROJ_REQHRS_WK_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_OVC_WK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_OVC_WK_V, object_name:PA_REP_RES_OVC_WK_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_CAP_WKD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_CAP_WKD_V, object_name:PA_REP_RES_CAP_WKD_V, status:VALID,
-
VIEW: APPS.PA_REP_RES_AVL_WK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_AVL_WK_V, object_name:PA_REP_RES_AVL_WK_V, status:VALID,
-
View: PA_REP_RES_CAP_WKD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_CAP_WKD_V, object_name:PA_REP_RES_CAP_WKD_V, status:VALID, product: PA - Projects , description: PA_REP_RES_CAP_WKD_V is a view that shows resource capacity for a gloabl week , implementation_dba_data: APPS.PA_REP_RES_CAP_WKD_V ,
-
View: PA_REP_PROJ_REQHRS_WK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WK_V, object_name:PA_REP_PROJ_REQHRS_WK_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_WK_V is a view that shows required project hours for global expenditure week , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WK_V ,
-
View: PA_REP_RES_OVC_WK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_OVC_WK_V, object_name:PA_REP_RES_OVC_WK_V, status:VALID, product: PA - Projects , description: PA_REP_RES_OVC_WK_V is a view that shows resource capacity for a gloabl week , implementation_dba_data: APPS.PA_REP_RES_OVC_WK_V ,
-
View: PA_REP_PROJ_REQHRS_WK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WK_V, object_name:PA_REP_PROJ_REQHRS_WK_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_REQHRS_WK_V is a view that shows required project hours for global expenditure week , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WK_V ,
-
View: PA_REP_RES_AVL_WK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_AVL_WK_V, object_name:PA_REP_RES_AVL_WK_V, status:VALID, product: PA - Projects , description: PA_REP_RES_AVL_WK_V is a view that shows resource capacity for a gloabl week , implementation_dba_data: APPS.PA_REP_RES_AVL_WK_V ,
-
View: PA_REP_RES_AVL_WK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_AVL_WK_V, object_name:PA_REP_RES_AVL_WK_V, status:VALID, product: PA - Projects , description: PA_REP_RES_AVL_WK_V is a view that shows resource capacity for a gloabl week , implementation_dba_data: APPS.PA_REP_RES_AVL_WK_V ,
-
View: PA_REP_PROJ_REQHRS_WKD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WKD_V, object_name:PA_REP_PROJ_REQHRS_WKD_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WKD_V ,
-
View: PA_REP_RES_CAP_WKD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_CAP_WKD_V, object_name:PA_REP_RES_CAP_WKD_V, status:VALID, product: PA - Projects , description: PA_REP_RES_CAP_WKD_V is a view that shows resource capacity for a gloabl week , implementation_dba_data: APPS.PA_REP_RES_CAP_WKD_V ,
-
View: PA_REP_PROJ_REQHRS_WKD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_REQHRS_WKD_V, object_name:PA_REP_PROJ_REQHRS_WKD_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_REP_PROJ_REQHRS_WKD_V ,
-
View: PA_REP_RES_OVC_WK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_OVC_WK_V, object_name:PA_REP_RES_OVC_WK_V, status:VALID, product: PA - Projects , description: PA_REP_RES_OVC_WK_V is a view that shows resource capacity for a gloabl week , implementation_dba_data: APPS.PA_REP_RES_OVC_WK_V ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2