DBA Data[Home] [Help]

APPS.FA_BASIS_OVERRIDE_INIT_PKG dependencies on FA_CALC_DEPRN_BASIS1_PKG

Line 275: -- of faxcdb on FA_CALC_DEPRN_BASIS1_PKG

271:
272: -- fa_debug_pkg.initialize; -- removed to not clear the message stack.
273:
274: -- This is just cover process to call the function
275: -- of faxcdb on FA_CALC_DEPRN_BASIS1_PKG
276:
277: if (not g_log_level_rec.initialized) then
278: if (NOT fa_util_pub.get_log_level_rec (
279: x_log_level_rec => g_log_level_rec

Line 473: if (not FA_CALC_DEPRN_BASIS1_PKG.GET_EOFY_EOP

469: or p_eop_recoverable_cost is null
470: or p_eop_salvage_value is null
471: then
472:
473: if (not FA_CALC_DEPRN_BASIS1_PKG.GET_EOFY_EOP
474: (
475: p_asset_id => h_rule_in.asset_id,
476: p_book_type_code => h_rule_in.book_type_code,
477: p_fiscal_year => h_rule_in.fiscal_year,

Line 536: if not FA_CALC_DEPRN_BASIS1_PKG.faxcdb

532: --------------------------------------------------
533: -- Call Depreciable Basis Formula PL/SQL function
534: --------------------------------------------------
535:
536: if not FA_CALC_DEPRN_BASIS1_PKG.faxcdb
537: (
538: rule_in => h_rule_in,
539: rule_out => h_rule_out
540: , p_log_level_rec => g_log_level_rec)