DBA Data[Home] [Help]

APPS.PAY_PEU_UPD dependencies on PAY_EVENT_UPDATES

Line 68: -- Update the pay_event_updates Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pay_peu_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_event_updates Row
69: --
70: update pay_event_updates
71: set
72: event_update_id = p_rec.event_update_id

Line 70: update pay_event_updates

66: pay_peu_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_event_updates Row
69: --
70: update pay_event_updates
71: set
72: event_update_id = p_rec.event_update_id
73: ,table_name = p_rec.table_name
74: ,column_name = p_rec.column_name

Line 238: (p_module_name => 'PAY_EVENT_UPDATES'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'PAY_EVENT_UPDATES'
239: ,p_hook_type => 'AU');
240: --
241: end;
242: --