DBA Data[Home] [Help]

APPS.PER_ENT_UPD dependencies on PER_CALENDAR_ENTRIES

Line 68: -- Update the per_calendar_entries Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the per_calendar_entries Row
69: update per_calendar_entries
70: set
71: calendar_entry_id = p_rec.calendar_entry_id
72: ,name = p_rec.name

Line 69: update per_calendar_entries

65: --
66: --
67: --
68: -- Update the per_calendar_entries Row
69: update per_calendar_entries
70: set
71: calendar_entry_id = p_rec.calendar_entry_id
72: ,name = p_rec.name
73: ,type = p_rec.type

Line 275: (p_module_name => 'PER_CALENDAR_ENTRIES'

271: --
272: when hr_api.cannot_find_prog_unit then
273: --
274: hr_api.cannot_find_prog_unit_error
275: (p_module_name => 'PER_CALENDAR_ENTRIES'
276: ,p_hook_type => 'AU');
277: --
278: end;
279: --