DBA Data[Home] [Help]

APPS.OTA_CUS_UPD dependencies on OTA_CHAT_USERS

Line 68: -- Update the ota_chat_users Row

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

Line 70: update ota_chat_users

66: --
67: --
68: -- Update the ota_chat_users Row
69: --
70: update ota_chat_users
71: set
72: chat_id = p_rec.chat_id
73: ,business_group_id = p_rec.business_group_id
74: ,person_id = p_rec.person_id

Line 221: (p_module_name => 'OTA_CHAT_USERS'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'OTA_CHAT_USERS'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --