DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on FA_CALENDAR_TYPES

Line 157: FROM fa_calendar_types

153:
154: CURSOR c_get_periods_in_year(n_book_code fa_books.book_type_code%TYPE)
155: IS
156: SELECT number_per_fiscal_year
157: FROM fa_calendar_types
158: WHERE calendar_type = (SELECT deprn_calendar
159: FROM fa_book_controls
160: WHERE book_type_code = n_book_code);
161:

Line 170: l_periods_in_year fa_calendar_types.number_per_fiscal_year%TYPE;

166: l_asset_rec c_get_asset_det%ROWTYPE;
167: l_ret_flag BOOLEAN;
168: l_mess varchar2(255);
169:
170: l_periods_in_year fa_calendar_types.number_per_fiscal_year%TYPE;
171: l_dpis_prd_rec igi_iac_types.prd_rec;
172: l_total_periods NUMBER;
173: l_path_name VARCHAR2(150);
174: