DBA Data[Home] [Help]

APPS.FA_AMORT_PKG dependencies on FA_FISCAL_YEAR

Line 414: , fa_fiscal_year fy

410: cursor c_check_fiscal_year (c_thid number) is
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)