DBA Data[Home] [Help]

APPS.OTA_CHAT_MESSAGE_SWI dependencies on OTA_CHAT_MESSAGE_API

Line 62: ota_chat_message_api.create_chat_message

58: );
59: --
60: -- Call API
61: --
62: ota_chat_message_api.create_chat_message
63: (p_validate => l_validate
64: ,p_effective_date => p_effective_date
65: ,p_chat_id => p_chat_id
66: ,p_person_id => p_person_id

Line 175: ota_chat_message_api.update_chat_message

171: (p_constant_value => p_validate);
172: --
173: -- Call API
174: --
175: ota_chat_message_api.update_chat_message
176: (p_validate => l_validate
177: ,p_effective_date => l_effective_date
178: ,p_chat_id => p_chat_id
179: ,p_person_id => p_person_id

Line 279: ota_chat_message_api.delete_chat_message

275: --
276: --
277: -- Call API
278: --
279: ota_chat_message_api.delete_chat_message
280: (p_validate => l_validate
281: ,p_chat_message_id => p_chat_message_id
282: ,p_object_version_number => p_object_version_number
283: );