DBA Data[Home] [Help]

APPS.JL_ZZ_GLOBE_VAL_PKG dependencies on FA_CALENDAR_TYPES

Line 203: from fa_calendar_types ct

199: select to_number(p_current_fiscal_year)
200: * ct.number_per_fiscal_year
201: + to_number(p_current_period_num)-1
202: into p_last_period_counter
203: from fa_calendar_types ct
204: where ct.calendar_type = p_deprn_calendar;
205: EXCEPTION
206: WHEN OTHERS THEN
207: RAISE PROGRAM_ERROR;