DBA Data[Home] [Help]

APPS.OTA_CHAT_MESSAGE_API dependencies on OTA_CHAT_MESSAGE_BK1

Line 46: ota_chat_message_bk1.create_chat_message_b

42: --
43: -- Call Before Process User Hook
44: --
45: begin
46: ota_chat_message_bk1.create_chat_message_b
47: ( p_effective_date => p_effective_date
48: ,p_chat_id => p_chat_id
49: ,p_business_group_id => p_business_group_id
50: ,p_message_text => p_message_text

Line 91: ota_chat_message_bk1.create_chat_message_a

87: --
88: -- Call After Process User Hook
89: --
90: begin
91: ota_chat_message_bk1.create_chat_message_a
92: ( p_effective_date => p_effective_date
93: ,p_chat_id => p_chat_id
94: ,p_business_group_id => p_business_group_id
95: ,p_message_text => p_message_text