DBA Data[Home] [Help]

APPS.FA_TRANSFERS_PKG dependencies on FA_RETIREMENTS

Line 139: from fa_retirements

135: end if;
136: -- Pending Retirements?
137: select count(*)
138: into lv_count
139: from fa_retirements
140: where asset_id = X_Asset_Id
141: and book_type_code = X_Book_Type_Code
142: and status in ('PENDING','REINSTATE');
143: --