DBA Data[Home] [Help]

APPS.EC_XML_UTILS dependencies on DUAL

Line 415: from dual;

411: if c_run_id <= 0
412: then
413: select ece_output_runs_s.NEXTVAL
414: into c_run_id
415: from dual;
416: end if;
417:
418: ec_debug.pl(3,'Run Id for the Transaction',c_run_id);
419: