DBA Data[Home] [Help]

APPS.WF_EVENT_SYNCHRONIZE_PKG dependencies on WF_EVENT_SUBSCRIPTIONS_PKG

Line 1198: wf_event_subscriptions_pkg.receive(p_messagedata);

1194: wf_events_pkg.receive(p_messagedata);
1195: ELSIF p_objecttype = g_event_group THEN
1196: wf_event_groups_pkg.receive2(p_messagedata,p_error);
1197: ELSIF p_objecttype = g_event_sub THEN
1198: wf_event_subscriptions_pkg.receive(p_messagedata);
1199: END IF;
1200:
1201: /*exception
1202: when others then