DBA Data[Home] [Help]

APPS.PAY_PEV_DEL dependencies on PAY_PROCESS_EVENTS

Line 62: -- Delete the pay_process_events row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: pay_pev_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the pay_process_events row.
63: --
64: delete from pay_process_events
65: where process_event_id = p_rec.process_event_id;
66: --

Line 64: delete from pay_process_events

60: pay_pev_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the pay_process_events row.
63: --
64: delete from pay_process_events
65: where process_event_id = p_rec.process_event_id;
66: --
67: pay_pev_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 200: (p_module_name => 'PAY_PROCESS_EVENTS'

196: --
197: when hr_api.cannot_find_prog_unit then
198: --
199: hr_api.cannot_find_prog_unit_error
200: (p_module_name => 'PAY_PROCESS_EVENTS'
201: ,p_hook_type => 'AD');
202: --
203: end;
204: --