DBA Data[Home] [Help]

APPS.OTA_CHA_UPD dependencies on OTA_CHATS_B

Line 68: -- Update the ota_chats_b Row

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

Line 70: update ota_chats_b

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

Line 238: (p_module_name => 'OTA_CHATS_B'

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