DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_MC_BOOK_CONTROLS

Line 3896: from fa_mc_book_controls

3892: end if;
3893:
3894: select count(*)
3895: into l_mrc_count
3896: from fa_mc_book_controls
3897: where book_type_code = p_asset_hdr_rec.book_type_code
3898: and enabled_flag = 'Y';
3899:
3900: -- Cannot use extended deprn with MRC books.