DBA Data[Home] [Help]

APPS.OTA_COI_UPD dependencies on OTA_CHAT_OBJ_INCLUSIONS

Line 68: -- Update the ota_chat_obj_inclusions Row

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

Line 70: update ota_chat_obj_inclusions

66: --
67: --
68: -- Update the ota_chat_obj_inclusions Row
69: --
70: update ota_chat_obj_inclusions
71: set
72: chat_id = p_rec.chat_id
73: ,object_id = p_rec.object_id
74: ,object_type = p_rec.object_type

Line 226: (p_module_name => 'OTA_CHAT_OBJ_INCLUSIONS'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'OTA_CHAT_OBJ_INCLUSIONS'
227: ,p_hook_type => 'AU');
228: --
229: end;
230: --