DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_BOOKS

Line 747: from fa_books b

743: l_txn_status boolean := FALSE;
744:
745: cursor ck_asset_retired is
746: select nvl(b.period_counter_fully_retired,0)
747: from fa_books b
748: where b.asset_id = p_from_asset_id
749: and b.date_ineffective is null
750: and b.book_type_code = p_book_type_code;
751: