DBA Data[Home] [Help]

APPS.EC_XML_UTILS dependencies on FND_GLOBAL

Line 410: c_run_id := fnd_global.conc_request_id;

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
413: select ece_output_runs_s.NEXTVAL
414: into c_run_id