Search Results org_information4
Overview
APPS.HR_FR_ESTABLISHMENTS_V is a French localization view that presents establishment (établissement) records maintained against organization units in Oracle EBS Human Resources. It exposes the regulatory attributes required for French statutory reporting, including URSSAF registration data, ASSEDIC identifiers, and establishment classification information. The view is not a base table; it is a denormalized reporting construct that flattens the vertical key-flex structure of HR_ORGANIZATION_INFORMATION into horizontal columns. Organizations are only returned when they carry the CLASS context value FR_ETABLISSEMENT with ORG_INFORMATION2 set to 'Y', which is the flag that identifies a valid French establishment. Because the view pre-joins and pre-filters the descriptor contexts, it is commonly used as a source for BI Publisher reports, payroll and statutory extracts, and third-party integration files that require establishment-level identifiers. The view is read-only in practice; DBAs should treat it as a security and performance surface rather than an object to be modified. In 12.1.1 and 12.2.2 the definition is materially the same.
Underlying Base Objects
The ETRM metadata documents the following referenced objects: HR_ALL_ORGANIZATION_UNITS (synonym), HR_GENERAL (package), HR_LOCATIONS (view), and HR_ORGANIZATION_INFORMATION (synonym). The view text confirms five aliased instances of HR_ALL_ORGANIZATION_UNITS (OU1 through OU5) and five aliased instances of HR_ORGANIZATION_INFORMATION (OI1 through OI5). OU1 is the driving establishment row; OU2, OU3, and OU4 resolve parent or related organizations through the establishment information descriptors, while OU5 resolves the organization referenced by the ASSEDIC context. The join to HR_ORGANIZATION_INFORMATION is outer ((+)) for the FR_ESTAB_INFO, FR_ESTAB_URSSAF, FR_ESTAB_ASSEDIC, and FR_ESTAB_PREV_INFO contexts, but inner for the CLASS context. HR_LOCATIONS supplies LOCATION_CODE through a further outer join on LOCATION_ID. HR_GENERAL is referenced indirectly because HR_LOCATIONS and the organization unit views are built on top of it; it is not joined directly in the view text.
The descriptor contexts mapped by the view are FR_ESTAB_INFO (ORG_INFORMATION1-8), FR_ESTAB_URSSAF, FR_ESTAB_ASSEDIC, FR_ESTAB_PREV_INFO, and CLASS.
Key Columns
- ORGANIZATION_ID, BUSINESS_GROUP_ID — primary identifier and business group of the establishment organization unit (OU1).
- NAME — organization name from OU1; additional NAME columns are projected from OU2 through OU5.
- DATE_FROM, DATE_TO — effective dates of the organization unit record.
- LOCATION_ID, LOCATION_CODE — address identifier and its code from HR_LOCATIONS.
- INTERNAL_ADDRESS_LINE, COMMENTS — free-form address and remarks from the organization unit.
- OI1.ORG_INFORMATION1-8 — establishment detail flexfields, including the referenced parent organization in ORG_INFORMATION1.
- OI2.ORG_INFORMATION1-4 — URSSAF context values; ORG_INFORMATION1 and ORG_INFORMATION4 resolve parent organizations.
- OI3.ORG_INFORMATION1-2 — ASSEDIC context values.
- OI4.ORG_INFORMATION1-4 — previous establishment information.
- OI5.ORG_INFORMATION2, ORG_INFORMATION5 — remaining CLASS context values (the view filters ORG_INFORMATION1 = 'FR_ETABLISSEMENT' and ORG_INFORMATION2 = 'Y').
Common Use Cases and Queries
Typical uses include listing active French establishments for a business group, extracting URSSAF and ASSEDIC identifiers for statutory files, and validating that every establishment carries the CLASS flag. A representative query filtering on the establishment class value is shown below.
SELECT organization_id,
name,
location_code,
org_information1 AS estab_info_1,
org_information4 AS urssaf_ref
FROM apps.hr_fr_establishments_v
WHERE business_group_id = :p_business_group_id
ORDER BY name;
The view is also joined to PER_ALL_PEOPLE_F or PAY assignment tables to attribute employees to the correct establishment for DSN-style reporting. Because HR_ORGANIZATION_INFORMATION is EAV, direct queries against the base table require pivoting; HR_FR_ESTABLISHMENTS_V eliminates that effort and should be preferred for read-only reporting.
-
VIEW: APPS.HR_FR_ESTABLISHMENTS_V
12.1.1
-
VIEW: APPS.HR_FR_ESTABLISHMENTS_V
12.2.2
-
VIEW: HR.HR_H2PI_ORGANIZATION_INFO#
12.2.2
-
VIEW: APPS.HR_FR_COMPANIES_V
12.1.1
-
VIEW: APPS.HR_FR_COMPANIES_V
12.2.2
-
VIEW: APPS.PER_BUSINESS_GROUPS
12.2.2
-
View: HR_FR_ESTABLISHMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTABLISHMENTS_V, object_name:HR_FR_ESTABLISHMENTS_V, status:VALID, product: PER - Human Resources , description: HR_FR_ESTABLISHMENTS_V lists the French organizations which have been identified as Establishments. , implementation_dba_data: APPS.HR_FR_ESTABLISHMENTS_V ,
-
VIEW: APPS.PER_BUSINESS_GROUPS
12.1.1
-
VIEW: APPS.HR_TAX_UNITS_V
12.1.1
-
VIEW: APPS.AMW_AUDIT_UNITS_V_ALL
12.1.1
-
VIEW: HR.HR_ORGANIZATION_INFORMATION#
12.2.2
-
VIEW: APPS.AMW_AUDIT_UNITS_V
12.1.1
-
View: HR_FR_ESTABLISHMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTABLISHMENTS_V, object_name:HR_FR_ESTABLISHMENTS_V, status:VALID, product: PER - Human Resources , description: HR_FR_ESTABLISHMENTS_V lists the French organizations which have been identified as Establishments. , implementation_dba_data: APPS.HR_FR_ESTABLISHMENTS_V ,
-
VIEW: APPS.HR_TAX_UNITS_V
12.2.2
-
View: HR_DM_EXP_HR_ORG_INF_FLX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_ORG_INF_FLX_V, object_name:HR_DM_EXP_HR_ORG_INF_FLX_V, status:VALID, product: PER - Human Resources , description: View to export hr_org_inf_flx , implementation_dba_data: APPS.HR_DM_EXP_HR_ORG_INF_FLX_V ,
-
VIEW: APPS.HR_DM_EXP_HR_ORG_INF_FLX_V
12.2.2
-
View: HR_DM_EXP_HR_ORG_INF_FLX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_ORG_INF_FLX_V, object_name:HR_DM_EXP_HR_ORG_INF_FLX_V, status:VALID, product: PER - Human Resources , description: View to export hr_org_inf_flx , implementation_dba_data: APPS.HR_DM_EXP_HR_ORG_INF_FLX_V ,
-
VIEW: APPS.HR_DM_EXP_HR_ORG_INF_FLX_V
12.1.1
-
VIEW: APPS.HRFV_BUSINESS_GROUPS
12.2.2
-
VIEW: APPS.HRFV_BUSINESS_GROUPS
12.1.1
-
View: HR_FR_COMPANIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMPANIES_V, object_name:HR_FR_COMPANIES_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMPANIES_V ,
-
View: HR_FR_COMPANIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMPANIES_V, object_name:HR_FR_COMPANIES_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMPANIES_V ,
-
VIEW: APPS.HR_CA_TAX_UNITS_V
12.1.1
-
VIEW: APPS.HR_CA_TAX_UNITS_V
12.2.2
-
View: HR_TAX_UNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_TAX_UNITS_V, object_name:HR_TAX_UNITS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_TAX_UNITS_V ,
-
View: HR_TAX_UNITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_TAX_UNITS_V, object_name:HR_TAX_UNITS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_TAX_UNITS_V ,
-
VIEW: APPS.OE_HR_ORGANIZATION_INFO_V
12.1.1
-
VIEW: APPS.HR_SG_LEG_ENT_V
12.2.2
-
VIEW: APPS.PAY_IE_BALANCE_VALUES_V
12.1.1
-
VIEW: APPS.PAY_IE_BALANCE_VALUES_V
12.2.2
-
VIEW: APPS.HR_COMPANY_COST_CENTERS
12.1.1
-
View: OE_HR_ORGANIZATION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HR_ORGANIZATION_INFO_V, object_name:OE_HR_ORGANIZATION_INFO_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_HR_ORGANIZATION_INFO_V ,
-
VIEW: APPS.HR_COMPANY_COST_CENTERS
12.2.2
-
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 ,
-
View: AMW_AUDIT_UNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_AUDIT_UNITS_V, object_name:AMW_AUDIT_UNITS_V, status:VALID, product: AMW - Internal Controls Manager , description: This view returns information about Audit Units , implementation_dba_data: APPS.AMW_AUDIT_UNITS_V ,
-
VIEW: APPS.HR_FR_ESTAB_DADS_TYPES_V
12.1.1
-
View: OE_HR_ORGANIZATION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HR_ORGANIZATION_INFO_V, object_name:OE_HR_ORGANIZATION_INFO_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_HR_ORGANIZATION_INFO_V ,
-
VIEW: APPS.OE_HR_ORGANIZATION_INFO_V
12.2.2
-
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: APPS.PER_ORGANIZATION_UNITS
12.2.2
-
VIEW: APPS.PER_BUSINESS_GROUPS_PERF
12.1.1
-
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.HR_FR_ESTAB_DADS_TYPES_V
12.2.2
-
VIEW: APPS.PER_ORGANIZATION_UNITS
12.1.1
-
VIEW: APPS.HR_SG_LEG_ENT_V
12.1.1
-
View: AMW_AUDIT_UNITS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This view returns information about Audit Units , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HR_DM_EXP_HR_ORG_INF_FLX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_ORG_INF_FLX_V, object_name:HR_DM_EXP_HR_ORG_INF_FLX_V, status:VALID,
-
VIEW: APPS.PER_BUSINESS_GROUPS_PERF
12.2.2
-
VIEW: APPS.HR_ESTABLISHMENTS_V
12.1.1