DBA Data[Home] [Help]

APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FA_RETIREMENTS

Line 324: from fa_retirements

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