DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on FA_BOOK_CONTROLS

Line 1485: FROM fa_book_controls

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:
1488: /* Cursor to select the adjustment_id from the sequence for a new record */
1489:

Line 2164: WHERE calendar_type=(select deprn_calendar from fa_book_controls

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 */
2168: