DBA Data[Home] [Help]

APPS.EC_OUTBOUND dependencies on ECE_OUTPUT_RUNS_S

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

807: ec_debug.pl(3,'g_direction',ec_utils.g_direction);
808: end if;
809: /**
810: If the program is run from SQLplus , the Concurrent Request id is
811: < 0. In this case , get the run id from ECE_OUTPUT_RUNS_S.NEXTVAL.
812: **/
813: i_run_id := fnd_global.conc_request_id;
814: if i_run_id <= 0
815: then

Line 816: select ece_output_runs_s.NEXTVAL

812: **/
813: i_run_id := fnd_global.conc_request_id;
814: if i_run_id <= 0
815: then
816: select ece_output_runs_s.NEXTVAL
817: into i_run_id
818: from dual;
819: end if;
820: ec_utils.g_run_id := i_run_id;