DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FA_MC_BOOKS

Line 232: from fa_mc_books

228: px_asset_fin_rec.retirement_deprn_option ,
229: px_asset_fin_rec.contract_id , /* Bug8240522 */
230: px_asset_fin_rec.cash_generating_unit_id ,
231: px_asset_fin_rec.rate_in_use --phase5
232: from fa_mc_books
233: where asset_id = p_asset_hdr_rec.asset_id
234: and book_type_code = p_asset_hdr_rec.book_type_code
235: and transaction_header_id_out is null
236: and set_of_books_id = p_asset_hdr_rec.set_of_books_id;

Line 695: from fa_mc_books

691: px_asset_fin_rec.retirement_deprn_option ,
692: px_asset_fin_rec.contract_id , /* Bug8240522 */
693: px_asset_fin_rec.cash_generating_unit_id ,
694: px_asset_fin_rec.rate_in_use --phase5
695: from fa_mc_books
696: where asset_id = p_asset_hdr_rec.asset_id
697: and book_type_code = p_asset_hdr_rec.book_type_code
698: and transaction_header_id_in = p_transaction_header_id
699: and set_of_books_id = p_asset_hdr_rec.set_of_books_id;