DBA Data[Home] [Help]

APPS.FA_ADJUSTMENTS_T_PKG dependencies on FA_CALENDAR_PERIODS

Line 304: , fa_calendar_periods cp

300: into l_name
301: from fa_book_controls bc
302: , fa_fiscal_year fy
303: , fa_calendar_types ct
304: , fa_calendar_periods cp
305: , fa_adjustments_t fat
306: where bc.book_type_code = i.book
307: and fat.batch_id = p_batch_id
308: and fat.asset_number = i.anum

Line 363: , fa_calendar_periods cp

359: from fa_books bks
360: , fa_book_controls bc
361: , fa_fiscal_year fy
362: , fa_calendar_types ct
363: , fa_calendar_periods cp
364: where bc.book_type_code = i.book
365: and bks.asset_id = i.aid
366: and bc.book_type_code = bks.book_type_code
367: and bc.deprn_calendar = ct.calendar_type