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

422: mc_rec.to_deprn_limit_amount;
423: CLOSE mass_change;
424:
425:
426: if not (fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
427: raise mchg_failure;
428: end if;
429:
430: g_print_debug := fa_cache_pkg.fa_print_debug;

Line 430: g_print_debug := fa_cache_pkg.fa_print_debug;

426: if not (fa_cache_pkg.fazcbc(X_book => mc_rec.book_type_code)) then
427: raise mchg_failure;
428: end if;
429:
430: g_print_debug := fa_cache_pkg.fa_print_debug;
431:
432: -- Set debug flag.
433: IF (g_print_debug) THEN
434: h_debug_flag := 'YES';

Line 501: if not fa_cache_pkg.fazccmt

497: CLOSE get_cat_flex_struct;
498:
499: -- get the rate source rule for the to method
500: if (mc_rec.to_method_code is not null) then
501: if not fa_cache_pkg.fazccmt
502: (X_method => mc_rec.to_method_code,
503: X_life => mc_rec.to_life_in_months
504: ) then
505: raise mchg_failure;

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

504: ) then
505: raise mchg_failure;
506: end if;
507:
508: l_to_rsr := fa_cache_pkg.fazccmt_record.rate_source_rule;
509:
510: end if;
511:
512:

Line 888: if not fa_cache_pkg.fazccmt

884:
885: if (nvl(X_mc_rec.from_method_code, 'X') <> nvl(X_mc_rec.to_method_code, 'X')) then
886:
887: if (X_mc_rec.from_method_code is not null) then
888: if not fa_cache_pkg.fazccmt
889: (X_method => mc_rec.from_method_code,
890: X_life => mc_rec.from_life_in_months
891: ) then
892: raise store_failure;