DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_MC_BOOK_CONTROLS

Line 4018: from fa_mc_book_controls

4014: end if;
4015:
4016: select count(*)
4017: into l_mrc_count
4018: from fa_mc_book_controls
4019: where book_type_code = p_book_type_code
4020: and enabled_flag = 'Y';
4021:
4022: -- Fix for Bug #6334383. Cannot use this method with MRC books.

Line 4308: from fa_mc_book_controls

4304: end if;
4305:
4306: select count(*)
4307: into l_mrc_count
4308: from fa_mc_book_controls
4309: where book_type_code = p_asset_hdr_rec.book_type_code
4310: and enabled_flag = 'Y';
4311:
4312: -- Cannot use extended deprn with MRC books.