Search Results effective_to_date_nn
Overview
APPS.HRFV_SALARY_PRO is a Business Intelligence System (BIS) view owned by the APPS schema and registered in FND Design Data under the product short name PER as PER.HRFV_SALARY_PRO. Its status is VALID across Oracle EBS 12.1.1 and 12.2.2. The view presents salary information together with the date range over which each salary record is effective, drawing on the pay proposal and pay basis model in Oracle HRMS. Because it is a BIS view rather than a transactional table, it is intended for reporting, extract, and integration workloads where a denormalized, human-readable projection of salary data is required, including descriptive text for coded values such as approval status, pay basis, and multiple components.
Underlying Base Objects
The view is defined over a set of HRMS and payroll synonyms, views, and packages supplied by the PER and PAY products. The documented base objects are:
- PER_PAY_PROPOSALS and PER_PAY_BASES — the primary salary and pay basis sources.
- PER_ALL_PEOPLE_F and PER_ASSIGNMENTS_F — person and assignment context, including employee and assignment numbers.
- PER_TIME_PERIOD_TYPES — fiscal period definitions used by the annualization and number-per-fiscal-year columns.
- PAY_PAYROLLS_F, PAY_ELEMENT_TYPES_F, and PAY_INPUT_VALUES_F — payroll and element context for salary elements.
- HR_ALL_ORGANIZATION_UNITS_TL — business group and organization name resolution.
- HR_BIS, HR_GENERAL, and HR_SECURITY — the BIS view framework, general lookup utilities, and row-level security enforcement.
Because HR_SECURITY is referenced, the view honors HRMS security profiles, so a query returns only the salary records the logged-in responsibility is permitted to see. The EFFECTIVE_TO_DATE_NN column reflects the standard HRMS effective-dating convention of substituting a high sentinel date for open-ended records.
Key Columns
The view exposes both descriptive and coded representations of the same attributes. Key columns include:
- SALARY_AMOUNT, ANNUALIZATION_FACTOR, ANNUAL_SALARY, and CURRENCY — the raw salary value, its annualization multiplier, the resulting annual figure, and the currency of the record.
- EFFECTIVE_FROM_DATE, EFFECTIVE_TO_DATE, and EFFECTIVE_TO_DATE_NN — the validity window of the salary row.
- APPROVED and APPROVED_CODE — the human-readable and coded approval state of the proposal.
- PAY_BASIS, PAY_BASIS_CODE, and PAY_BASIS_ID — the pay basis description, its code, and the underlying pay basis identifier.
- MULTIPLE_COMPONENTS and MULTIPLE_COMPONENTS_CODE — the descriptive text and the coded value indicating whether the salary is composed of multiple components.
- SALARY_BASES, RANKING, WORKING_HOURS_AMOUNT, WORKING_HOURS_FREQUENCY, and NUMBER_PER_FISCAL_YEAR — supporting salary administration attributes.
- Descriptive context such as BUSINESS_GROUP_NAME, PERSON_NAME, EMPLOYEE_NUMBER, ASSIGNMENT_NUMBER, and PAYROLL.
- Identifier columns including PERSON_ID, ASSIGNMENT_ID, BUSINESS_GROUP_ID, ORGANIZATION_ID, JOB_ID, GRADE_ID, POSITION_ID, PAYROLL_ID, PAY_PROPOSAL_ID, EVENT_ID, RATE_ID, and ELEMENT_TYPE_ID for joins back to transactional tables.
The search term "multiple_components_code" maps directly to the MULTIPLE_COMPONENTS_CODE column, which carries the coded value of the multiple components flag; MULTIPLE_COMPONENTS carries its descriptive equivalent.
Common Use Cases and Queries
Typical uses include salary extract reporting, audit of effective-dated salary changes, and integration feeds that require a single flattened row per salary record. To isolate rows involving multiple salary components, filter on the coded column:
- SELECT person_name, employee_number, salary_amount, currency, effective_from_date, multiple_components_code FROM apps.hrfv_salary_pro WHERE multiple_components_code IS NOT NULL;
- SELECT employee_number, annual_salary, pay_basis_code, approved_code FROM apps.hrfv_salary_pro WHERE effective_from_date >= :p_from_date AND effective_to_date_nn >= :p_from_date;
- SELECT assignment_id, salary_amount, multiple_components, pay_basis FROM apps.hrfv_salary_pro WHERE assignment_id = :p_assignment_id ORDER BY effective_from_date DESC;
Queries should always be executed from a responsibility whose security profile grants the required access, since HR_SECURITY filtering is applied within the view definition itself.
-
VIEW: APPS.HRFV_SALARY_PRO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_PRO, object_name:HRFV_SALARY_PRO, status:VALID,
-
View: HRIFV_SALPREV_PRO
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HRIFV_SAL_PRO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_SAL_PRO, object_name:HRIFV_SAL_PRO, status:VALID,
-
View: HRIFV_SAL_PRO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_SAL_PRO, object_name:HRIFV_SAL_PRO, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , description: This gives the Salary based on the Salary Proposal with an effective date range , implementation_dba_data: APPS.HRIFV_SAL_PRO ,
-
View: HRFV_SALARY_PRO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_PRO, object_name:HRFV_SALARY_PRO, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARY_PRO ,
-
View: HRFV_SALARY_PRO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_PRO, object_name:HRFV_SALARY_PRO, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARY_PRO ,
-
View: HRIFV_SALPREV_PRO
12.1.1
product: HRI - Human Resources Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HRFV_SALARY_PRO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_PRO, object_name:HRFV_SALARY_PRO, status:VALID,
-
VIEW: APPS.HRFV_SALARY_PRO
12.1.1
-
View: HRIFV_SAL_PRO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_SAL_PRO, object_name:HRIFV_SAL_PRO, status:VALID, product: HRI - Human Resources Intelligence , description: This gives the Salary based on the Salary Proposal with an effective date range , implementation_dba_data: APPS.HRIFV_SAL_PRO ,
-
VIEW: APPS.HRIFV_SAL_PRO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_SAL_PRO, object_name:HRIFV_SAL_PRO, status:VALID,
-
VIEW: APPS.HRFV_SALARY_PRO
12.2.2
-
APPS.HRI_OLTP_DISC_SALARY SQL Statements
12.1.1
-
APPS.HRI_OLTP_DISC_SALARY SQL Statements
12.2.2
-
VIEW: APPS.HRIFV_SAL_PRO
12.2.2
-
VIEW: APPS.HRIFV_SAL_PRO
12.1.1
-
PACKAGE BODY: APPS.HRI_OLTP_DISC_SALARY
12.1.1
-
PACKAGE BODY: APPS.HRI_OLTP_DISC_SALARY
12.2.2
-
APPS.HRI_OLTP_DISC_SALARY dependencies on HRIFV_SAL_PRO
12.2.2
-
APPS.HRI_OLTP_DISC_SALARY dependencies on HRIFV_SAL_PRO
12.1.1
-
eTRM - HRI Tables and Views
12.2.2
description: Supervisor Hierarchy Summary Table ,
-
eTRM - HRI Tables and Views
12.1.1
-
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 ,