DBA Data[Home] [Help]

APPS.FA_MASS_RET_PKG dependencies on FA_CACHE_PKG

Line 3653: if not fa_cache_pkg.fazcbc(X_book => G_book_type_code,

3649: FND_FILE.put(FND_FILE.output,l_string);
3650: FND_FILE.new_line(FND_FILE.output,1);
3651: end if;
3652:
3653: if not fa_cache_pkg.fazcbc(X_book => G_book_type_code,
3654: p_log_level_rec => g_log_level_rec) then
3655: raise error_found;
3656: end if;
3657:

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

3654: p_log_level_rec => g_log_level_rec) then
3655: raise error_found;
3656: end if;
3657:
3658: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
3659:
3660: if (g_log_level_rec.statement_level) then
3661: fa_debug_pkg.add(l_calling_fn, 'g_batch_name', g_batch_name, p_log_level_rec => g_log_level_rec
3662: );