DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on FA_CACHE_PKG

Line 237: if not fa_cache_pkg.fazprof then

233: fa_debug_pkg.set_debug_flag;
234: end if;
235:
236: -- load profiles for batch size
237: if not fa_cache_pkg.fazprof then
238: null;
239: end if;
240:
241: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

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

237: if not fa_cache_pkg.fazprof then
238: null;
239: end if;
240:
241: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
242:
243: if (px_max_mass_ext_transfer_id = 0) then
244: if (g_log_level_rec.statement_level) then
245: fa_debug_pkg.add(l_calling_fn, 'px_max_mass_ext_transfer_id',

Line 737: if (NOT fa_cache_pkg.fazcbc (

733: return;
734: end if;
735:
736: -- Call the cache for the book
737: if (NOT fa_cache_pkg.fazcbc (
738: X_book => p_book_type_code,
739: p_log_level_rec => p_log_level_rec)) then
740: raise allocate_err;
741: end if;

Line 745: nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N');

741: end if;
742:
743: -- Check to see if group is enabled for the book.
744: l_group_enabled :=
745: nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N');
746:
747: -- load profiles for batch size
748: if not fa_cache_pkg.fazprof then
749: null;

Line 748: if not fa_cache_pkg.fazprof then

744: l_group_enabled :=
745: nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N');
746:
747: -- load profiles for batch size
748: if not fa_cache_pkg.fazprof then
749: null;
750: end if;
751:
752: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

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

748: if not fa_cache_pkg.fazprof then
749: null;
750: end if;
751:
752: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
753:
754: -- Populate the group asset id if group is enabled
755: if (l_group_enabled = 'Y') then
756: