DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on FA_BOOK_CONTROLS

Line 1452: FROM fa_book_controls

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

Line 2131: WHERE calendar_type=(select deprn_calendar from fa_book_controls

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