DBA Data[Home] [Help]

APPS.IGI_IAC_YTD_ENGINE dependencies on FA_BOOK_CONTROLS

Line 66: FROM fa_book_controls

62: AND asset_id = p_asset_id;
63:
64: CURSOR c_get_deprn_calendar IS
65: SELECT deprn_calendar
66: FROM fa_book_controls
67: WHERE book_type_code like p_book_type_code;
68:
69: CURSOR c_get_periods_in_year(p_calendar_type fa_calendar_types.calendar_type%TYPE) IS
70: SELECT number_per_fiscal_year

Line 81: l_deprn_calendar fa_book_controls.deprn_calendar%TYPE;

77: l_open_period igi_iac_types.prd_rec;
78: l_last_period igi_iac_types.prd_rec;
79: l_deprn_reserve NUMBER;
80: l_max_deprn_period NUMBER(15);
81: l_deprn_calendar fa_book_controls.deprn_calendar%TYPE;
82: l_periods_per_FY fa_calendar_types.number_per_fiscal_year%TYPE;
83: l_total_periods NUMBER;
84: l_last_period_counter NUMBER;
85: l_last_deprn_period igi_iac_types.prd_rec;