DBA Data[Home] [Help]

APPS.OTA_FORUM_MESSAGE_API dependencies on OTA_INITIALIZATION_WF

Line 140: ota_initialization_wf.Init_forum_notif(p_forum_id => p_forum_id,

136:
137:
138: --Send notification only if the posted message scope is 'P'
139: if(p_message_scope = 'P') then
140: ota_initialization_wf.Init_forum_notif(p_forum_id => p_forum_id,
141: p_forum_message_id => l_forum_message_id );
142: end if;
143:
144: hr_utility.set_location(' Leaving:'||l_proc, 70);