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 ,
-
APPS.HXT_RETRO_PA dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PER_PPC_BUS dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PER_ZA_EMPLOYMENT_EQUITY_PKG dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PQH_PQIPED6_XMLP_PKG dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.BEN_IRC_UTIL dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.PER_ASSIGNMENTS_F_PKG dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HR_ENTRY_API dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HR_H2PI_PERSON_UPLOAD dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PERWSEPY_PKG dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.BEN_CWB_PERSON_INFO_PKG dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HRI_OLTP_DISC_SALARY dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HR_PERSON_DELETE dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HR_PAY_RATE_GSP_SS dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PER_QH_MAINTAIN_UPDATE dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.HR_ENTRY_API dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.HR_PAY_RATE_SS dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HR_CHANGE_START_DATE_API dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HR_ASSIGNMENT dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.PER_PYP_SHD dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_PRO_LER dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_EXT_CHLG dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_CWB_BACK_OUT_CONC dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.IRC_OFFERS_SWI dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.BEN_EXT_CHLG dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.PER_SALADMIN_UTILITY dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.PERWSEPY_PKG dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.HREMPTER dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PQH_SS_WORKFLOW dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_EFC_ADJUSTMENTS dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PAY_EMP_ACTION_ARCH dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_WHATIF_ELIG dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_PRO_LER dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.HXT_TD_UTIL dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.PER_PYP_BUS dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.PER_PRV_BUS dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_CWB_BACK_OUT_CONC dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PER_PEOPLE12_PKG dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.IRC_OFFERS_SWI dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_CWB_POST_PROCESS dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PER_VIEWS_PKG dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.PQP_US_PENSION_EXTRACTS dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.BEN_IRC_UTIL dependencies on PER_PAY_PROPOSALS
12.2.2
-
APPS.PQH_PSF_BUS dependencies on PER_PAY_PROPOSALS
12.1.1
-
APPS.BEN_EXT_CHLG dependencies on PER_PAY_PROPOSALS
12.2.2