DBA Data[Home] [Help]

APPS.MSD_DEM_EVENT dependencies on WF_CORE

Line 543: wf_core.context ( p_pkg_name

539: else
540: l_error_type := p_error_type;
541: end if;
542: if l_error_type = WARNING then
543: wf_core.context ( p_pkg_name
544: , p_function_name
545: , p_event.getEventName()
546: , p_subscription_guid
547: );

Line 551: wf_core.context ( p_pkg_name

547: );
548: wf_event.setErrorInfo (p_event, WARNING);
549: return WARNING;
550: else
551: wf_core.context ( p_pkg_name
552: , p_function_name
553: , p_event.getEventName()
554: , p_subscription_guid
555: );