DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on FA_RETIREMENTS

Line 267: from fa_retirements

263:
264: -- no pending retirements
265: select count(1)
266: into v_count
267: from fa_retirements
268: where asset_id = p_Asset_Id
269: and status in ('PENDING', 'REINSTATE', 'PARTIAL')
270: and rownum < 2;
271: --