DBA Data[Home] [Help]

APPS.IEM_CONCURRENT_PVT dependencies on JTF_RS_RESOURCE_VALUES

Line 231: from jtf_rs_resource_values where value_type = to_char(email_account_id_list(i));

227:
228: declare
229: cursor v_cur is
230: select resource_id
231: from jtf_rs_resource_values where value_type = to_char(email_account_id_list(i));
232: begin
233: open v_cur;
234: LOOP
235: