DBA Data[Home] [Help]

APPS.PAY_PAP_DEL dependencies on PAY_ACCRUAL_PLANS

Line 60: -- Delete the pay_accrual_plans row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: pay_pap_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the pay_accrual_plans row.
61: --
62: delete from pay_accrual_plans
63: where accrual_plan_id = p_rec.accrual_plan_id;
64: --

Line 62: delete from pay_accrual_plans

58: pay_pap_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the pay_accrual_plans row.
61: --
62: delete from pay_accrual_plans
63: where accrual_plan_id = p_rec.accrual_plan_id;
64: --
65: pay_pap_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 233: (p_module_name => 'pay_accrual_plans'

229: --
230: when hr_api.cannot_find_prog_unit then
231: --
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'pay_accrual_plans'
234: ,p_hook_type => 'AD');
235: --
236: end;
237: --