DBA Data[Home] [Help]

APPS.PER_EVT_DEL dependencies on PER_EVENTS

Line 62: -- Delete the per_events row.

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

Line 64: delete from per_events

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

Line 258: (p_module_name => 'PER_EVENTS'

254: --
255: when hr_api.cannot_find_prog_unit then
256: --
257: hr_api.cannot_find_prog_unit_error
258: (p_module_name => 'PER_EVENTS'
259: ,p_hook_type => 'AD');
260: --
261: end;
262: --