DBA Data[Home] [Help]

APPS.FARX_MCR dependencies on FA_CACHE_PKG

Line 22: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

18: g_asset_count NUMBER := 0;
19:
20: /* a_index <> g_asset_count if asset belongs to more than one book. */
21:
22: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
23:
24:
25: /*============================================================================+
26: | PROCEDURE Review_Change |

Line 300: if not(fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then

296: mc_rec.from_deprn_limit_amount,
297: mc_rec.to_deprn_limit_amount;
298: CLOSE mass_change;
299:
300: if not(fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
301: raise mchg_failure;
302: end if;
303:
304: g_print_debug := fa_cache_pkg.fa_print_debug;

Line 304: g_print_debug := fa_cache_pkg.fa_print_debug;

300: if not(fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
301: raise mchg_failure;
302: end if;
303:
304: g_print_debug := fa_cache_pkg.fa_print_debug;
305:
306: -- Set debug flag.
307: IF (g_print_debug) THEN
308: h_debug_flag := 'YES';