DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on FA_CALENDAR_TYPES

Line 134: FROM fa_calendar_types

130:
131: CURSOR c_get_periods_in_year(n_book_code fa_books.book_type_code%TYPE)
132: IS
133: SELECT number_per_fiscal_year
134: FROM fa_calendar_types
135: WHERE calendar_type = (SELECT deprn_calendar
136: FROM fa_book_controls
137: WHERE book_type_code = n_book_code);
138:

Line 147: l_periods_in_year fa_calendar_types.number_per_fiscal_year%TYPE;

143: l_asset_rec c_get_asset_det%ROWTYPE;
144: l_ret_flag BOOLEAN;
145: l_mess varchar2(255);
146:
147: l_periods_in_year fa_calendar_types.number_per_fiscal_year%TYPE;
148: l_dpis_prd_rec igi_iac_types.prd_rec;
149: l_total_periods NUMBER;
150: l_path_name VARCHAR2(150);
151: