DBA Data[Home] [Help]

APPS.IGI_IAC_TRANSFERS_PKG dependencies on FA_CALENDAR_TYPES

Line 1035: FROM fa_calendar_types

1031: -- select the start period number for a given fiscal year (keep)
1032: CURSOR c_start_period_counter(c_fiscal_year FA_DEPRN_PERIODS.fiscal_year%TYPE)
1033: IS
1034: SELECT (number_per_fiscal_year*c_fiscal_year)+1
1035: FROM fa_calendar_types
1036: WHERE calendar_type=(SELECT deprn_calendar
1037: FROM fa_book_controls
1038: WHERE book_type_code=p_asset_hdr_rec.book_type_code);
1039: