DBA Data[Home] [Help]

APPS.FA_SLA_EVENTS_UPG_PKG dependencies on FA_CACHE_PKG

Line 636: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

632:
633: x_success_count := 0;
634: x_failure_count := 0;
635:
636: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
637:
638: open c_trans;
639: loop
640:

Line 3098: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

3094:
3095: x_success_count := 0;
3096: x_failure_count := 0;
3097:
3098: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
3099:
3100: open c_trans;
3101: loop
3102:

Line 4174: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

4170:
4171: x_success_count := 0;
4172: x_failure_count := 0;
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

Line 6438: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

6434:
6435: x_success_count := 0;
6436: x_failure_count := 0;
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

Line 8340: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

8336:
8337: x_success_count := 0;
8338: x_failure_count := 0;
8339:
8340: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
8341:
8342: open c_deferred_deprn;
8343:
8344: loop