DBA Data[Home] [Help]

APPS.MSD_DEM_EVENT dependencies on WF_CORE

Line 587: wf_core.context ( p_pkg_name

583: else
584: l_error_type := p_error_type;
585: end if;
586: if l_error_type = WARNING then
587: wf_core.context ( p_pkg_name
588: , p_function_name
589: , p_event.getEventName()
590: , p_subscription_guid
591: );

Line 595: wf_core.context ( p_pkg_name

591: );
592: wf_event.setErrorInfo (p_event, WARNING);
593: return WARNING;
594: else
595: wf_core.context ( p_pkg_name
596: , p_function_name
597: , p_event.getEventName()
598: , p_subscription_guid
599: );