Search Results hrfv_business_groups
Overview
HRFV_BUSY_BUSINESS_GROUPS is a business view template registered in the APPS schema under the PER – Human Resources product family. In Oracle EBS 12.1.1 and 12.2.2 it functions as the source definition from which a generated flexfield view is produced; the "HRFV" prefix denotes the Human Resources Flexfield View generation convention. The view consolidates a Business Group organization unit with its descriptive flexfield (DFF) attributes and the identity flexfield structures associated with that group. For reporting and integration purposes it presents a single denormalized row per Business Group, exposing both standard organization attributes and the configuration stored in the HR_ORGANIZATION_INFORMATION DFF segments.
The view is particularly relevant to users searching for default_currency_code, because that value is sourced from the Business Group DFF and is exposed here as a named column rather than as a generic ORG_INFORMATIONn segment. This makes the view a convenient read-only interface for reporting on Business Group-level defaults without decoding the underlying key flexfield segment positions.
Underlying Base Objects
The view is defined over the following documented base objects:
- HR_ALL_ORGANIZATION_UNITS and HR_ALL_ORGANIZATION_UNITS_TL – the organization unit header and its translated name/description.
- HR_ORGANIZATION_INFORMATION – the DFF store that holds Business Group attributes; joined multiple times (aliased O2, O3, O4) to separate information types such as Business Group, Business Group Information, and related configuration.
- FND_ID_FLEX_STRUCTURES_TL – joined six times (F1–F6) to resolve the names of the Grade, People Group, Job, Cost Allocation, Position, and Competence key flexfield structures.
- HR_BIS – a PL/SQL package supplying BIS_DECODE_LOOKUP, used to translate coded DFF values into readable lookup meanings.
Each join keys on ORGANIZATION_ID (and organization_id/ID_FLEX_STRUCTURE_ID for the flexfield structures), so the view remains consistent with the Business Group definition held in HR_ALL_ORGANIZATION_UNITS.
Key Columns
- BUSINESS_GROUP_ID – the organization_id of the Business Group.
- BUSINESS_GROUP_NAME / BUSINESS_GROUP_SHORT_NAME – organization name and the DFF-supplied short name.
- DEFAULT_CURRENCY_CODE – sourced from ORG_INFORMATION10 of the Business Group information record; the currency default applied to the Business Group.
- DEFAULT_START_TIME, DEFAULT_END_TIME, WORKING_HOURS_AMOUNT, WORKING_HOURS_FREQUENCY – the group's standard working time definitions.
- EMP_NUMBER_GENERATION_METHOD, APL_NUMBER_GENERATION_METHOD – decoded lookup meanings for employee and applicant numbering.
- LEGISLATION_CODE, ENABLED_FLAG – legislative context and enablement status.
- GRADE_STRUCTURE, PEOPLE_GROUP_STRUCTURE, JOB_STRUCTURE, COST_ALLOCATION_STRUCTURE, POSITION_STRUCTURE, COMPETENCE_STRUCTURE – flexfield structure names.
- DATE_FROM, DATE_TO, INTERNAL_ADDRESS_LINE, COMMENTS, LOCATION_ID – organization descriptive attributes.
Common Use Cases and Queries
Typical uses include validating Business Group configuration, driving downstream reporting, and confirming the default currency assigned to a group.
- Listing all Business Groups with their default currency and legislation.
- Auditing working-time and numbering defaults across groups.
- Resolving flexfield structure names used by a Business Group.
For example:
SELECT business_group_id, business_group_name, default_currency_code, legislation_code FROM apps.hrfv_business_groups;
Or, filtering to a specific currency:
SELECT business_group_name, default_currency_code FROM apps.hrfv_business_groups WHERE default_currency_code = 'USD';
Because HRFV_BUSINESS_GROUPS is a template-driven view, its exact column list is regenerated against the installed Business Group flexfield definition; implementers should therefore confirm the view text in their instance rather than assuming a fixed column set.
-
View: HRFV_BUSINESS_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_BUSINESS_GROUPS, object_name:HRFV_BUSINESS_GROUPS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_BUSINESS_GROUPS ,
-
View: HRFV_BUSINESS_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_BUSINESS_GROUPS, object_name:HRFV_BUSINESS_GROUPS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_BUSINESS_GROUPS ,
-
SYNONYM: PUBLIC.HRFV_BUSINESS_GROUPS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HRFV_BUSINESS_GROUPS, status:VALID,
-
VIEW: APPS.HRFV_BUSINESS_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_BUSINESS_GROUPS, object_name:HRFV_BUSINESS_GROUPS, status:VALID,
-
SYNONYM: APPS.FND_ID_FLEX_STRUCTURES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_ID_FLEX_STRUCTURES_TL, status:VALID,
-
SYNONYM: APPS.FND_ID_FLEX_STRUCTURES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_ID_FLEX_STRUCTURES_TL, status:VALID,
-
VIEW: APPS.HRFV_BUSINESS_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_BUSINESS_GROUPS, object_name:HRFV_BUSINESS_GROUPS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.HR_BIS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
PACKAGE: APPS.HR_BIS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,