DBA Data[Home] [Help]

APPS.IGI_IAC_TRANSFERS_PKG dependencies on FA_CALENDAR_TYPES

Line 944: FROM fa_calendar_types

940: -- select the start period number for a given fiscal year (keep)
941: CURSOR c_start_period_counter(c_fiscal_year FA_DEPRN_PERIODS.fiscal_year%TYPE)
942: IS
943: SELECT (number_per_fiscal_year*c_fiscal_year)+1
944: FROM fa_calendar_types
945: WHERE calendar_type=(SELECT deprn_calendar
946: FROM fa_book_controls
947: WHERE book_type_code=p_asset_hdr_rec.book_type_code);
948: