DBA Data[Home] [Help]

APPS.FA_AMORT_PKG dependencies on FA_CALENDAR_PERIODS

Line 433: , fa_calendar_periods cp

429: select 1
430: from fa_transaction_headers th
431: , fa_deprn_periods dp
432: , fa_fiscal_year fy
433: , fa_calendar_periods cp
434: where th.transaction_header_id = c_thid
435: and th.date_effective between dp.period_open_date and
436: nvl(dp.period_close_date,sysdate)
437: and dp.book_type_code = X_fin_info_ptr.book