DBA Data[Home] [Help]

APPS.OTA_CHAT_USER_API dependencies on OTA_CHAT_USER_BK1

Line 42: ota_chat_user_bk1.create_chat_user_b

38: --
39: -- Call Before Process User Hook
40: --
41: begin
42: ota_chat_user_bk1.create_chat_user_b
43: ( p_chat_id => p_chat_id
44: ,p_person_id => p_person_id
45: ,p_contact_id => p_contact_id
46: ,p_effective_date => p_effective_date

Line 81: ota_chat_user_bk1.create_chat_user_a

77:
78: --
79: -- Call After Process User Hook
80: begin
81: ota_chat_user_bk1.create_chat_user_a
82: ( p_chat_id => p_chat_id
83: ,p_person_id => p_person_id
84: ,p_contact_id => p_contact_id
85: ,p_effective_date => p_effective_date