DBA Data[Home] [Help]

APPS.FA_AMORT_PVT dependencies on FA_MC_BOOK_CONTROLS

Line 8265: fa_mc_book_controls mbc,

8261: nvl(sum(ret.eofy_reserve), 0)
8262: from fa_mc_retirements ret,
8263: fa_transaction_headers mth,
8264: fa_transaction_headers gth,
8265: fa_mc_book_controls mbc,
8266: fa_book_controls bc,
8267: fa_fiscal_year fy
8268: where gth.asset_id = p_asset_hdr_rec.asset_id
8269: and gth.book_type_code = p_asset_hdr_rec.book_type_code

Line 8287: fa_mc_book_controls bc

8283: and ret.set_of_books_id = p_asset_hdr_rec.set_of_books_id
8284: and fy.start_date =
8285: (select fy.start_date
8286: from fa_fiscal_year fy,
8287: fa_mc_book_controls bc
8288: where bc.book_type_code = p_asset_hdr_rec.book_type_code
8289: and bc.set_of_books_id = p_asset_hdr_rec.set_of_books_id
8290: and bc.fiscal_year_name = fy.fiscal_year_name
8291: and fy.start_date <= p_trans_rec.transaction_date_entered