DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on FA_CALENDAR_TYPES

Line 1450: FROM fa_calendar_types

1446: /* Cursor to select the start period number for a given fiscal year */
1447:
1448: CURSOR c_start_period_counter(c_fiscal_year FA_DEPRN_PERIODS.fiscal_year%TYPE) IS
1449: SELECT (number_per_fiscal_year*c_fiscal_year)+1
1450: FROM fa_calendar_types
1451: WHERE calendar_type=(SELECT deprn_calendar
1452: FROM fa_book_controls
1453: WHERE book_type_code=l_asset_hdr_rec.book_type_code);
1454:

Line 2130: FROM fa_calendar_types

2126: /* Cursor to select the start period number for a given fiscal year */
2127:
2128: CURSOR c_start_period_counter(c_fiscal_year FA_DEPRN_PERIODS.fiscal_year%type) IS
2129: SELECT (number_per_fiscal_year*c_fiscal_year)+1
2130: FROM fa_calendar_types
2131: WHERE calendar_type=(select deprn_calendar from fa_book_controls
2132: where book_type_code=l_asset_hdr_rec.book_type_code);
2133:
2134: /* Cursor to select the adjustment_id from the sequence for a new record */