DBA Data[Home] [Help]

APPS.FA_UPGHARNESS_PKG dependencies on DUAL

Line 105: from dual;

101: );
102:
103: select xla_upg_batches_s.nextval
104: into l_batch_id
105: from dual;
106:
107: -- Bug 13055635 : Use the same script for all the workers
108:
109: l_evt_script_name := l_evt_script_name || to_char(l_batch_id);

Line 257: from dual; */

253: end if;
254:
255: /* select xla_upg_batches_s.nextval
256: into l_batch_id
257: from dual; */
258:
259: fa_trx_upg (
260: errbuf => errbuf,
261: retcode => retcode,

Line 308: from dual;*/

304: end if;
305:
306: /* select xla_upg_batches_s.nextval
307: into l_batch_id
308: from dual;*/
309:
310: fa_deprn_upg (
311: errbuf => errbuf,
312: retcode => retcode,