DBA Data[Home] [Help]

APPS.FA_ADJUSTMENTS_T_PKG dependencies on FA_CALENDAR_TYPES

Line 303: , fa_calendar_types ct

299: select cp.period_name name
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

Line 362: , fa_calendar_types ct

358: , l_pctr
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