DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on FA_RETIREMENTS

Line 256: from fa_retirements

252:
253: -- no pending retirements
254: select count(1)
255: into v_count
256: from fa_retirements
257: where asset_id = p_Asset_Id
258: and status in ('PENDING', 'REINSTATE', 'PARTIAL')
259: and rownum < 2;
260: --