DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on FA_CALENDAR_TYPES

Line 1483: FROM fa_calendar_types

1479: /* Cursor to select the start period number for a given fiscal year */
1480:
1481: CURSOR c_start_period_counter(c_fiscal_year FA_DEPRN_PERIODS.fiscal_year%TYPE) IS
1482: SELECT (number_per_fiscal_year*c_fiscal_year)+1
1483: FROM fa_calendar_types
1484: WHERE calendar_type=(SELECT deprn_calendar
1485: FROM fa_book_controls
1486: WHERE book_type_code=l_asset_hdr_rec.book_type_code);
1487:

Line 2163: FROM fa_calendar_types

2159: /* Cursor to select the start period number for a given fiscal year */
2160:
2161: CURSOR c_start_period_counter(c_fiscal_year FA_DEPRN_PERIODS.fiscal_year%type) IS
2162: SELECT (number_per_fiscal_year*c_fiscal_year)+1
2163: FROM fa_calendar_types
2164: WHERE calendar_type=(select deprn_calendar from fa_book_controls
2165: where book_type_code=l_asset_hdr_rec.book_type_code);
2166:
2167: /* Cursor to select the adjustment_id from the sequence for a new record */