DBA Data[Home] [Help]

APPS.FA_AMORT_PKG dependencies on FA_CALENDAR_PERIODS

Line 415: , fa_calendar_periods cp

411: select 1
412: from fa_transaction_headers th
413: , fa_deprn_periods dp
414: , fa_fiscal_year fy
415: , fa_calendar_periods cp
416: where th.transaction_header_id = c_thid
417: and th.date_effective between dp.period_open_date and
418: nvl(dp.period_close_date,sysdate)
419: and dp.book_type_code = X_fin_info_ptr.book