Search Results per_pay_proposals
Overview
The PER_PAY_PROPOSALS table is a core data object within the Oracle E-Business Suite Human Resources (HR) module, specifically in releases 12.1.1 and 12.2.2. It serves as the central repository for recording and managing salary proposals and performance review information linked to employee assignments. This table is integral to the compensation management lifecycle, capturing proposed changes to an employee's remuneration, which may be initiated by events such as promotions, merit increases, or adjustments following a performance review. Its data is critical for approval workflows, historical tracking of compensation changes, and integration with payroll processing.
Key Information Stored
The table's primary key is PAY_PROPOSAL_ID, which uniquely identifies each salary proposal record. Based on the documented foreign key relationships, other critical columns include EVENT_ID, which links the proposal to a specific HR event (like a promotion) in the PER_EVENTS table; BUSINESS_GROUP_ID, which ties the record to the organizational security context via HR_ALL_ORGANIZATION_UNITS; and PERFORMANCE_REVIEW_ID, which associates the salary proposal with a formal assessment in the PER_PERFORMANCE_REVIEWS table. While the full column list is not provided in the excerpt, typical data stored includes the proposed salary amount, change percentage, effective date, approval status, and the assignment identifier (ASSIGNMENT_ID) for the affected employee.
Common Use Cases and Queries
This table is central to compensation reporting and audit processes. Common use cases include generating reports on pending salary proposals for managerial approval, analyzing historical salary progression for employees, and verifying that payroll runs reflect approved changes. A typical query might join PER_PAY_PROPOSALS with PER_ALL_PEOPLE_F and PER_ALL_ASSIGNMENTS_F to list active proposals for a business group. For performance-linked compensation analysis, a report would join PER_PAY_PROPOSALS with PER_PERFORMANCE_REVIEWS. Developers often interact with this table indirectly via standard HR APIs for creating and updating proposals to maintain data integrity. Sample SQL to find proposals for a specific employee could be:
- SELECT ppp.* FROM hr.per_pay_proposals ppp, hr.per_all_assignments_f paf WHERE ppp.assignment_id = paf.assignment_id AND paf.person_id = <person_id> AND SYSDATE BETWEEN paf.effective_start_date AND paf.effective_end_date;
Related Objects
As indicated by the foreign keys, PER_PAY_PROPOSALS has strong dependencies on several key HR tables. It is a child table of PER_EVENTS, HR_ALL_ORGANIZATION_UNITS, and PER_PERFORMANCE_REVIEWS. Conversely, it is a parent table to PER_PAY_PROPOSAL_COMPONENTS, which holds the detailed breakdown of the proposed salary (e.g., base pay, allowances). This relationship is crucial for managing complex compensation structures. The table is also referenced by various HRMS views and is manipulated through public Oracle HRMS APIs, which ensure all business rules and validations are applied during transaction processing.
-
Table: PER_PAY_PROPOSALS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_PROPOSALS, object_name:PER_PAY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Salary proposals and performance review information for employee assignments. , implementation_dba_data: HR.PER_PAY_PROPOSALS ,
-
Table: PER_PAY_PROPOSALS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_PROPOSALS, object_name:PER_PAY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Salary proposals and performance review information for employee assignments. , implementation_dba_data: HR.PER_PAY_PROPOSALS ,
-
Table: PER_PERFORMANCE_REVIEWS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS, object_name:PER_PERFORMANCE_REVIEWS, status:VALID, product: PER - Human Resources , description: Performance review information for employees. , implementation_dba_data: HR.PER_PERFORMANCE_REVIEWS ,
-
Table: PER_PERFORMANCE_REVIEWS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS, object_name:PER_PERFORMANCE_REVIEWS, status:VALID, product: PER - Human Resources , description: Performance review information for employees. , implementation_dba_data: HR.PER_PERFORMANCE_REVIEWS ,
-
Table: PER_PAY_PROPOSALS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_PROPOSALS_EFC, object_name:PER_PAY_PROPOSALS_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the PER_PAY_PROPOSALS table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.PER_PAY_PROPOSALS_EFC ,
-
Table: PER_PAY_PROPOSALS_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_PROPOSALS_EFC, object_name:PER_PAY_PROPOSALS_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the PER_PAY_PROPOSALS table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.PER_PAY_PROPOSALS_EFC ,
-
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 ,
-
Table: PER_EVENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_EVENTS, object_name:PER_EVENTS, status:VALID, product: PER - Human Resources , description: Record of events such as interviews and appraisals for applicants and employees. , implementation_dba_data: HR.PER_EVENTS ,
-
Table: PER_EVENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_EVENTS, object_name:PER_EVENTS, status:VALID, product: PER - Human Resources , description: Record of events such as interviews and appraisals for applicants and employees. , implementation_dba_data: HR.PER_EVENTS ,
-
View: HR_H2PI_SALARIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_SALARIES_V, object_name:HR_H2PI_SALARIES_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for salaries , implementation_dba_data: APPS.HR_H2PI_SALARIES_V ,
-
View: HR_H2PI_SALARIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_SALARIES_V, object_name:HR_H2PI_SALARIES_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for salaries , implementation_dba_data: APPS.HR_H2PI_SALARIES_V ,
-
View: PER_PAY_PROPOSALS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V2, object_name:PER_PAY_PROPOSALS_V2, status:VALID, product: PER - Human Resources , description: Used to support user-interface , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V2 ,
-
View: HRFV_SALARY_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_COMPONENTS, object_name:HRFV_SALARY_COMPONENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARY_COMPONENTS ,
-
View: HRFV_SALARY_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARY_COMPONENTS, object_name:HRFV_SALARY_COMPONENTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARY_COMPONENTS ,
-
View: HRU_SALARY_PROPOSALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRU_SALARY_PROPOSALS, object_name:HRU_SALARY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Lists salary proposals including their components, also used to upload slary proposals via ADE. , implementation_dba_data: APPS.HRU_SALARY_PROPOSALS ,
-
View: HRU_SALARY_PROPOSALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRU_SALARY_PROPOSALS, object_name:HRU_SALARY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Lists salary proposals including their components, also used to upload slary proposals via ADE. , implementation_dba_data: APPS.HRU_SALARY_PROPOSALS ,
-
View: PER_PAY_PROPOSALS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V2, object_name:PER_PAY_PROPOSALS_V2, status:VALID, product: PER - Human Resources , description: Used to support user-interface , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V2 ,
-
View: PER_FULL_SALARY_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_FULL_SALARY_HISTORY_V, object_name:PER_FULL_SALARY_HISTORY_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_FULL_SALARY_HISTORY_V ,
-
View: PER_FULL_SALARY_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_FULL_SALARY_HISTORY_V, object_name:PER_FULL_SALARY_HISTORY_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_FULL_SALARY_HISTORY_V ,
-
View: PER_PAY_PROPOSALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID, product: PER - Human Resources , description: Employee salary proposal and performance review information. , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V ,
-
View: HR_ADP_ASSIGNMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_ASSIGNMENT_V, object_name:HR_ADP_ASSIGNMENT_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_ASSIGNMENT_V ,
-
View: PER_PAY_PROPOSALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID, product: PER - Human Resources , description: Employee salary proposal and performance review information. , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V ,
-
View: HR_ADP_ASSIGNMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_ASSIGNMENT_V, object_name:HR_ADP_ASSIGNMENT_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_ASSIGNMENT_V ,
-
View: HRFV_SALARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARIES, object_name:HRFV_SALARIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARIES ,
-
View: HRFV_SALARIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARIES, object_name:HRFV_SALARIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARIES ,
-
View: HR_CERIDIAN_500_ASSIGNMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_ASSIGNMENT_V, object_name:HR_CERIDIAN_500_ASSIGNMENT_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_ASSIGNMENT_V ,
-
View: HR_CERIDIAN_500_ASSIGNMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_ASSIGNMENT_V, object_name:HR_CERIDIAN_500_ASSIGNMENT_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_ASSIGNMENT_V ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,