DBA Data[Home] [Help]

APPS.FA_EXP_PVT dependencies on FA_DEPRN_PERIODS

Line 167: from fa_deprn_periods

163: -- Extended Period
164: BEGIN
165: select fiscal_year, period_num
166: into l_prorate_fy, l_start_per_num
167: from fa_deprn_periods
168: where period_counter = px_asset_fin_rec_new.extended_depreciation_period
169: and book_type_code = p_asset_hdr_rec.book_type_code;
170: -- Added by Satish Byreddy To cater the Extended Depreciation Catchup calculation for Migrated Assets
171: EXCEPTION