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 287: if not(fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then

283: mc_rec.from_deprn_limit_amount,
284: mc_rec.to_deprn_limit_amount;
285: CLOSE mass_change;
286:
287: if not(fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
288: raise mchg_failure;
289: end if;
290:
291: g_print_debug := fa_cache_pkg.fa_print_debug;

Line 291: g_print_debug := fa_cache_pkg.fa_print_debug;

287: if not(fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
288: raise mchg_failure;
289: end if;
290:
291: g_print_debug := fa_cache_pkg.fa_print_debug;
292:
293: -- Set debug flag.
294: IF (g_print_debug) THEN
295: h_debug_flag := 'YES';