DBA Data[Home] [Help]

APPS.EC_INBOUND_STAGE dependencies on ECE_OUTPUT_RUNS_S

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

113: ece_flatfile_pvt.t_tran_attribute_tbl.DELETE;
114:
115: /**
116: If the program is run from SQLplus , the Concurrent Request id is
117: < 0. In this case , get the run id from ECE_OUTPUT_RUNS_S.NEXTVAL.
118: **/
119: i_run_id := fnd_global.conc_request_id;
120: if i_run_id <= 0
121: then

Line 122: select ece_output_runs_s.NEXTVAL

118: **/
119: i_run_id := fnd_global.conc_request_id;
120: if i_run_id <= 0
121: then
122: select ece_output_runs_s.NEXTVAL
123: into i_run_id
124: from dual;
125: end if;
126: if EC_DEBUG.G_debug_level = 3 then