DBA Data[Home] [Help]

APPS.ASO_WFNOTIFICATION_PVT dependencies on WF_CORE

Line 70: wf_core.context('ASO_WFNOTIFICATION_PVT', 'Notify_User', p_user_name, p_subject, p_body);

66: EXCEPTION
67: When others then
68: x_return_status := FND_API.g_ret_sts_error;
69: x_msg_count := 0;
70: wf_core.context('ASO_WFNOTIFICATION_PVT', 'Notify_User', p_user_name, p_subject, p_body);
71: raise;
72:
73: END Notify_User;
74:

Line 152: wf_core.context('ASO_WFNOTIFICATION_PVT', 'Send_Email', p_email_list, p_subject, p_body );

148:
149: When others then
150: x_return_status := FND_API.g_ret_sts_error;
151: x_msg_count := 0;
152: wf_core.context('ASO_WFNOTIFICATION_PVT', 'Send_Email', p_email_list, p_subject, p_body );
153: raise;
154:
155: END Send_Email;
156: