DBA Data[Home] [Help]

APPS.FA_DET_ADD_PKG dependencies on FA_RETIREMENTS

Line 189: from fa_retirements fr,

185:
186: if (X_Calling_Fn = 'FA_ASSET_VAL.Validate_Reclass') then
187: select count(1)
188: into lv_count
189: from fa_retirements fr,
190: fa_book_controls fbc
191: where fr.book_type_code = fbc.book_type_code
192: and fbc.date_ineffective is null
193: and fr.asset_id = X_Asset_Id