Search Results hr_location_info_types
Overview
The HR_LOCATION_INFO_TYPES table is a core reference table within the Oracle E-Business Suite Human Resources (PER) module. It functions as a master list defining the types of supplementary or contextual information that can be associated with a physical location. In Oracle EBS, a location is a fundamental entity representing a place of work, office, or site. This table enables the system to support flexible, user-defined attributes for locations beyond the standard address fields. Its primary role is to govern and validate the kinds of extra information that can be stored, ensuring data integrity and consistency across the application when capturing location-specific details such as facility codes, security protocols, or regional identifiers.
Key Information Stored
The table's structure is designed to manage a controlled list of information types. The most critical column is INFORMATION_TYPE, which serves as the table's primary key. This column stores the unique code or name identifying a specific category of extra information, for example, 'SITE_MANAGER', 'FLOOR_PLAN_REF', or 'BUILDING_CODE'. While the provided ETRM metadata does not list additional columns, such reference tables typically include supporting columns like ENABLED_FLAG (to activate or deactivate a type) and possibly descriptive fields. The integrity of this master data is enforced by the primary key constraint HR_LOCATION_INFO_TYPES_PK on the INFORMATION_TYPE column.
Common Use Cases and Queries
The primary use case is the administration and utilization of location extra information. System administrators query this table to review or maintain the list of available information types before configuring them in the application. A common reporting need is to join this table with the detail table to produce readable reports. For instance, to list all locations along with a specific type of extra information, a query would join through the HR_LOCATION_EXTRA_INFO table.
- Listing All Active Information Types:
SELECT information_type FROM hr_location_info_types WHERE enabled_flag = 'Y' ORDER BY 1; - Reporting Location Extra Information:
SELECT hl.location_code, hl_t.info_type_name, hlei.information_value FROM hr_locations hl, hr_location_extra_info hlei, hr_location_info_types hlit WHERE hl.location_id = hlei.location_id AND hlei.information_type = hlit.information_type;
Related Objects
The HR_LOCATION_INFO_TYPES table has a direct and essential relationship with the HR_LOCATION_EXTRA_INFO table. As documented in the foreign key, HR_LOCATION_EXTRA_INFO.INFORMATION_TYPE references HR_LOCATION_INFO_TYPES.INFORMATION_TYPE. This means every record in the detail table (HR_LOCATION_EXTRA_INFO) must have an INFORMATION_TYPE that exists in this master table. This object is central to the location data model and is indirectly referenced by any forms, APIs, or reports that capture or display location extra information, such as the Location form (HR_LOCATIONS) and potentially the HR_LOCATIONS_API.
-
Table: HR_LOCATION_INFO_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_INFO_TYPES, object_name:HR_LOCATION_INFO_TYPES, status:VALID, product: PER - Human Resources , description: Types of extra information that may be held against a Location. , implementation_dba_data: HR.HR_LOCATION_INFO_TYPES ,
-
Table: HR_LOCATION_INFO_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_INFO_TYPES, object_name:HR_LOCATION_INFO_TYPES, status:VALID, product: PER - Human Resources , description: Types of extra information that may be held against a Location. , implementation_dba_data: HR.HR_LOCATION_INFO_TYPES ,
-
APPS.HR_REGISTER_EITS dependencies on HR_LOCATION_INFO_TYPES
12.1.1
-
APPS.HRDYNDBI dependencies on HR_LOCATION_INFO_TYPES
12.1.1
-
APPS.HRDYNDBI dependencies on HR_LOCATION_INFO_TYPES
12.2.2
-
APPS.PER_EIT_UTILITY_SS dependencies on HR_LOCATION_INFO_TYPES
12.1.1
-
APPS.PAY_RESTRICT_VAL_PKG dependencies on HR_LOCATION_INFO_TYPES
12.1.1
-
APPS.HR_LEI_BUS dependencies on HR_LOCATION_INFO_TYPES
12.1.1
-
APPS.PER_EIT_UTILITY_SS dependencies on HR_LOCATION_INFO_TYPES
12.2.2
-
APPS.PAY_RESTRICT_VAL_PKG dependencies on HR_LOCATION_INFO_TYPES
12.2.2
-
APPS.HR_LOCATION_INFO_TYPES_PKG dependencies on HR_LOCATION_INFO_TYPES
12.2.2
-
APPS.HR_LOCATION_INFO_TYPES_PKG dependencies on HR_LOCATION_INFO_TYPES
12.1.1
-
APPS.HR_REGISTER_EITS dependencies on HR_LOCATION_INFO_TYPES
12.2.2
-
APPS.HR_LEI_BUS dependencies on HR_LOCATION_INFO_TYPES
12.2.2
-
VIEW: APPS.PER_INFO_TYPE_SECURITY_LIT_V
12.1.1
-
VIEW: APPS.PER_INFO_TYPE_SECURITY_LIT_V
12.2.2
-
VIEW: HR.HR_LOCATION_INFO_TYPES#
12.2.2
owner:HR, object_type:VIEW, object_name:HR_LOCATION_INFO_TYPES#, status:VALID,
-
APPS.HR_LOCATION_INFO_TYPES_PKG SQL Statements
12.2.2
-
APPS.HR_LOCATION_INFO_TYPES_PKG SQL Statements
12.1.1
-
TABLE: HR.HR_LOCATION_INFO_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_INFO_TYPES, object_name:HR_LOCATION_INFO_TYPES, status:VALID,
-
SYNONYM: APPS.HR_LOCATION_INFO_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATION_INFO_TYPES, status:VALID,
-
View: PER_INFO_TYPE_SECURITY_LIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPE_SECURITY_LIT_V, object_name:PER_INFO_TYPE_SECURITY_LIT_V, status:VALID, product: PER - Human Resources , description: Join between Info type security and Location info types , implementation_dba_data: APPS.PER_INFO_TYPE_SECURITY_LIT_V ,
-
SYNONYM: APPS.HR_LOCATION_INFO_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATION_INFO_TYPES, status:VALID,
-
TRIGGER: APPS.HR_LOCATION_INFO_TYPES+
12.2.2
-
VIEW: HR.HR_LOCATION_INFO_TYPES#
12.2.2
-
SYNONYM: PUBLIC.HR_LOCATION_INFO_TYPES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HR_LOCATION_INFO_TYPES, status:VALID,
-
TRIGGER: APPS.HR_LOCATION_INFO_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:HR_LOCATION_INFO_TYPES+, status:VALID,
-
View: PER_INFO_TYPE_SECURITY_LIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPE_SECURITY_LIT_V, object_name:PER_INFO_TYPE_SECURITY_LIT_V, status:VALID, product: PER - Human Resources , description: Join between Info type security and Location info types , implementation_dba_data: APPS.PER_INFO_TYPE_SECURITY_LIT_V ,
-
View: PER_INFO_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPES_V, object_name:PER_INFO_TYPES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_INFO_TYPES_V ,
-
PACKAGE BODY: APPS.HR_LOCATION_INFO_TYPES_PKG
12.1.1
-
View: PER_INFO_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPES_V, object_name:PER_INFO_TYPES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_INFO_TYPES_V ,
-
PACKAGE BODY: APPS.HR_LOCATION_INFO_TYPES_PKG
12.2.2
-
FUNCTION: APPS.HR_LOCATION_INFO_TYPES=
12.2.2
-
Table: HR_LOCATION_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_EXTRA_INFO, object_name:HR_LOCATION_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a location. , implementation_dba_data: HR.HR_LOCATION_EXTRA_INFO ,
-
FUNCTION: APPS.HR_LOCATION_INFO_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:HR_LOCATION_INFO_TYPES=, status:VALID,
-
Table: HR_LOCATION_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_EXTRA_INFO, object_name:HR_LOCATION_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a location. , implementation_dba_data: HR.HR_LOCATION_EXTRA_INFO ,
-
APPS.HR_LOCATION_INFO_TYPES_PKG dependencies on PER_RIC_PKG
12.2.2
-
APPS.PER_EIT_UTILITY_SS SQL Statements
12.2.2
-
TABLE: HR.HR_LOCATION_INFO_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_INFO_TYPES, object_name:HR_LOCATION_INFO_TYPES, status:VALID,
-
PACKAGE BODY: APPS.HR_LOCATION_INFO_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_LOCATION_INFO_TYPES_PKG, status:VALID,
-
PACKAGE BODY: APPS.HR_LOCATION_INFO_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_LOCATION_INFO_TYPES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_RESTRICT_VAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_RESTRICT_VAL_PKG, status:VALID,
-
TRIGGER: APPS.HR_LOCATION_INFO_TYPES_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:HR_LOCATION_INFO_TYPES_WHO, status:VALID,
-
PACKAGE BODY: APPS.PER_EIT_UTILITY_SS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PER_EIT_UTILITY_SS, status:VALID,
-
PACKAGE BODY: APPS.PER_EIT_UTILITY_SS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PER_EIT_UTILITY_SS, status:VALID,
-
APPS.PER_EIT_UTILITY_SS SQL Statements
12.1.1
-
TRIGGER: APPS.HR_LOCATION_INFO_TYPES_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:HR_LOCATION_INFO_TYPES_WHO, status:VALID,
-
PACKAGE BODY: APPS.HR_LEI_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_LEI_BUS, status:VALID,
-
TABLE: HR.HR_LOCATION_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_EXTRA_INFO, object_name:HR_LOCATION_EXTRA_INFO, status:VALID,
-
PACKAGE BODY: APPS.HR_REGISTER_EITS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_REGISTER_EITS, status:VALID,