DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_BOOKS_SUMMARY

Line 2336: from fa_books_summary -- ENERGY

2332: and date_ineffective is null;
2333:
2334: CURSOR c_get_reserve is -- ENERGY
2335: select deprn_reserve -- ENERGY
2336: from fa_books_summary -- ENERGY
2337: where asset_id = p_asset_id -- ENERGY
2338: and book_type_code = p_book_type_code -- ENERGY
2339: and period_counter = p_period_rec.period_counter -- ENERGY
2340: and transaction_header_id_out is null; -- ENERGY