DBA Data[Home] [Help]

APPS.IEU_WORKLIST_ENUMS_PVT dependencies on IEU_UWQ_SEL_RT_NODES

Line 197: from ieu_uwq_sel_rt_nodes

193: x_count := 0;
194:
195: select node_type
196: into l_node_type
197: from ieu_uwq_sel_rt_nodes
198: where resource_id=P_RESOURCE_ID
199: and node_id=P_NODE_ID;
200:
201: l_count := IEU_UWQ_GET_NEXT_WORK_PVT.GET_WORKLIST_QUEUE_COUNT(p_resource_id, 0, l_node_type);