Search Results fr_societe
Overview
APPS.HR_LEGAL_ENTITIES is a reporting view in Oracle E-Business Suite that exposes the set of organizations defined as legal entities within Human Resources. A legal entity is an organization that owns assets, incurs liabilities, and is legally registered to conduct business; in EBS it is modeled as an HR organization classified with a legal-entity designation. The view provides a simplified, localized list of those organizations — returning the business group, organization identifier, translated name, and effective dates — so that applications, reports, and integrations do not have to resolve the underlying classification records themselves. Because it joins to the multilingual organization name table and filters on the session language, HR_LEGAL_ENTITIES returns names appropriate to the user's current language. The object is documented in ETRM for release 12.2.2 and applies equally to the 12.1.1 architecture, where legal-entity classification is likewise stored in HR organization information.
Underlying Base Objects
The documented referenced objects are HR_ORG_UNITS_NO_JOIN (VIEW), HR_ALL_ORGANIZATION_UNITS_TL (SYNONYM), HR_ORGANIZATION_INFORMATION (SYNONYM), HR_GENERAL (PACKAGE), and HR_SECURITY (PACKAGE). The view text drives the join: HR_ORG_UNITS_NO_JOIN supplies the organization row and business group; HR_ORGANIZATION_INFORMATION supplies the classification, restricted to ORG_INFORMATION_CONTEXT = 'CLASS' and ORG_INFORMATION2 = 'Y' with ORG_INFORMATION1 drawn from the list ('HR_LEGAL', 'PAR_ENT', 'FR_SOCIETE', 'HR_LEGAL_EMPLOYER'); and HR_ALL_ORGANIZATION_UNITS_TL supplies the translated name, filtered by OTL.LANGUAGE = USERENV('LANG'). HR_GENERAL and HR_SECURITY are referenced for security and general HR functions, ensuring row-level access is honored through the standard HR security model rather than raw table access.
Key Columns
- BUSINESS_GROUP_ID — Identifier of the business group that owns the legal entity; the primary partition for HR reporting.
- ORGANIZATION_ID — The organization identifier of the legal entity, used to join to other HR and financial objects.
- NAME — The translated organization name from HR_ALL_ORGANIZATION_UNITS_TL, resolved in the session language.
- DATE_FROM — The effective start date of the organization record.
- DATE_TO — The effective end date; a null value indicates the definition is currently active.
The view does not expose the classification value itself, since the WHERE clause normalizes all qualifying designations to a single logical set of legal entities.
Common Use Cases and Queries
The view is typically used to populate list-of-values, drive legal-entity-aware reporting, and resolve the legal entity associated with a business group. A basic query lists active legal entities for a business group:
- SELECT organization_id, name, date_from, date_to FROM apps.hr_legal_entities WHERE business_group_id = :p_bg_id;
- SELECT organization_id, name FROM apps.hr_legal_entities WHERE date_to IS NULL ORDER BY name;
- Join to HR_ORGANIZATION_UNITS or financial tables on organization_id to associate transactions with a legal entity.
Because access is mediated through HR security packages, results are automatically restricted to organizations the querying user is permitted to see, making the view suitable for concurrent programs and custom reports that must respect HR security.
-
APPS.PAY_FR_PAY_FILE SQL Statements
12.2.2
-
APPS.PAY_FR_PAY_FILE SQL Statements
12.1.1
-
VIEW: APPS.HR_LEGAL_ENTITIES
12.1.1
-
VIEW: APPS.HR_FR_COMP_INSURANCE_PRVS_V
12.1.1
-
PACKAGE BODY: APPS.PAY_FR_PAY_FILE
12.1.1
-
VIEW: APPS.HR_FR_COMP_PENSION_PRVS_V
12.1.1
-
PACKAGE BODY: APPS.PAY_FR_PAY_FILE
12.2.2
-
VIEW: APPS.HR_FR_COMP_PENSION_PRVS_V
12.2.2
-
VIEW: APPS.HR_LEGAL_ENTITIES
12.2.2
-
VIEW: APPS.HR_FR_COMP_INSURANCE_PRVS_V
12.2.2
-
APPS.PAY_FR_DADS_PKG SQL Statements
12.2.2
-
APPS.PAY_FR_DADS_PKG SQL Statements
12.1.1
-
View: HR_FR_COMP_PENSION_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_PENSION_PRVS_V, object_name:HR_FR_COMP_PENSION_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_PENSION_PRVS_V ,
-
View: HR_FR_COMP_PENSION_PRVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_PENSION_PRVS_V, object_name:HR_FR_COMP_PENSION_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_PENSION_PRVS_V ,
-
VIEW: APPS.HR_FR_COMPANIES_V
12.1.1
-
VIEW: APPS.HR_FR_COMPANIES_V
12.2.2
-
View: HR_FR_COMP_INSURANCE_PRVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_INSURANCE_PRVS_V, object_name:HR_FR_COMP_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_INSURANCE_PRVS_V ,
-
View: HR_FR_COMP_INSURANCE_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_INSURANCE_PRVS_V, object_name:HR_FR_COMP_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_INSURANCE_PRVS_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: 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 ,
-
PACKAGE BODY: APPS.PAY_FR_DADS_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_FR_DADS_PKG
12.2.2
-
PACKAGE BODY: APPS.PER_RI_CONFIG_DATAPUMP_ENTITY
12.2.2
-
PACKAGE BODY: APPS.PER_RI_CONFIG_DATAPUMP_ENTITY
12.1.1
-
PACKAGE BODY: APPS.PER_FR_VALIDATE_DELETE_PKG
12.2.2
-
PACKAGE BODY: APPS.PER_FR_VALIDATE_DELETE_PKG
12.1.1
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY SQL Statements
12.2.2
-
Lookup Type: ORG_CLASS
12.1.1
product: PER - Human Resources , meaning: Organization Class , description: Organization Class ,
-
Lookup Type: ORG_CLASS
12.2.2
product: PER - Human Resources , meaning: Organization Class , description: Organization Class ,
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY SQL Statements
12.1.1
-
APPS.PQH_FR_UTILITY SQL Statements
12.1.1
-
APPS.PQH_FR_UTILITY SQL Statements
12.2.2
-
APPS.PAY_FR_DADS_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PAY_FR_DADS_PKG dependencies on HR_ORGANIZATION_INFORMATION
12.2.2
-
APPS.PAY_FR_PAY_FILE dependencies on HR_GENERAL
12.1.1
-
APPS.PAY_FR_PAY_FILE dependencies on HR_GENERAL
12.2.2
-
APPS.PER_FR_VALIDATE_DELETE_PKG dependencies on HR_ORGANIZATION_UNITS_PKG
12.2.2
-
APPS.PAY_FR_PAY_FILE dependencies on DBMS_UTILITY
12.2.2
-
APPS.PAY_FR_PAY_FILE dependencies on DBMS_UTILITY
12.1.1
-
APPS.PER_FR_VALIDATE_DELETE_PKG dependencies on HR_ORGANIZATION_UNITS_PKG
12.1.1
-
APPS.PQH_FR_UTILITY dependencies on HR_ORGANIZATION_INFORMATION
12.1.1
-
APPS.PQH_FR_UTILITY dependencies on HR_ORGANIZATION_INFORMATION
12.2.2
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on HRDPP_CREATE_ORG_CLASSIFICATIO
12.1.1
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on HRDPP_CREATE_ORG_CLASSIFICATIO
12.2.2
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on PER_RI_CONFIG_UTILITIES
12.2.2
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on PER_RI_CONFIG_UTILITIES
12.1.1
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on PER_RI_CONFIG_MAIN
12.2.2
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on PER_RI_CONFIG_MAIN
12.1.1
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on HR_API
12.2.2
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on HR_API
12.1.1