DBA Data[Home] [Help]

APPS.ASO_PUBLISH_MISC_INT dependencies on WF_CORE

Line 413: wf_core.context('ASO_IBE_INT', 'NotifyUserForRegistration', p_send_name);

409: When OTHERS Then
410: x_return_status := FND_API.g_ret_sts_error;
411: x_msg_count := 0;
412:
413: wf_core.context('ASO_IBE_INT', 'NotifyUserForRegistration', p_send_name);
414: raise;
415:
416: IF l_debug = 'Y' THEN
417: ASO_QUOTE_UTIL_PVT.Disable_Debug_Pvt;

Line 928: wf_core.context('ASO_IBE_INT', 'NotifyForQuotePublish', p_send_name);

924:
925: x_return_status := FND_API.g_ret_sts_error;
926: x_msg_count := 0;
927:
928: wf_core.context('ASO_IBE_INT', 'NotifyForQuotePublish', p_send_name);
929: raise;
930:
931: -- ASO_Quote_Util_Pvt.Disable_Debug_Pvt;
932: IF l_debug = 'Y' THEN