DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on FA_MC_RETIREMENTS

Line 2138: from fa_mc_retirements

2134: ,px_asset_retire_rec.eofy_reserve
2135: ,px_asset_retire_rec.reduction_rate
2136: ,px_asset_retire_rec.detail_info.recapture_amount
2137: ,px_asset_retire_rec.detail_info.row_id -- used as parameter when calling fa_retirements_pkg.delete
2138: from fa_mc_retirements
2139: where retirement_id = px_asset_retire_rec.retirement_id
2140: and set_of_books_id = p_set_of_books_id;
2141:
2142: else