Search Results per_perf_mgmt_plans




The PER_PERF_MGMT_PLANS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for performance management plan data within the Oracle Human Capital Management (HCM) module. This table stores configuration and transactional details related to performance management plans, which are structured frameworks used to evaluate employee performance, set objectives, and align individual goals with organizational strategies. Below is a detailed breakdown of its structure, functionality, and integration within Oracle EBS.

Table Structure and Key Columns

The PER_PERF_MGMT_PLANS table consists of columns that define performance plans, including identifiers, metadata, and status indicators. Key columns include:
  • PERF_MGMT_PLAN_ID: Primary key uniquely identifying each performance plan.
  • NAME: Descriptive name of the performance plan.
  • BUSINESS_GROUP_ID: Links the plan to a specific business group, enabling multi-org support.
  • PLAN_STATUS: Indicates the plan's lifecycle stage (e.g., "Draft," "Active," or "Closed").
  • START_DATE and END_DATE: Define the plan's validity period.
  • APPRAISAL_TEMPLATE_ID: References the appraisal template (PER_APPRAISAL_TEMPLATES) used for evaluations.
  • OBJECT_VERSION_NUMBER: Tracks record versioning for concurrency control.

Functional Role in Performance Management

Performance plans in Oracle EBS serve as containers for objectives, competencies, and appraisal processes. The PER_PERF_MGMT_PLANS table acts as the backbone for:
  • Plan Configuration: Stores master data such as eligibility rules, rating scales, and approval workflows.
  • Employee Participation: Tracks employee assignments to plans via child tables like PER_PERF_MGMT_PARTICIPANTS.
  • Integration with Appraisals: Links to appraisal templates (PER_APPRAISALS) to standardize evaluation criteria.
  • Reporting and Analytics: Provides data for Oracle BI Publisher or custom reports on performance trends.

Integration with Other Modules

The table integrates with several Oracle EBS modules:
  • Oracle HRMS: Synchronizes with PER_ALL_PEOPLE_F for employee data and PER_ALL_ASSIGNMENTS_F for job roles.
  • Oracle Learning Management (OLM): Aligns performance gaps with training recommendations via OTA_TRAINING_PLANS.
  • Oracle Compensation Workbench: Links performance ratings to compensation decisions using PYC_RT_MATRIX_DEFINITIONS.

Technical Considerations

  • Indexing: Performance-critical queries often leverage indexes on PERF_MGMT_PLAN_ID, BUSINESS_GROUP_ID, and PLAN_STATUS.
  • APIs: Custom integrations typically use Oracle's HCM APIs (e.g., PER_PERF_MGMT_PLAN_API) to manipulate data, avoiding direct DML.
  • Audit Trails: Changes are logged in PER_PERF_MGMT_PLANS_AUDIT for compliance.

Upgrade Implications (12.1.1 to 12.2.2)

In 12.2.2, Oracle introduced enhancements like:
  • Support for simplified UI configurations via PER_PERSON_DASHBOARD_CARDS.
  • Enhanced mobile compatibility for plan approvals.
  • Additional columns for granular access control (e.g., SECURITY_GROUP_ID).

Conclusion

The PER_PERF_MGMT_PLANS table is a cornerstone of Oracle EBS HCM's performance management functionality, enabling organizations to systematically track and improve employee performance. Its design ensures scalability, integration flexibility, and compliance with organizational hierarchies, making it indispensable for enterprises leveraging Oracle EBS 12.1.1 or 12.2.2.

  • Table: PER_PERF_MGMT_PLANS 12.1.1

    owner:HR,  object_type:TABLE,  fnd_design_data:PER.PER_PERF_MGMT_PLANS,  object_name:PER_PERF_MGMT_PLANS,  status:VALID,  product: PER - Human Resourcesdescription: This table holds Performance Management Plans - a plan that controls and automates goal setting and performance management by defining the time-period, the people, and the process. ,  implementation_dba_data: HR.PER_PERF_MGMT_PLANS

  • Table: PER_PERF_MGMT_PLANS 12.2.2

    owner:HR,  object_type:TABLE,  fnd_design_data:PER.PER_PERF_MGMT_PLANS,  object_name:PER_PERF_MGMT_PLANS,  status:VALID,  product: PER - Human Resourcesdescription: This table holds Performance Management Plans - a plan that controls and automates goal setting and performance management by defining the time-period, the people, and the process. ,  implementation_dba_data: HR.PER_PERF_MGMT_PLANS