Search Results person_end_date
Overview
APPS.HRFV_GRADE_RATE_ASGS_BG is a Business view template (Business Group–secured) from which the Oracle E-Business Suite flexfield view for grade rate assignments is generated. It belongs to the PER — Human Resources product family and carries a VALID status in the ETRM registry for releases 12.1.1 and 12.2.2. The view consolidates assignment, people, grade, pay basis, rate, and grade rule information into a single denormalized row, one row per assignment/grade-rule/rate combination for employee-type assignments (ASG.ASSIGNMENT_TYPE = 'E') tied to grade-level rate types (GRL.RATE_TYPE = 'G').
Its primary role is reporting and integration: it supplies grade rate values, grade minimums, mid values, and maximums in the context of a specific person and assignment, along with effective-dating boundaries for the person, the assignment, and the grade rule. Because it is a "business view template," it is designed as the base from which a flexfield (DFF) view is generated — the literal column '_DF:PAY:PAY_RATES:RAT' in the view text indicates that the descriptive flexfield context for PAY_RATES (RAT) is exposed so that attribute columns can be appended during generation.
Underlying Base Objects
The view is defined over the following documented objects:
- PAY_GRADE_RULES_F (synonym) — grade/step rate rules; joined on GRADE_OR_SPINAL_POINT_ID to the assignment's GRADE_ID and filtered to RATE_TYPE = 'G'.
- PAY_RATES (synonym) — rate definitions, providing the rate name and unit of measure.
- PER_GRADES_TL (synonym) — grade translation rows supplying the grade name.
- PER_ASSIGNMENTS_F (view) — the assignment effective-dated records; drives ASSIGNMENT_START_DATE / ASSIGNMENT_END_DATE.
- PER_ALL_PEOPLE_F (synonym) — person effective-dated records supplying PERSON_START_DATE / PERSON_END_DATE and the full name.
- PER_PAY_BASES (synonym) — pay basis and rate basis lookups, plus the grade annualization factor.
- HR_BIS, HR_GENERAL, HR_SECURITY (packages) — utility packages used for lookup decoding (HR_BIS.BIS_DECODE_LOOKUP) and standard business-group security enforcement.
Date alignment is enforced via overlapping-range predicates between PER_ALL_PEOPLE_F and PER_ASSIGNMENTS_F, and similarly between the assignment and PAY_GRADE_RULES_F, so each returned row respects the effective-dating of all three entities.
Key Columns
- PERSON_NAME, PERSON_ID — person identity from PER_ALL_PEOPLE_F.
- GRADE_NAME, GRADE_ID — grade from PER_GRADES_TL.
- SALARY_BASIS, GRADE_RATE_BASIS, GRADE_ANNUALIZATION_FACTOR — pay basis context from PER_PAY_BASES.
- GRADE_RATE_NAME, GRADE_RATE_VALUE, GRADE_MAXIMUM, GRADE_MID_VALUE, GRADE_MINIMUM — the rate rule values and grade range boundaries.
- UNIT_OF_MEASURE — decoded RATE_UOM via HR_BIS.BIS_DECODE_LOOKUP('UNITS', ...).
- ASSIGNMENT_START_DATE, ASSIGNMENT_END_DATE — the effective dates of the assignment, the column most often searched for when filtering assignment validity.
- PERSON_START_DATE, PERSON_END_DATE, GRADE_RULE_START_DATE, GRADE_RULE_END_DATE — supporting effective-date boundaries for person and grade rule records.
- ASSIGNMENT_ID, ORGANIZATION_ID, JOB_ID, POSITION_ID, LOCATION_ID, BUSINESS_GROUP_ID, GRADE_RULE_ID, RATE_ID, PAY_BASIS_ID — key and foreign-key identifiers for joins and drill-downs.
Common Use Cases and Queries
Typical applications include compensation analysis, grade-rate validation during payroll or element entry, and reporting that must align a person's assignment effective dates with the applicable grade rate. A representative query filtering on assignment start date, the exact term the user searched for:
- Rate lookup for a person as of a date: SELECT PERSON_NAME, GRADE_NAME, GRADE_RATE_VALUE, UNIT_OF_MEASURE FROM HRFV_GRADE_RATE_ASGS_BG WHERE PERSON_ID = :p_person AND TRUNC(:p_date) BETWEEN ASSIGNMENT_START_DATE AND ASSIGNMENT_END_DATE;
- Grade range audit: SELECT GRADE_NAME, GRADE_MINIMUM, GRADE_MID_VALUE, GRADE_MAXIMUM, GRADE_RATE_VALUE FROM HRFV_GRADE_RATE_ASGS_BG WHERE GRADE_ID = :p_grade ORDER BY GRADE_RULE_START_DATE;
- Effective-dated assignment history: SELECT ASSIGNMENT_ID, ASSIGNMENT_START_DATE, ASSIGNMENT_END_DATE, GRADE_RATE_NAME FROM HRFV_GRADE_RATE_ASGS_BG WHERE PERSON_ID = :p_person ORDER BY ASSIGNMENT_START_DATE DESC;
Because the view is business-group secured and template-driven, it is generally used for reporting and integration rather than direct DML. Confirm the generated flexfield view name and any site-specific DFF attributes against the actual database before relying on the template itself in production code.
-
View: HRFV_GRADE_RATE_ASGS_BG
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GRADE_RATE_ASGS_BG, object_name:HRFV_GRADE_RATE_ASGS_BG, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GRADE_RATE_ASGS_BG ,
-
View: PAY_KR_NP_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_NP_ADJ_V, object_name:PAY_KR_NP_ADJ_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_NP_ADJ_V ,
-
View: PAY_ASGS_WITHOUT_PAYROLLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASGS_WITHOUT_PAYROLLS_V, object_name:PAY_ASGS_WITHOUT_PAYROLLS_V, status:VALID, product: PAY - Payroll , description: Report view , implementation_dba_data: APPS.PAY_ASGS_WITHOUT_PAYROLLS_V ,
-
View: PAY_KR_EMP_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_EMP_DETAILS_V, object_name:PAY_KR_EMP_DETAILS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_EMP_DETAILS_V ,
-
VIEW: APPS.PAY_ASGS_WITHOUT_PAYROLLS_V
12.2.2
-
VIEW: APPS.PAY_ASGS_WITHOUT_PAYROLLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASGS_WITHOUT_PAYROLLS_V, object_name:PAY_ASGS_WITHOUT_PAYROLLS_V, status:VALID,
-
View: PAY_ASGS_WITHOUT_PAYROLLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASGS_WITHOUT_PAYROLLS_V, object_name:PAY_ASGS_WITHOUT_PAYROLLS_V, status:VALID, product: PAY - Payroll , description: Report view , implementation_dba_data: APPS.PAY_ASGS_WITHOUT_PAYROLLS_V ,
-
VIEW: APPS.HRFV_GRADE_RATE_ASGS_BG
12.2.2
-
VIEW: APPS.PAY_KR_EMP_DETAILS_V
12.1.1
-
VIEW: APPS.PAY_KR_EMP_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_EMP_DETAILS_V, object_name:PAY_KR_EMP_DETAILS_V, status:VALID,
-
VIEW: APPS.PAY_ASGS_WITHOUT_PAYROLLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASGS_WITHOUT_PAYROLLS_V, object_name:PAY_ASGS_WITHOUT_PAYROLLS_V, status:VALID,
-
VIEW: APPS.PAY_KR_NP_ADJ_V
12.2.2
-
View: PAY_KR_EMP_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_EMP_DETAILS_V, object_name:PAY_KR_EMP_DETAILS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_EMP_DETAILS_V ,
-
VIEW: APPS.PAY_KR_EMP_DETAILS_V
12.2.2
-
View: PAY_KR_NP_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_NP_ADJ_V, object_name:PAY_KR_NP_ADJ_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_NP_ADJ_V ,
-
VIEW: APPS.PAY_KR_NP_ADJ_V
12.1.1
-
VIEW: APPS.HRFV_GRADE_RATE_ASGS_BG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GRADE_RATE_ASGS_BG, object_name:HRFV_GRADE_RATE_ASGS_BG, status:VALID,
-
VIEW: APPS.PAY_ASGS_WITHOUT_PAYROLLS_V
12.1.1
-
View: HRFV_GRADE_RATE_ASGS_BG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GRADE_RATE_ASGS_BG, object_name:HRFV_GRADE_RATE_ASGS_BG, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GRADE_RATE_ASGS_BG ,
-
VIEW: APPS.HRFV_GRADE_RATE_ASGS_BG
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GRADE_RATE_ASGS_BG, object_name:HRFV_GRADE_RATE_ASGS_BG, status:VALID,
-
VIEW: APPS.PAY_KR_NP_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_NP_ADJ_V, object_name:PAY_KR_NP_ADJ_V, status:VALID,
-
VIEW: APPS.PAY_KR_NP_ADJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_NP_ADJ_V, object_name:PAY_KR_NP_ADJ_V, status:VALID,
-
VIEW: APPS.HRFV_GRADE_RATE_ASGS_BG
12.1.1
-
VIEW: APPS.PAY_KR_EMP_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_EMP_DETAILS_V, object_name:PAY_KR_EMP_DETAILS_V, status:VALID,
-
VIEW: APPS.HRIFV_PERIOD_OF_WORK
12.1.1
owner:APPS, object_type:VIEW, object_name:HRIFV_PERIOD_OF_WORK, status:VALID,
-
VIEW: APPS.HRFV_APPLICANT_DETAILS
12.2.2
owner:APPS, object_type:VIEW, object_name:HRFV_APPLICANT_DETAILS, status:VALID,
-
VIEW: APPS.HRIFV_PERIOD_OF_WORK
12.2.2
owner:APPS, object_type:VIEW, object_name:HRIFV_PERIOD_OF_WORK, status:VALID,
-
VIEW: APPS.HRFV_APPLICANT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, object_name:HRFV_APPLICANT_DETAILS, status:VALID,
-
VIEW: APPS.HRIFV_PERIOD_OF_WORK
12.2.2
-
VIEW: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_ASSIGNMENT_HISTORY, object_name:HRFV_PERSON_ASSIGNMENT_HISTORY, status:VALID,
-
View: HRFV_PERSON_ASSIGNMENT_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_ASSIGNMENT_HISTORY, object_name:HRFV_PERSON_ASSIGNMENT_HISTORY, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY ,
-
VIEW: APPS.HRIFV_PERIOD_OF_WORK
12.1.1
-
VIEW: APPS.HRBV_PEOPLE_ASSIGNMENT
12.1.1
owner:APPS, object_type:VIEW, object_name:HRBV_PEOPLE_ASSIGNMENT, status:VALID,
-
VIEW: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_ASSIGNMENT_HISTORY, object_name:HRFV_PERSON_ASSIGNMENT_HISTORY, status:VALID,
-
View: HRFV_PERSON_ASSIGNMENT_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PERSON_ASSIGNMENT_HISTORY, object_name:HRFV_PERSON_ASSIGNMENT_HISTORY, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY ,
-
VIEW: APPS.HRBV_PEOPLE_ASSIGNMENT
12.2.2
owner:APPS, object_type:VIEW, object_name:HRBV_PEOPLE_ASSIGNMENT, status:VALID,
-
VIEW: APPS.HRFV_APPLICANT_DETAILS
12.2.2
-
VIEW: APPS.HRFV_APPLICANT_DETAILS
12.1.1
-
VIEW: APPS.HRBV_PEOPLE_ASSIGNMENT
12.2.2
-
VIEW: APPS.HRBV_PEOPLE_ASSIGNMENT
12.1.1
-
VIEW: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY
12.2.2
-
View: PA_XC_PROJECT_PEOPLE_V
12.1.1
product: PA - Projects , description: View List of People for a Specified Project , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HRFV_PERSON_ASSIGNMENT_HISTORY
12.1.1
-
View: PA_XC_PROJECT_PEOPLE_V
12.2.2
product: PA - Projects , description: View List of People for a Specified Project , implementation_dba_data: Not implemented in this database ,
-
eTRM - PAY Tables and Views
12.1.1
description: Temporary table used to hold invalid location addresses. ,
-
eTRM - PAY Tables and Views
12.2.2
description: Temporary table used to hold invalid location addresses. ,
-
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 ,