DBA Data[Home] [Help]

APPS.OTA_EVENT_API dependencies on OTA_CHAT_API

Line 71: ota_chat_api.update_chat

67:
68: for csr_chats_row in csr_chats(p_event_id)
69: loop
70:
71: ota_chat_api.update_chat
72: (p_effective_date => p_effective_date,
73: p_name => csr_chats_row.name,
74: p_description => csr_chats_row.description,
75: p_business_group_id => csr_chats_row.business_group_id,