DBA Data[Home] [Help]

APPS.FA_IMPAIRMENT_PREV_PVT dependencies on FA_BOOK_CONTROLS

Line 1236: , fa_book_controls books

1232: , imp.net_selling_price --Bug# 7511258
1233: , imp.value_in_use --Bug# 7511258
1234: from fa_impairments imp
1235: , fa_itf_impairments itf
1236: , fa_book_controls books
1237: where imp.request_id = p_request_id
1238: and imp.book_type_code = p_book_type_code
1239: and imp.impairment_id = itf.impairment_id
1240: and nvl(itf.goodwill_asset_flag, 'N') <> 'Y'

Line 1266: , fa_book_controls books

1262: , imp.net_selling_price --Bug# 7511258
1263: , imp.value_in_use --Bug# 7511258
1264: from fa_mc_impairments imp
1265: , fa_mc_itf_impairments itf
1266: , fa_book_controls books
1267: where imp.request_id = p_request_id
1268: and imp.book_type_code = p_book_type_code
1269: and imp.impairment_id = itf.impairment_id
1270: and nvl(itf.goodwill_asset_flag, 'N') <> 'Y'