Search Results per_pay_proposals
The PER_PAY_PROPOSALS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Human Resources (HR) and Payroll modules. It serves as the primary repository for salary change proposals, capturing data related to compensation adjustments, promotions, and other pay-related modifications for employees. This table plays a pivotal role in managing employee compensation workflows, ensuring data integrity, and facilitating audit trails for payroll processing.
Table Structure and Key Columns
The PER_PAY_PROPOSALS table contains several key columns that define its functionality:
- PAY_PROPOSAL_ID: The primary key, uniquely identifying each salary proposal.
- ASSIGNMENT_ID: References PER_ALL_ASSIGNMENTS_F, linking the proposal to an employee assignment.
- CHANGE_DATE: The effective date of the proposed salary change.
- PROPOSED_SALARY_N: The new proposed salary value.
- APPROVED: A flag indicating whether the proposal has been approved (Y/N).
- BUSINESS_GROUP_ID: Associates the proposal with a specific business group.
- LAST_UPDATE_DATE, LAST_UPDATED_BY: Audit columns tracking changes.
Functional Role in Oracle HR/Payroll
The PER_PAY_PROPOSALS table supports several critical business processes:
- Salary Administration: Stores all proposed salary changes before they are approved and implemented in the payroll system.
- Workflow Integration: Works with Oracle Workflow to route compensation changes for approval.
- Historical Tracking: Maintains a complete history of salary change proposals for compliance and reporting.
- Payroll Processing: Approved proposals feed into the payroll engine for accurate compensation calculations.
Integration Points
The table integrates with several other Oracle EBS components:
- PER_ALL_ASSIGNMENTS_F: For employee assignment details.
- PER_PERSONNEL_ACTIONS: For tracking HR actions related to pay changes.
- PAY_ELEMENT_ENTRIES_F: For linking salary changes to compensation elements.
- Oracle Approvals Management (AME): For complex approval routing.
Technical Considerations
Key technical aspects of PER_PAY_PROPOSALS include:
- Effective-dated structure (though not versioned like assignment tables).
- Dependent on assignment data - proposals become invalid if assignments change.
- Subject to HR security rules - visibility controlled by security profiles.
- Accessed primarily through Oracle HR APIs for data integrity.
Customization and Extension
Common customization scenarios include:
- Adding custom columns for local compensation requirements.
- Creating triggers for additional validation logic.
- Developing custom approval workflows beyond standard functionality.
- Building interfaces to external compensation systems.
Best Practices
When working with this table:
- Always use Oracle HR APIs rather than direct DML.
- Maintain proper indexing on assignment_id and business_group_id.
- Regularly archive historical proposals to maintain performance.
- Implement comprehensive audit trails for sensitive compensation data.
The PER_PAY_PROPOSALS table is fundamental to compensation management in Oracle EBS, providing the structural foundation for salary administration while maintaining integration with core HR and payroll processes. Proper understanding and management of this table is essential for accurate payroll processing and compliance with compensation policies.
-
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.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: 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 ,
-
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 ,
-
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 ,
-
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: 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: 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.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_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_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.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: 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: 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.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 ,
-
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 ,
-
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 ,