DBA Data[Home] [Help]

APPS.IEU_UWQ_MY_TASKS_ENUMS_PVT dependencies on IEU_UWQ_SEL_RT_NODES

Line 164: from ieu_uwq_sel_rt_nodes

160: BEGIN
161: l_where_clause := '';
162: select where_clause
163: into l_where_clause
164: from ieu_uwq_sel_rt_nodes
165: where resource_id=P_RESOURCE_ID
166: and node_id=P_NODE_ID;
167:
168: if (l_where_clause is NOT NULL) then