DBA Data[Home] [Help]

APPS.PER_EVT_UPD dependencies on PER_EVENTS

Line 69: -- Update the per_events Row

65: --
66:
67: per_evt_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Update the per_events Row
70: --
71: update per_events
72: set
73: event_id = p_rec.event_id

Line 71: update per_events

67: per_evt_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Update the per_events Row
70: --
71: update per_events
72: set
73: event_id = p_rec.event_id
74: ,business_group_id = p_rec.business_group_id
75: ,location_id = p_rec.location_id

Line 403: (p_module_name => 'PER_EVENTS'

399: --
400: when hr_api.cannot_find_prog_unit then
401: --
402: hr_api.cannot_find_prog_unit_error
403: (p_module_name => 'PER_EVENTS'
404: ,p_hook_type => 'AU');
405: --
406: end;
407: --