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 300: (p_module_name => 'PER_PERF_MGMT_PLANS'

296: --
297: when hr_api.cannot_find_prog_unit then
298: --
299: hr_api.cannot_find_prog_unit_error
300: (p_module_name => 'PER_PERF_MGMT_PLANS'
301: ,p_hook_type => 'AD');
302: --
303: end;
304: --