DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_CACHE_PKG

Line 206: if not fa_cache_pkg.fazprof then

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

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

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

Line 629: if not fa_cache_pkg.fazprof then

625: if (nvl(p_total_requests, 1) = 1) then
626: return;
627: end if;
628:
629: if not fa_cache_pkg.fazprof then
630: null;
631: end if;
632:
633: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

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

629: if not fa_cache_pkg.fazprof then
630: null;
631: end if;
632:
633: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
634:
635: -- Allocate each external transfer line to a worker_id.
636: open tfr_lines;
637: loop