DBA Data[Home] [Help]

APPS.PAY_PEU_DEL dependencies on PAY_EVENT_UPDATES

Line 62: -- Delete the pay_event_updates row.

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

Line 64: delete from pay_event_updates

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

Line 190: (p_module_name => 'PAY_EVENT_UPDATES'

186: --
187: when hr_api.cannot_find_prog_unit then
188: --
189: hr_api.cannot_find_prog_unit_error
190: (p_module_name => 'PAY_EVENT_UPDATES'
191: ,p_hook_type => 'AD');
192: --
193: end;
194: --