Search Results hr_summary
Overview
The HR_SUMMARY table is a core data repository within the Oracle E-Business Suite Human Resources (PER) module. As documented, its primary role is to hold all data for the Generic Summary Process. This process is integral to generating aggregated and summarized personnel information for reporting, analytics, and potentially for feeding key metrics to other enterprise systems. The table's existence under the HR schema with a VALID status confirms its active and essential function in both EBS 12.1.1 and 12.2.2 environments, serving as a structured staging or final storage area for processed summary data derived from transactional HR tables.
Key Information Stored
While the provided metadata does not list all columns, the documented primary and foreign keys reveal critical structural elements. The primary key, HR_SUMMARY_PK, is based on the ID_VALUE column, which uniquely identifies each summary record. A key relational column is BUSINESS_GROUP_ID, which ties each summary entry to a specific business group entity within the organization. The table's purpose suggests it likely contains aggregated numerical data (e.g., headcounts, cost summaries, tenure averages) alongside dimensional attributes (e.g., organization, job, location identifiers) and temporal fields (e.g., summary period, creation date) to support time-based analysis and reporting.
Common Use Cases and Queries
The primary use case revolves around generating high-level HR reports without querying granular transactional tables, thus improving performance. Common scenarios include organizational headcount summaries, compensation cost analysis by department, and turnover metrics. A typical query would join HR_SUMMARY to the HR_ALL_ORGANIZATION_UNITS table to produce a report by business group or organization hierarchy. For example:
SELECT hs.ID_VALUE, hou.NAME, hs.SUMMARY_VALUE FROM HR.HR_SUMMARY hs, HR.HR_ALL_ORGANIZATION_UNITS hou WHERE hs.BUSINESS_GROUP_ID = hou.ORGANIZATION_ID AND hou.BUSINESS_GROUP_ID = &p_bg_id;
Data from this table may also be leveraged by Oracle Business Intelligence (OBIEE) extracts, custom dashboards, or interfaces to external data warehouses.
Related Objects
The documented foreign key relationship explicitly defines this table's dependency on a master organization table. The key related objects are:
- HR_ALL_ORGANIZATION_UNITS: This is the primary related table. The foreign key constraint from
HR_SUMMARY.BUSINESS_GROUP_IDto a column inHR_ALL_ORGANIZATION_UNITSensures referential integrity, meaning every summary record is linked to a valid business group or organization unit. This relationship is crucial for filtering and organizing summary data according to the enterprise structure. - Given its summary nature, HR_SUMMARY is likely populated by or feeds into various HR processes and APIs, such as the Generic Summary Process concurrent program or related PL/SQL packages within the PER module, though these are not specified in the provided metadata.
-
Table: HR_SUMMARY
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY, object_name:HR_SUMMARY, status:VALID, product: PER - Human Resources , description: HR_SUMMARY holds all data for the Generic Summary Process. , implementation_dba_data: HR.HR_SUMMARY ,
-
Table: HR_SUMMARY
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY, object_name:HR_SUMMARY, status:VALID, product: PER - Human Resources , description: HR_SUMMARY holds all data for the Generic Summary Process. , implementation_dba_data: HR.HR_SUMMARY ,
-
View: HR_SUMMARY_KEY_TYPE2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_TYPE2, object_name:HR_SUMMARY_KEY_TYPE2, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_SUMMARY_KEY_TYPE2 ,
-
View: HR_SUMMARY_RUN_PARAMETER_VALUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RUN_PARAMETER_VALUE, object_name:HR_SUMMARY_RUN_PARAMETER_VALUE, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_SUMMARY_RUN_PARAMETER_VALUE ,
-
View: HR_SUMMARY_RUN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RUN, object_name:HR_SUMMARY_RUN, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_SUMMARY_RUN ,
-
View: HR_SUMMARY_VALID_RESTRICTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_VALID_RESTRICTION, object_name:HR_SUMMARY_VALID_RESTRICTION, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_VALID_RESTRICTION stores the restrictions that apply to a single item type within a template. , implementation_dba_data: APPS.HR_SUMMARY_VALID_RESTRICTION ,
-
Table: HR_SUMMARY_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY_EFC, object_name:HR_SUMMARY_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the HR_SUMMARY table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.HR_SUMMARY_EFC ,
-
View: HR_SUMMARY_RESTRICTION_VALUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RESTRICTION_VALUE, object_name:HR_SUMMARY_RESTRICTION_VALUE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_RESTRICTION_VALUE holds records for each restriction used by item type in a given template. , implementation_dba_data: APPS.HR_SUMMARY_RESTRICTION_VALUE ,
-
View: HR_SUMMARY_PROCESS_RUN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_PROCESS_RUN, object_name:HR_SUMMARY_PROCESS_RUN, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_PROCESS_RUN holds the details of each template that is run through the GSP. , implementation_dba_data: APPS.HR_SUMMARY_PROCESS_RUN ,
-
View: HR_SUMMARY_RUN_PARAMETER_VALUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RUN_PARAMETER_VALUE, object_name:HR_SUMMARY_RUN_PARAMETER_VALUE, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_SUMMARY_RUN_PARAMETER_VALUE ,
-
View: HR_SUMMARY_RUN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RUN, object_name:HR_SUMMARY_RUN, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_SUMMARY_RUN ,
-
View: HR_SUMMARY_KEY_TYPE2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_TYPE2, object_name:HR_SUMMARY_KEY_TYPE2, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_SUMMARY_KEY_TYPE2 ,
-
Table: HR_SUMMARY_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SUMMARY_EFC, object_name:HR_SUMMARY_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the HR_SUMMARY table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.HR_SUMMARY_EFC ,
-
View: HR_SUMMARY_PARAMETER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_PARAMETER, object_name:HR_SUMMARY_PARAMETER, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_PARAMETER stores parameters which have been identified in the concurrent manager and have been passed to the GSP during a process run. , implementation_dba_data: APPS.HR_SUMMARY_PARAMETER ,
-
View: HR_SUMMARY_TEMPLATE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_TEMPLATE, object_name:HR_SUMMARY_TEMPLATE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_TEMPLATE stores all the details of each template used by the GSP. , implementation_dba_data: APPS.HR_SUMMARY_TEMPLATE ,
-
View: HR_SUMMARY_PARAMETER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_PARAMETER, object_name:HR_SUMMARY_PARAMETER, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_PARAMETER stores parameters which have been identified in the concurrent manager and have been passed to the GSP during a process run. , implementation_dba_data: APPS.HR_SUMMARY_PARAMETER ,
-
View: HR_SUMMARY_ITEM_TYPE_USAGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_ITEM_TYPE_USAGE, object_name:HR_SUMMARY_ITEM_TYPE_USAGE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_ITEM_TYPE_USAGE identifies the items that will be used by a template every time the GSP process is run. , implementation_dba_data: APPS.HR_SUMMARY_ITEM_TYPE_USAGE ,
-
View: HR_SUMMARY_KEY_TYPE_USAGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_TYPE_USAGE, object_name:HR_SUMMARY_KEY_TYPE_USAGE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_KEY_TYPE_USAGE stores records which identify the particular key types which should be included within the SQL statement generated for an Item Type when processed within a particular Template. , implementation_dba_data: APPS.HR_SUMMARY_KEY_TYPE_USAGE ,
-
View: HR_SUMMARY_ITEM_VALUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_ITEM_VALUE, object_name:HR_SUMMARY_ITEM_VALUE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_ITEM_VALUE stores the summary data values. The data item can either be stored as a numeric, date or text value. , implementation_dba_data: APPS.HR_SUMMARY_ITEM_VALUE ,
-
View: HR_SUMMARY_TEMPLATE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_TEMPLATE, object_name:HR_SUMMARY_TEMPLATE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_TEMPLATE stores all the details of each template used by the GSP. , implementation_dba_data: APPS.HR_SUMMARY_TEMPLATE ,
-
View: HR_SUMMARY_RESTRICTION_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RESTRICTION_TYPE, object_name:HR_SUMMARY_RESTRICTION_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_RESTRICTION_TYPE stores all restrictions that can be applied to an item type. , implementation_dba_data: APPS.HR_SUMMARY_RESTRICTION_TYPE ,
-
View: HR_SUMMARY_VALID_RESTRICTION
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_VALID_RESTRICTION, object_name:HR_SUMMARY_VALID_RESTRICTION, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_VALID_RESTRICTION stores the restrictions that apply to a single item type within a template. , implementation_dba_data: APPS.HR_SUMMARY_VALID_RESTRICTION ,
-
View: HR_SUMMARY_PROCESS_RUN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_PROCESS_RUN, object_name:HR_SUMMARY_PROCESS_RUN, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_PROCESS_RUN holds the details of each template that is run through the GSP. , implementation_dba_data: APPS.HR_SUMMARY_PROCESS_RUN ,
-
View: HR_SUMMARY_RESTRICTION_VALUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RESTRICTION_VALUE, object_name:HR_SUMMARY_RESTRICTION_VALUE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_RESTRICTION_VALUE holds records for each restriction used by item type in a given template. , implementation_dba_data: APPS.HR_SUMMARY_RESTRICTION_VALUE ,
-
View: HR_SUMMARY_KEY_VALUES_BAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_VALUES_BAND_V, object_name:HR_SUMMARY_KEY_VALUES_BAND_V, status:VALID, product: PER - Human Resources , description: This view provides data from the HR_SUMMARY table for the Generic Summary Process forms. , implementation_dba_data: APPS.HR_SUMMARY_KEY_VALUES_BAND_V ,
-
View: HR_SUMMARY_ITEM_TYPE_USAGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_ITEM_TYPE_USAGE, object_name:HR_SUMMARY_ITEM_TYPE_USAGE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_ITEM_TYPE_USAGE identifies the items that will be used by a template every time the GSP process is run. , implementation_dba_data: APPS.HR_SUMMARY_ITEM_TYPE_USAGE ,
-
View: HR_SUMMARY_VALID_KEY_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_VALID_KEY_TYPE, object_name:HR_SUMMARY_VALID_KEY_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_VALID_KEY_TYPE stores a record of those key types which may be used by a particular item type , implementation_dba_data: APPS.HR_SUMMARY_VALID_KEY_TYPE ,
-
View: HR_SUMMARY_VALID_KEY_TYPE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_VALID_KEY_TYPE, object_name:HR_SUMMARY_VALID_KEY_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_VALID_KEY_TYPE stores a record of those key types which may be used by a particular item type , implementation_dba_data: APPS.HR_SUMMARY_VALID_KEY_TYPE ,
-
View: HR_SUMMARY_KEY_VALUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_VALUE, object_name:HR_SUMMARY_KEY_VALUE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_KEY_VALUE stores the values of the ''key types'' which identify the summary data items. For instance a total headcount data item may be identified by an Employee Category of ''Cadre'' and a Gender of ''Male''. This table is popul , implementation_dba_data: APPS.HR_SUMMARY_KEY_VALUE ,
-
View: HR_SUMMARY_RESTRICTION_TYPE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RESTRICTION_TYPE, object_name:HR_SUMMARY_RESTRICTION_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_RESTRICTION_TYPE stores all restrictions that can be applied to an item type. , implementation_dba_data: APPS.HR_SUMMARY_RESTRICTION_TYPE ,
-
View: HR_SUMMARY_KEY_TYPE_USAGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_TYPE_USAGE, object_name:HR_SUMMARY_KEY_TYPE_USAGE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_KEY_TYPE_USAGE stores records which identify the particular key types which should be included within the SQL statement generated for an Item Type when processed within a particular Template. , implementation_dba_data: APPS.HR_SUMMARY_KEY_TYPE_USAGE ,
-
View: HR_SUMMARY_ITEM_VALUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_ITEM_VALUE, object_name:HR_SUMMARY_ITEM_VALUE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_ITEM_VALUE stores the summary data values. The data item can either be stored as a numeric, date or text value. , implementation_dba_data: APPS.HR_SUMMARY_ITEM_VALUE ,
-
View: HR_SUMMARY_RESTRICTION_USAGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RESTRICTION_USAGE, object_name:HR_SUMMARY_RESTRICTION_USAGE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_RESTRICTION_USAGE holds records which identify the particular restrictions which should be included within the SQL statement generated for an item type when processed within a particular template. , implementation_dba_data: APPS.HR_SUMMARY_RESTRICTION_USAGE ,
-
View: HR_SUMMARY_RESTRICTION_USAGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RESTRICTION_USAGE, object_name:HR_SUMMARY_RESTRICTION_USAGE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_RESTRICTION_USAGE holds records which identify the particular restrictions which should be included within the SQL statement generated for an item type when processed within a particular template. , implementation_dba_data: APPS.HR_SUMMARY_RESTRICTION_USAGE ,
-
View: HR_SUMMARY_KEY_VALUES_BAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_VALUES_BAND_V, object_name:HR_SUMMARY_KEY_VALUES_BAND_V, status:VALID, product: PER - Human Resources , description: This view provides data from the HR_SUMMARY table for the Generic Summary Process forms. , implementation_dba_data: APPS.HR_SUMMARY_KEY_VALUES_BAND_V ,
-
View: HR_SUMMARY_KEY_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_TYPE, object_name:HR_SUMMARY_KEY_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_KEY_TYPE stores all key types available to the GSP. When the GSP is run a SQL statement is constructed and run. It is possible to include a series of ''group by'' lines in this SQL statement, these are called ''keys''. This table , implementation_dba_data: APPS.HR_SUMMARY_KEY_TYPE ,
-
View: HR_SUMMARY_KEY_TYPE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_TYPE, object_name:HR_SUMMARY_KEY_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_KEY_TYPE stores all key types available to the GSP. When the GSP is run a SQL statement is constructed and run. It is possible to include a series of ''group by'' lines in this SQL statement, these are called ''keys''. This table , implementation_dba_data: APPS.HR_SUMMARY_KEY_TYPE ,
-
View: HR_SUMMARY_KEY_VALUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_VALUE, object_name:HR_SUMMARY_KEY_VALUE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_KEY_VALUE stores the values of the ''key types'' which identify the summary data items. For instance a total headcount data item may be identified by an Employee Category of ''Cadre'' and a Gender of ''Male''. This table is popul , implementation_dba_data: APPS.HR_SUMMARY_KEY_VALUE ,
-
View: HR_SUMMARY_ITEM_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_ITEM_TYPE, object_name:HR_SUMMARY_ITEM_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_ITEM_TYPE will hold the name of each of the summary data items. In addition each item type stores the default SQL statement this will provide the superset of all data that should be processed within any given calculation. , implementation_dba_data: APPS.HR_SUMMARY_ITEM_TYPE ,
-
View: HR_SUMMARY_ITEM_TYPE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_ITEM_TYPE, object_name:HR_SUMMARY_ITEM_TYPE, status:VALID, product: PER - Human Resources , description: HR_SUMMARY_ITEM_TYPE will hold the name of each of the summary data items. In addition each item type stores the default SQL statement this will provide the superset of all data that should be processed within any given calculation. , implementation_dba_data: APPS.HR_SUMMARY_ITEM_TYPE ,
-
View: HR_SUMMARY_RUN_VALUES_X2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RUN_VALUES_X2_V, object_name:HR_SUMMARY_RUN_VALUES_X2_V, status:VALID, product: PER - Human Resources , description: This view provides the run values available in the HR_SUMMARY table , implementation_dba_data: APPS.HR_SUMMARY_RUN_VALUES_X2_V ,
-
View: HR_SUMMARY_RUN_VALUES_X2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_RUN_VALUES_X2_V, object_name:HR_SUMMARY_RUN_VALUES_X2_V, status:VALID, product: PER - Human Resources , description: This view provides the run values available in the HR_SUMMARY table , implementation_dba_data: APPS.HR_SUMMARY_RUN_VALUES_X2_V ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,