DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_CACHE_PKG

Line 207: if not fa_cache_pkg.fazprof then

203: fa_debug_pkg.set_debug_flag;
204: end if;
205:
206: -- load profiles for batch size
207: if not fa_cache_pkg.fazprof then
208: null;
209: end if;
210:
211: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

Line 211: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

207: if not fa_cache_pkg.fazprof then
208: null;
209: end if;
210:
211: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
212:
213: if (px_max_mass_ext_transfer_id = 0) then
214: if (g_log_level_rec.statement_level) then
215: fa_debug_pkg.add(l_calling_fn, 'px_max_mass_ext_transfer_id',

Line 640: if not fa_cache_pkg.fazprof then

636: if (nvl(p_total_requests, 1) = 1) then
637: return;
638: end if;
639:
640: if not fa_cache_pkg.fazprof then
641: null;
642: end if;
643:
644: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

Line 644: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

640: if not fa_cache_pkg.fazprof then
641: null;
642: end if;
643:
644: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
645:
646: -- Allocate each external transfer line to a worker_id.
647: open tfr_lines;
648: loop