DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on XLA_UPG_BATCHES_S

Line 670: select xla_upg_batches_s.nextval

666:
667: if (l_event_id_tbl.count = 0) then exit; end if;
668:
669: -- Select upg_batch_id
670: select xla_upg_batches_s.nextval
671: into l_upg_batch_id
672: from dual;
673:
674: -- Update table with event_id

Line 3125: select xla_upg_batches_s.nextval

3121:
3122: if (l_event_id_tbl.count = 0) then exit; end if;
3123:
3124: -- Select upg_batch_id
3125: select xla_upg_batches_s.nextval
3126: into l_upg_batch_id
3127: from dual;
3128:
3129: FOR i IN 1..l_rowid_tbl.count LOOP

Line 4177: select xla_upg_batches_s.nextval

4173:
4174: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
4175:
4176: -- Select upg_batch_id
4177: select xla_upg_batches_s.nextval
4178: into l_upg_batch_id
4179: from dual;
4180:
4181: -- Save value into a variable

Line 6441: select xla_upg_batches_s.nextval

6437:
6438: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
6439:
6440: -- Select upg_batch_id
6441: select xla_upg_batches_s.nextval
6442: into l_upg_batch_id
6443: from dual;
6444:
6445: select lk_de.description