DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FA_MC_RETIREMENTS

Line 647: from fa_mc_retirements

643: -- Replace the following sql with a new component of retire struct
644: -- ret.date_effective := lv_asset_retire_rec.detail_info.date_effective;
645: select date_effective
646: into ret.date_effective
647: from fa_mc_retirements
648: where retirement_id = lv_asset_retire_rec.retirement_id
649: and set_of_books_id = l_sob_tbl(l_sob_index);
650:
651: ret.prorate_convention := lv_asset_retire_rec.retirement_prorate_convention;