DBA Data[Home] [Help]

APPS.FA_AFE_TRANSACTIONS_PKG dependencies on FA_DEPRN_PERIODS

Line 215: from fa_deprn_periods

211: end if;
212: l_book_type_code := p_trans_int_rec.book_type_code;
213: select CALENDAR_PERIOD_OPEN_DATE
214: into l_CALENDAR_PERIOD_OPEN_DATE
215: from fa_deprn_periods
216: where period_close_date is null
217: and book_type_code = l_book_type_code;
218: -- asset header info
219: l_asset_hdr_rec.asset_id := p_asset_id;

Line 502: from fa_deprn_periods

498: end if;
499: l_book_type_code := p_trans_int_rec.book_type_code;
500: select CALENDAR_PERIOD_OPEN_DATE
501: into l_CALENDAR_PERIOD_OPEN_DATE
502: from fa_deprn_periods
503: where period_close_date is null
504: and book_type_code = l_book_type_code;
505: -- asset header info
506: l_asset_hdr_rec.asset_id := p_asset_id;