DBA Data[Home] [Help]

APPS.ASO_PUBLISH_MISC_INT dependencies on WF_CORE

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

392: When OTHERS Then
393: x_return_status := FND_API.g_ret_sts_error;
394: x_msg_count := 0;
395:
396: wf_core.context('ASO_IBE_INT', 'NotifyUserForRegistration', p_send_name);
397: raise;
398:
399: IF l_debug = 'Y' THEN
400: ASO_QUOTE_UTIL_PVT.Disable_Debug_Pvt;

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

893:
894: x_return_status := FND_API.g_ret_sts_error;
895: x_msg_count := 0;
896:
897: wf_core.context('ASO_IBE_INT', 'NotifyForQuotePublish', p_send_name);
898: raise;
899:
900: -- ASO_Quote_Util_Pvt.Disable_Debug_Pvt;
901: IF l_debug = 'Y' THEN