DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_BOOKS_SUMMARY

Line 2116: from fa_books_summary -- ENERGY

2112: and date_ineffective is null;
2113:
2114: CURSOR c_get_reserve is -- ENERGY
2115: select deprn_reserve -- ENERGY
2116: from fa_books_summary -- ENERGY
2117: where asset_id = p_asset_id -- ENERGY
2118: and book_type_code = p_book_type_code -- ENERGY
2119: and period_counter = p_period_rec.period_counter -- ENERGY
2120: and transaction_header_id_out is null; -- ENERGY