DBA Data[Home] [Help]

APPS.FA_EXP_PVT dependencies on FA_BOOKS

Line 272: from fa_books bk_old, fa_books bk_extnd

268: --Bug7201421
269: CURSOR c_extend_get_original_adjcost (p_asset_id number,
270: p_book_type_code varchar2) is
271: select bk_old.adjusted_cost
272: from fa_books bk_old, fa_books bk_extnd
273: where bk_old.book_type_code = p_book_type_code and
274: bk_old.asset_id = p_asset_id and
275: bk_old.extended_depreciation_period is null and
276: bk_extnd.book_type_code = p_book_type_code and