DBA Data[Home] [Help]

APPS.FARX_MCP dependencies on FA_CACHE_PKG

Line 22: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

18: --g_total_assets 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:

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

316: mc_rec.to_deprn_limit_amount;
317: CLOSE mass_change;
318:
319:
320: if not (fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
321: raise mchg_failure;
322: end if;
323:
324: g_print_debug := fa_cache_pkg.fa_print_debug;

Line 324: g_print_debug := fa_cache_pkg.fa_print_debug;

320: if not (fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
321: raise mchg_failure;
322: end if;
323:
324: g_print_debug := fa_cache_pkg.fa_print_debug;
325:
326: -- Set debug flag.
327: IF (g_print_debug) THEN
328: h_debug_flag := 'YES';

Line 395: if not fa_cache_pkg.fazccmt

391: CLOSE get_cat_flex_struct;
392:
393: -- get the rate source rule for the to method
394: if (mc_rec.to_method_code is not null) then
395: if not fa_cache_pkg.fazccmt
396: (X_method => mc_rec.to_method_code,
397: X_life => mc_rec.to_life_in_months
398: ) then
399: raise mchg_failure;

Line 402: l_to_rsr := fa_cache_pkg.fazccmt_record.rate_source_rule;

398: ) then
399: raise mchg_failure;
400: end if;
401:
402: l_to_rsr := fa_cache_pkg.fazccmt_record.rate_source_rule;
403:
404: end if;
405:
406:

Line 784: if not fa_cache_pkg.fazccmt

780:
781: if (nvl(X_mc_rec.from_method_code, 'X') <> nvl(X_mc_rec.to_method_code, 'X')) then
782:
783: if (X_mc_rec.from_method_code is not null) then
784: if not fa_cache_pkg.fazccmt
785: (X_method => mc_rec.from_method_code,
786: X_life => mc_rec.from_life_in_months
787: ) then
788: raise store_failure;