[Home] [Help]
APPS.WF_EVENT_SYNCHRONIZE_PKG dependencies on WF_SYSTEMS_PKG
Line 1188: wf_systems_pkg.receive(p_messagedata);
1184:
1185: begin
1186:
1187: IF p_objecttype = g_system THEN
1188: wf_systems_pkg.receive(p_messagedata);
1189: ELSIF p_objecttype = g_agent THEN
1190: wf_agents_pkg.receive(p_messagedata);
1191: ELSIF p_objecttype = g_agent_group THEN
1192: wf_agent_groups_pkg.receive(p_messagedata);