DBA Data[Home] [Help]

APPS.MSC_EVENT dependencies on WF_CORE

Line 61: wf_core.context ( p_pkg_name

57: else
58: l_error_type := p_error_type;
59: end if;
60: if l_error_type = WARNING then
61: wf_core.context ( p_pkg_name
62: , p_function_name
63: , p_event.getEventName()
64: , p_subscription_guid
65: );

Line 69: wf_core.context ( p_pkg_name

65: );
66: wf_event.setErrorInfo (p_event, WARNING);
67: return WARNING;
68: else
69: wf_core.context ( p_pkg_name
70: , p_function_name
71: , p_event.getEventName()
72: , p_subscription_guid
73: );