DBA Data[Home] [Help]

APPS.FA_AMORT_PKG dependencies on FA_FISCAL_YEAR

Line 432: , fa_fiscal_year fy

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