Search Results hrfv_transfers_in
Overview
HRFV_TRANSFERS_IN is an APPS-owned business view template in the PER (Human Resources) product of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It is a flexfield view generated from the Oracle HRMS Business Intelligence System (BIS) or "flexfield view" framework, in which an underlying business view template is materialized into a runtime view that exposes decoded, user-friendly HR attributes for reporting. Because it is a template-driven object, the definition is derived from metadata rather than hand-written SQL, which allows the HR BIS layer to standardize naming and decoding across releases.
The view presents current assignment records that represent employee transfers into an organization. It joins the assignment, person, person type, organization, grade, job, position, and location entities, and exposes both the destination organization (ORGANIZATION_NAME) and the prior or source organization (OLD_ORGANIZATION_NAME). It is primarily consumed by Oracle HRMS reporting, Oracle Daily Business Intelligence for HR, and custom extracts, rather than by transactional forms. A frequent user search, old_organization_name, reflects a common reporting need: identifying where an employee transferred from, particularly for headcount movement, transfer analysis, and organizational realignment reporting.
Underlying Base Objects
The view is defined over a set of core PER and HR synonyms, views, and packages documented in the ETRM 12.2.2 metadata:
- Synonym-backed tables: PER_ALL_ASSIGNMENTS_F (PAF and PAF2 aliases), PER_ASSIGNMENT_STATUS_TYPES, HR_ALL_ORGANIZATION_UNITS_TL (HOUT, BGRT, ORG2T), PER_PERSON_TYPES, PER_PERSON_TYPES_TL, PER_GRADES_TL, PER_JOBS_TL, PER_ALL_POSITIONS / HR_ALL_POSITIONS_F_TL, HR_LOCATIONS_ALL_TL.
- Views: PER_PEOPLE_F (the person view, PPF) and HR_LOOKUPS (HRL).
- Packages: HR_BIS (for BIS_DECODE_LOOKUP, the decoding engine), HR_API, HR_GENERAL, HR_PERSON_NAME, HR_SECURITY (for row-level security filtering), and HRI_BPL_PERSON_TYPE.
The joins are effective-dated: PAF.EFFECTIVE_START_DATE must fall between the person's and person type usage effective ranges, ensuring the returned assignment, person, and person type rows are contemporaneous. The assignment is restricted to system person type 'EMP' and to assignment status types where PER_SYSTEM_STATUS is not 'TERM_ASSIGN', so terminated assignments are excluded. The view is named "_IN" to denote that it returns transfers into an organization, contrasting with its sibling template HRFV_TRANSFERS_OUT.
Key Columns
OLD_ORGANIZATION_NAME— the name of the source/previous organization for the transfer, derived from ORG2T.NAME. This is the column most commonly requested by report authors.ORGANIZATION_NAME— the destination (current) organization name, from HOUT.NAME.PERSON_NAME,EMPLOYEE_NUMBER,PERSON_ID— person identification via PPF and HR_PERSON_NAME.TRANSFER_DATE— aliased from PAF.EFFECTIVE_START_DATE, the effective date of the transfer assignment change.ASSIGNMENT_NUMBER,ASSIGNMENT_ID— the assignment business key and surrogate key.BUSINESS_GROUP_NAME,BUSINESS_GROUP_ID— the HR business group context.PERSON_TYPE,EMPLOYMENT_CATEGORY,BUDGET_MEASUREMENT_TYPE— decoded lookups returned through HR_BIS.BIS_DECODE_LOOKUP.GRADE_NAME,JOB_NAME,POSITION_NAME,LOCATION_NAME— descriptive attributes of the assignment.
Common Use Cases and Queries
Typical uses include transfer movement reports, organization realignment audits, and feeds into HR data warehouses. A representative query lists transfers into a target organization during a period, using OLD_ORGANIZATION_NAME to show the origin:
SELECT person_name,
employee_number,
old_organization_name,
organization_name,
transfer_date,
assignment_number
FROM apps.hrfv_transfers_in
WHERE organization_name = 'Vision Operations'
AND transfer_date BETWEEN to_date('01-JAN-2024','DD-MON-YYYY')
AND to_date('31-DEC-2024','DD-MON-YYYY');
For origin-based analysis, report authors filter or group on old_organization_name to count movements from each source organization, which directly supports the "old_organization_name" search intent. A further use case joins the view back to HR_ALL_ORGANIZATION_UNITS_TL on business group to enrich regional or hierarchy context. Because HR_SECURITY is referenced, the view applies row-level security so users see only the people and organizations their security profile permits. In release 12.2.2 the definition is unchanged in functional intent, and the object remains an APPS synonym resolving to the generated flexfield view.
-
View: HRFV_TRANSFERS_IN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_IN, object_name:HRFV_TRANSFERS_IN, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TRANSFERS_IN ,
-
View: HRFV_TRANSFERS_IN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_IN, object_name:HRFV_TRANSFERS_IN, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TRANSFERS_IN ,
-
SYNONYM: PUBLIC.HRFV_TRANSFERS_IN
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HRFV_TRANSFERS_IN, status:VALID,
-
VIEW: APPS.HRFV_TRANSFERS_IN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_IN, object_name:HRFV_TRANSFERS_IN, status:VALID,
-
SYNONYM: APPS.PER_PERSON_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_PERSON_TYPES_TL, status:VALID,
-
SYNONYM: APPS.PER_PERSON_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_PERSON_TYPES_TL, status:VALID,
-
PACKAGE: APPS.HRI_BPL_PERSON_TYPE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HRI_BPL_PERSON_TYPE, status:VALID,
-
PACKAGE: APPS.HRI_BPL_PERSON_TYPE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HRI_BPL_PERSON_TYPE, status:VALID,
-
SYNONYM: APPS.HR_ALL_POSITIONS_F_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_POSITIONS_F_TL, status:VALID,
-
SYNONYM: APPS.PER_GRADES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_GRADES_TL, status:VALID,
-
VIEW: APPS.HRFV_TRANSFERS_IN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_IN, object_name:HRFV_TRANSFERS_IN, status:VALID,
-
SYNONYM: APPS.HR_ALL_POSITIONS_F_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_POSITIONS_F_TL, status:VALID,
-
SYNONYM: APPS.PER_JOBS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_JOBS_TL, status:VALID,
-
SYNONYM: APPS.PER_GRADES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_GRADES_TL, status:VALID,
-
SYNONYM: APPS.PER_JOBS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_JOBS_TL, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.HR_PERSON_NAME
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
PACKAGE: APPS.HR_BIS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
PACKAGE: APPS.HR_BIS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.PER_PERSON_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_PERSON_TYPES, status:VALID,
-
SYNONYM: APPS.PER_PERSON_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_PERSON_TYPES, status:VALID,
-
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,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.PER_ASSIGNMENT_STATUS_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ASSIGNMENT_STATUS_TYPES, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.PER_ASSIGNMENT_STATUS_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ASSIGNMENT_STATUS_TYPES, status:VALID,
-
VIEW: APPS.HR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOOKUPS, object_name:HR_LOOKUPS, status:VALID,
-
VIEW: APPS.HR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOOKUPS, object_name:HR_LOOKUPS, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_ASSIGNMENTS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_ASSIGNMENTS_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.HR_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_API, status:VALID,
-
PACKAGE: APPS.HR_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_API, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
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 ,