DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_MC_BOOKS

Line 370: fa_mc_books bk,

366: , h_prior_eofy_reserve --Bug#16045341
367: FROM fa_ceiling_types ceilt,
368: fa_methods mt,
369: fa_category_books cb,
370: fa_mc_books bk,
371: fa_additions_b ad
372: WHERE cb.book_type_code = X_book
373: AND ad.asset_category_id = cb.category_id
374: AND ceilt.ceiling_name(+) = bk.ceiling_name

Line 1777: from fa_mc_books

1773: into h_current_cost, h_current_prorate_conv, h_current_method,
1774: h_current_life, h_current_basic_rate, h_current_adjusted_rate,
1775: h_current_salvage_value, h_current_bonus_rule,
1776: h_current_dpis
1777: from fa_mc_books
1778: where asset_id = X_asset_id
1779: and book_type_code = X_book
1780: and transaction_header_id_out is null
1781: and set_of_books_id = FARX_C_WD.sob_id;