DBA Data[Home] [Help]

APPS.CN_IMPORT_CLIENT_PVT dependencies on DUAL

Line 440: INTO l_prim_keys(i) FROM dual;

436: -- initialize "l_prim_keys" table
437: l_prim_keys.EXTEND(p_row_count, 1);
438: FOR i IN 1 .. p_row_count LOOP
439: SELECT CN_IMP_LINES_S.NEXTVAL
440: INTO l_prim_keys(i) FROM dual;
441: END LOOP;
442:
443: cn_message_pkg.debug('Insert Data : Start insert into DB');
444: