DBA Data[Home] [Help]

APPS.EC_XML_UTILS dependencies on ECE_OUTPUT_RUNS_S

Line 408: < 0. In this case , get the run id from ECE_OUTPUT_RUNS_S.NEXTVAL.

404: ec_debug.pl(3,'c_output_path',c_output_path);
405: ec_debug.pl(3,'c_file_name',c_file_name);
406: /**
407: If the program is run from SQLplus , the Concurrent Request id is
408: < 0. In this case , get the run id from ECE_OUTPUT_RUNS_S.NEXTVAL.
409: **/
410: c_run_id := fnd_global.conc_request_id;
411: if c_run_id <= 0
412: then

Line 413: select ece_output_runs_s.NEXTVAL

409: **/
410: c_run_id := fnd_global.conc_request_id;
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: