DBA Data[Home] [Help]

APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FA_RETIREMENTS

Line 322: from fa_retirements

318: x_err_stage := 'no pending retirements';
319:
320: select count(*)
321: into ll_count
322: from fa_retirements
323: where asset_id = X_Asset_Id
324: and status in ('PENDING', 'REINSTATE', 'PARTIAL');
325: --
326: if ll_count > 0 then