DBA Data[Home] [Help]

APPS.OTA_ANC_UPD dependencies on OTA_ANNOUNCEMENTS

Line 68: -- Update the ota_announcements Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ota_announcements Row
69: --
70: update ota_announcements
71: set
72: announcement_id = p_rec.announcement_id

Line 70: update ota_announcements

66: --
67: --
68: -- Update the ota_announcements Row
69: --
70: update ota_announcements
71: set
72: announcement_id = p_rec.announcement_id
73: ,business_group_id = p_rec.business_group_id
74: ,object_version_number = p_rec.object_version_number

Line 328: (p_module_name => 'OTA_ANNOUNCEMENTS'

324: --
325: when hr_api.cannot_find_prog_unit then
326: --
327: hr_api.cannot_find_prog_unit_error
328: (p_module_name => 'OTA_ANNOUNCEMENTS'
329: ,p_hook_type => 'AU');
330: --
331: end;
332: --