DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on FA_CACHE_PKG

Line 232: if not fa_cache_pkg.fazprof then

228: fa_debug_pkg.set_debug_flag;
229: end if;
230:
231: -- load profiles for batch size
232: if not fa_cache_pkg.fazprof then
233: null;
234: end if;
235:
236: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

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

232: if not fa_cache_pkg.fazprof then
233: null;
234: end if;
235:
236: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
237:
238: if (px_max_mass_ext_transfer_id = 0) then
239: if (g_log_level_rec.statement_level) then
240: fa_debug_pkg.add(l_calling_fn, 'px_max_mass_ext_transfer_id',

Line 730: if (NOT fa_cache_pkg.fazcbc (

726: return;
727: end if;
728:
729: -- Call the cache for the book
730: if (NOT fa_cache_pkg.fazcbc (
731: X_book => p_book_type_code
732: , p_log_level_rec => g_log_level_rec)) then
733: raise allocate_err;
734: end if;

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

734: end if;
735:
736: -- Check to see if group is enabled for the book.
737: l_group_enabled :=
738: nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N');
739:
740: -- load profiles for batch size
741: if not fa_cache_pkg.fazprof then
742: null;

Line 741: if not fa_cache_pkg.fazprof then

737: l_group_enabled :=
738: nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N');
739:
740: -- load profiles for batch size
741: if not fa_cache_pkg.fazprof then
742: null;
743: end if;
744:
745: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

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

741: if not fa_cache_pkg.fazprof then
742: null;
743: end if;
744:
745: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
746:
747: -- Populate the group asset id if group is enabled
748: if (l_group_enabled = 'Y') then
749: