Search Results assignment_location
Overview
APPS.HR_HIER_POS_PEOPLE_V is a public Oracle E-Business Suite view owned by the APPS schema, registered under FND Design Data as PER.HR_HIER_POS_PEOPLE_V with a status of VALID. Its documented purpose is to present "people with position details and place in position hierarchy," making it a reporting-oriented object suitable for custom reporting and other data requirements without exposing callers to the underlying normalized HR tables directly.
The view is commonly reached by searches involving assignment_location, because it exposes both ASSIGNMENT_LOCATION (the location of an assignment) and POSITION_LOCATION (the location tied to a position). This lets a single query report a person's assignment location alongside the position's home location, the position's place in a hierarchy, and the hierarchy version effective dates. As a public view it is broadly accessible under the APPS schema in both 12.1.1 and 12.2.2, and is intended for read-only reporting or integration extraction rather than transactional update.
Underlying Base Objects
The documented base objects show the view is a join across HR position, organization, and hierarchy structures, layered on top of other views and packages. Position attributes are sourced from HR_ALL_POSITIONS_F, PER_ALL_POSITIONS, and their translated name table HR_ALL_POSITIONS_F_TL. Job and organization context come from PER_JOBS and PER_JOBS_TL, plus HR_ALL_ORGANIZATION_UNITS. Hierarchy data — hierarchy name, structure version, and parent position — is drawn from PER_POSITION_STRUCTURES, PER_POS_STRUCTURE_ELEMENTS, and PER_POS_STRUCTURE_VERSIONS. Location attributes are retrieved through the HR_LOCATIONS view, and person-level assignment data is layered through the HR_HIER_ASG_PEOPLE_V view. Two PL/SQL packages, HR_GENERAL and HR_THIRD_PARTY_INTERFACE_PKG, are referenced, typically for date/name resolution and interface logic. The view therefore composes positional hierarchy, assignment, and person columns on top of the core HR model rather than storing data itself.
Key Columns
- ASSIGNMENT_LOCATION (VARCHAR2(60)) — the location associated with the assignment; the primary column sought in assignment_location lookups.
- POSITION_LOCATION (VARCHAR2(60)) — the location associated with the position, useful for comparing against the assignment location.
- FULL_NAME, EMPLOYEE_NUMBER, KNOWN_AS — person identifiers; EMAIL_ADDRESS, MAILSTOP, and WORK_PHONE_NUMBER provide contact details.
- POSITION_NAME, JOB_NAME, ORGANIZATION_NAME — position, job, and organization context (names may be lengthy due to translated concatenation).
- POSITION_HIERARCHY_NAME, POSITION_HIERARCHY_VERSION, HIERARCHY_VERSION_START_DATE, HIERARCHY_VERSION_END_DATE — hierarchy identification and effective dating.
- POSITION_ID, PARENT_POSITION_ID — keys supporting hierarchy traversal and self-joins.
- NORMAL_START_TIME, NORMAL_FINISH_TIME, ASG_START_TIME, ASG_FINISH_TIME — normal working times for the position and the assignment.
- BUSINESS_GROUP_NAME — the business group for multi-organization filtering.
Common Use Cases and Queries
Typical reporting scenarios include locating all assignments at a given location, comparing position location to assignment location, listing personnel by organization within a hierarchy, and reproducing an effective-dated hierarchy snapshot. Where multiple hierarchy versions exist, filter on HIERARCHY_VERSION_START_DATE and HIERARCHY_VERSION_END_DATE to select the correct effective version.
Sample query by assignment location:
SELECT full_name, employee_number, position_name, job_name, organization_name, assignment_location, position_locationFROM apps.hr_hier_pos_people_vWHERE assignment_location = '&loc'ORDER BY full_name;
To compare the two location columns, add a predicate such as WHERE assignment_location <> position_location. Because the view derives from effective-dated HR entities, callers should also expect version rows and apply date filters where a single current record is required.
-
VIEW: APPS.HR_HIER_POS_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID,
-
Lookup Type: AU_PS_SORT_ORDER
12.1.1
product: PER - Human Resources , meaning: AU_PS_SORT_ORDER , description: Payment Summary Sort Order Option ,
-
VIEW: APPS.HR_HIER_POS_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID,
-
Lookup Type: AU_PS_SORT_ORDER
12.2.2
product: PER - Human Resources , meaning: AU_PS_SORT_ORDER , description: Payment Summary Sort Order Option ,
-
VIEW: APPS.HR_HIER_ASG_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID,
-
VIEW: APPS.HR_HIER_ASG_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID,
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID,
-
View: HR_HIER_ASG_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ASG_PEOPLE_V ,
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID,
-
View: HR_HIER_ASG_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ASG_PEOPLE_V ,
-
View: OTFV_INT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_INT_TRAINING_EVENT_ENROLS ,
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID,
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID,
-
View: OTFV_INT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_INT_TRAINING_EVENT_ENROLS ,
-
View: OTFV_ENROLLED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLED_EVENTS ,
-
View: OTFV_ENROLLED_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLED_EVENTS ,
-
View: HXC_RESOURCE_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_INFORMATION_V, object_name:HXC_RESOURCE_INFORMATION_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_RESOURCE_INFORMATION_V ,
-
View: HXC_RESOURCE_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_INFORMATION_V, object_name:HXC_RESOURCE_INFORMATION_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_RESOURCE_INFORMATION_V ,
-
View: HR_HIER_POS_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID, product: PER - Human Resources , description: People with position details and place in position hierarchy , implementation_dba_data: APPS.HR_HIER_POS_PEOPLE_V ,
-
View: HR_HIER_POS_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID, product: PER - Human Resources , description: People with position details and place in position hierarchy , implementation_dba_data: APPS.HR_HIER_POS_PEOPLE_V ,
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.1.1
-
VIEW: APPS.HXC_RESOURCE_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_INFORMATION_V, object_name:HXC_RESOURCE_INFORMATION_V, status:VALID,
-
VIEW: APPS.HXC_RESOURCE_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_INFORMATION_V, object_name:HXC_RESOURCE_INFORMATION_V, status:VALID,
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.2.2
-
VIEW: APPS.HXC_RESOURCE_INFORMATION_V
12.1.1
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.2.2
-
VIEW: APPS.HXC_RESOURCE_INFORMATION_V
12.2.2
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.1.1
-
PACKAGE BODY: APPS.PAY_AU_PAYMENT_SUMMARY_REPORT
12.1.1
-
PACKAGE BODY: APPS.PAY_AU_PAYMENT_SUMMARY_REPORT
12.2.2
-
PACKAGE BODY: APPS.GHR_MTO_INT
12.2.2
-
PACKAGE BODY: APPS.GHR_MTO_INT
12.1.1
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - HXC Tables and Views
12.1.1
description: Transaction Details Archive ,
-
eTRM - HXC Tables and Views
12.2.2
description: Used in Generic Upgrade ,
-
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 ,