DBA Data[Home] [Help]

APPS.IEU_ESCALATIONS_PVT dependencies on IEU_UWQ_SEL_RT_NODES

Line 129: from ieu_uwq_sel_rt_nodes

125: BEGIN
126: l_where_clause := '';
127: select where_clause
128: into l_where_clause
129: from ieu_uwq_sel_rt_nodes
130: where resource_id=P_RESOURCE_ID
131: and node_id=P_NODE_ID;
132: if (l_where_clause is NOT NULL) then
133: l_where_clause := ' and '|| l_where_clause;