DBA Data[Home] [Help]

APPS.PER_PMP_DEL dependencies on PER_PERF_MGMT_PLANS

Line 61: -- Delete the per_perf_mgmt_plans row.

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: -- Delete the per_perf_mgmt_plans row.
62: --
63: delete from per_perf_mgmt_plans
64: where plan_id = p_rec.plan_id;
65: --

Line 63: delete from per_perf_mgmt_plans

59: --
60: --
61: -- Delete the per_perf_mgmt_plans row.
62: --
63: delete from per_perf_mgmt_plans
64: where plan_id = p_rec.plan_id;
65: --
66: --
67: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 296: (p_module_name => 'PER_PERF_MGMT_PLANS'

292: --
293: when hr_api.cannot_find_prog_unit then
294: --
295: hr_api.cannot_find_prog_unit_error
296: (p_module_name => 'PER_PERF_MGMT_PLANS'
297: ,p_hook_type => 'AD');
298: --
299: end;
300: --