DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on PER_WPM_APPRAISAL_SUMMARY

Line 5437: delete PER_WPM_APPRAISAL_SUMMARY

5433: --remove the plan details from hierarchy table as plan is rolled back.
5434: delete PER_WPM_PLAN_HIERARCHY
5435: where PLAN_ID = p_plan_id;
5436: --remove the plan details from Appraisal Summary table as plan is rolled back.
5437: delete PER_WPM_APPRAISAL_SUMMARY
5438: where PLAN_ID = p_plan_id;
5439:
5440: --7294077
5441: for j in 1..person_ids.count loop