DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on PER_WPM_APPRAISAL_SUMMARY

Line 7238: DELETE per_wpm_appraisal_summary

7234: DELETE per_wpm_plan_hierarchy
7235: WHERE plan_id = p_plan_id;
7236:
7237: --remove the plan details from Appraisal Summary table as plan is rolled back.
7238: DELETE per_wpm_appraisal_summary
7239: WHERE plan_id = p_plan_id;
7240:
7241: --7294077
7242: IF (l_plan_rec.notify_population_flag = 'Y')