DBA Data[Home] [Help]

APPS.HR_APPRAISAL_PERIOD_API dependencies on PER_PMP_BUS

Line 36: IF per_pmp_bus.return_status_code(p_plan_id) = 'PUBLISHED' THEN

32: -- called correctly.
33: --
34: IF p_plan_id IS NOT NULL THEN
35:
36: IF per_pmp_bus.return_status_code(p_plan_id) = 'PUBLISHED' THEN
37: --
38: -- Call the plan update row-handler.
39: --
40: IF g_debug THEN hr_utility.set_location(l_proc, 30); END IF;

Line 42: l_ovn := per_pmp_bus.return_ovn(p_plan_id);

38: -- Call the plan update row-handler.
39: --
40: IF g_debug THEN hr_utility.set_location(l_proc, 30); END IF;
41:
42: l_ovn := per_pmp_bus.return_ovn(p_plan_id);
43: l_status_code := 'UPDATED';
44:
45: per_pmp_upd.upd
46: (p_plan_id => p_plan_id