Search Results hr_bg
Overview
APPS.HR_H2PI_BG_AND_GRE_V is a reporting and integration view within the Oracle E-Business Suite Human Resources (HR) module. Its purpose is to expose a consolidated list of organizations that function as business groups or legal entities (gre, in Oracle terminology "GRE" refers to "Government Reporting Entity"). The view filters the organization master data so that only those organizations carrying the appropriate classification and the qualifying attribute flag are returned.
The view is typically consumed by downstream interfaces, extracts, and third-party integrations — the "H2PI" prefix suggests a component of an HR-to-External/Payroll interface flow — where a clean list of business groups and legal entities is required without the caller needing to understand the internal classification model of HR organizations. Because the view is owned by APPS and defined over public synonyms, it can be referenced directly by concurrent programs, PL/SQL packages, and ad hoc reporting tools operating within the EBS schema.
Underlying Base Objects
The view is defined over two documented base objects, both exposed as synonyms in the APPS schema:
- HR_ALL_ORGANIZATION_UNITS — the master table of organization units, aliased as ORG. It supplies the organization identifier, business group identifier, name, effective dates, location, and the auditing column last_update_date.
- HR_ORGANIZATION_INFORMATION — the flexible information table that stores additional descriptive attributes about an organization, aliased as OGI. It is joined to HR_ALL_ORGANIZATION_UNITS on organization_id.
The join is constrained by OGI.ORG_INFORMATION_CONTEXT = 'CLASS', meaning only classification-type information rows are considered, and OGI.ORG_INFORMATION1 IN ('HR_BG','HR_LEGAL'), restricting the result to organizations classified as a business group or a legal entity. A final predicate, ORG.ATTRIBUTE20 = 'Y', applies a DFF-style attribute flag to further qualify the organizations returned.
Key Columns
- ORGANIZATION_ID — unique primary key of the organization unit; the primary join and lookup key.
- BUSINESS_GROUP_ID — identifies the business group to which the organization belongs, enabling multi-organization filtering.
- NAME — the organization name as held on the organization unit record.
- DATE_FROM / DATE_TO — the effective date range of the organization, supporting date-effective queries.
- LOCATION_ID — reference to the location (address) associated with the organization.
- LAST_UPDATE_DATE — timestamp of the most recent change, used for incremental extracts and high-water-mark processing.
Common Use Cases and Queries
The view is most frequently used to populate LOVs, drive extracts, or validate business group and legal entity references in integration code. A typical query to list all qualifying organizations is:
SELECT organization_id, name, business_group_id, date_from, date_to FROM apps.hr_h2pi_bg_and_gre_v WHERE TRUNC(SYSDATE) BETWEEN date_from AND NVL(date_to, TRUNC(SYSDATE));
For incremental interfaces, the LAST_UPDATE_DATE column supports delta extraction, for example ... WHERE last_update_date >= :p_last_run_date. Analysts commonly filter by BUSINESS_GROUP_ID when scoping results to a single business group, and join ORGANIZATION_ID back to HR_ALL_ORGANIZATION_UNITS or HR_LOCATIONS for additional address detail. Because the view encapsulates the CLASS information and ATTRIBUTE20 logic, it removes the need for consumers to replicate those predicates.
-
VIEW: APPS.HR_H2PI_BG_AND_GRE_V
12.1.1
-
VIEW: APPS.HR_H2PI_BG_AND_GRE_V
12.2.2
-
VIEW: APPS.CE_HR_BUS_GRPS_V
12.2.2
-
VIEW: APPS.PER_DEFAULT_BUDGET_VALUES
12.1.1
-
VIEW: APPS.PER_DEFAULT_BUDGET_VALUES
12.2.2
-
VIEW: APPS.CE_HR_BUS_GRPS_V
12.1.1
-
VIEW: APPS.HRI_CL_ORG_BGR_N_V
12.1.1
-
VIEW: APPS.HRI_CL_ORG_BGR_N_V
12.2.2
-
VIEW: APPS.HRI_CL_ORG_BGR_BX_V
12.1.1
-
VIEW: APPS.HRI_CL_ORG_BGR_BX_V
12.2.2
-
VIEW: APPS.PER_BUSINESS_GROUP_NAME
12.1.1
-
VIEW: APPS.PER_BUSINESS_GROUP_NAME
12.2.2
-
VIEW: APPS.PER_BUSINESS_GROUPS_PERF
12.1.1
-
VIEW: APPS.PER_BUSINESS_GROUPS_PERF
12.2.2
-
VIEW: APPS.PER_BUSINESS_GROUPS
12.2.2
-
APPS.HR_RU_UTILITY SQL Statements
12.2.2
-
VIEW: APPS.PER_BUSINESS_GROUPS
12.1.1
-
APPS.HR_RU_UTILITY SQL Statements
12.1.1
-
VIEW: APPS.EDWBV_ORGA_BUSINESS_GRP_LCV
12.1.1
-
VIEW: APPS.HR_H2PI_ORGANIZATION_INFO_V
12.1.1
-
View: CE_HR_BUS_GRPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_HR_BUS_GRPS_V, object_name:CE_HR_BUS_GRPS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_HR_BUS_GRPS_V ,
-
View: HR_H2PI_BG_AND_GRE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_BG_AND_GRE_V, object_name:HR_H2PI_BG_AND_GRE_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for business groups and GREs , implementation_dba_data: APPS.HR_H2PI_BG_AND_GRE_V ,
-
View: PER_DEFAULT_BUDGET_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_DEFAULT_BUDGET_VALUES, object_name:PER_DEFAULT_BUDGET_VALUES, status:VALID, product: PER - Human Resources , description: View based on HR_ORGANIZATION_UNITS and HR_ORGANIZATION_INFORMATION , implementation_dba_data: APPS.PER_DEFAULT_BUDGET_VALUES ,
-
View: PER_DEFAULT_BUDGET_VALUES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_DEFAULT_BUDGET_VALUES, object_name:PER_DEFAULT_BUDGET_VALUES, status:VALID, product: PER - Human Resources , description: View based on HR_ORGANIZATION_UNITS and HR_ORGANIZATION_INFORMATION , implementation_dba_data: APPS.PER_DEFAULT_BUDGET_VALUES ,
-
View: HRI_CL_ORG_BGR_BX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_ORG_BGR_BX_V, object_name:HRI_CL_ORG_BGR_BX_V, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRI_CL_ORG_BGR_BX_V ,
-
VIEW: APPS.HR_H2PI_ORGANIZATION_INFO_V
12.2.2
-
View: HRI_CL_ORG_BGR_BX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_ORG_BGR_BX_V, object_name:HRI_CL_ORG_BGR_BX_V, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRI_CL_ORG_BGR_BX_V ,
-
View: CE_HR_BUS_GRPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_HR_BUS_GRPS_V, object_name:CE_HR_BUS_GRPS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_HR_BUS_GRPS_V ,
-
View: HR_H2PI_BG_AND_GRE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_BG_AND_GRE_V, object_name:HR_H2PI_BG_AND_GRE_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for business groups and GREs , implementation_dba_data: APPS.HR_H2PI_BG_AND_GRE_V ,
-
View: PER_BUSINESS_GROUPS_PERF
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BUSINESS_GROUPS_PERF, object_name:PER_BUSINESS_GROUPS_PERF, status:VALID, product: PER - Human Resources , description: Performance view based on HR_ORGANIZATION_UNITS and HR_ORGANIZATION_INFORMATION , implementation_dba_data: APPS.PER_BUSINESS_GROUPS_PERF ,
-
APPS.PER_US_ETHNIC SQL Statements
12.2.2
-
View: PER_BUSINESS_GROUPS_PERF
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BUSINESS_GROUPS_PERF, object_name:PER_BUSINESS_GROUPS_PERF, status:VALID, product: PER - Human Resources , description: Performance view based on HR_ORGANIZATION_UNITS and HR_ORGANIZATION_INFORMATION , implementation_dba_data: APPS.PER_BUSINESS_GROUPS_PERF ,
-
APPS.PER_US_ETHNIC SQL Statements
12.1.1
-
View: EDWBV_ORGA_BUSINESS_GRP_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_ORGA_BUSINESS_GRP_LCV, object_name:EDWBV_ORGA_BUSINESS_GRP_LCV, status:VALID, product: HRI - Human Resources Intelligence , description: EDWBV_ORGA_BUSINESS_GRP_LCV is the base view for HR Business Groups level of Organization dimension , implementation_dba_data: APPS.EDWBV_ORGA_BUSINESS_GRP_LCV ,
-
View: PER_BUSINESS_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BUSINESS_GROUPS, object_name:PER_BUSINESS_GROUPS, status:VALID, product: PER - Human Resources , description: View based on HR_ORGANIZATION_UNITS and HR_ORGANIZATION that returns specific information for a Business Group. , implementation_dba_data: APPS.PER_BUSINESS_GROUPS ,
-
View: PER_BUSINESS_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BUSINESS_GROUPS, object_name:PER_BUSINESS_GROUPS, status:VALID, product: PER - Human Resources , description: View based on HR_ORGANIZATION_UNITS and HR_ORGANIZATION that returns specific information for a Business Group. , implementation_dba_data: APPS.PER_BUSINESS_GROUPS ,
-
VIEW: APPS.HRFV_BUSINESS_GROUPS
12.2.2
-
APPS.PAY_RANGE_TABLE_API SQL Statements
12.2.2
-
VIEW: APPS.HRFV_BUSINESS_GROUPS
12.1.1
-
View: EDWBV_ORGA_BUSINESS_GRP_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , description: EDWBV_ORGA_BUSINESS_GRP_LCV is the base view for HR Business Groups level of Organization dimension , implementation_dba_data: Not implemented in this database ,
-
APPS.PAY_RANGE_TABLE_API SQL Statements
12.1.1
-
View: HR_H2PI_ORGANIZATION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_ORGANIZATION_INFO_V, object_name:HR_H2PI_ORGANIZATION_INFO_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for organization info , implementation_dba_data: APPS.HR_H2PI_ORGANIZATION_INFO_V ,
-
View: HR_H2PI_ORGANIZATION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_ORGANIZATION_INFO_V, object_name:HR_H2PI_ORGANIZATION_INFO_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for organization info , implementation_dba_data: APPS.HR_H2PI_ORGANIZATION_INFO_V ,
-
APPS.PAY_PAYROLL_XML_EXTRACT_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.HR_ORG_INFO_ARI
12.2.2
-
APPS.HXC_RESOURCE_RULES_UTILS SQL Statements
12.1.1
-
APPS.HR_API SQL Statements
12.2.2
-
APPS.HR_API SQL Statements
12.1.1
-
TRIGGER: APPS.HR_ORG_INFO_ARI
12.1.1
-
APPS.PAY_PAYROLL_XML_EXTRACT_PKG SQL Statements
12.1.1