DBA Data[Home] [Help]

APPS.JL_ZZ_FA_REVAL_RULES_PKG dependencies on FA_CALENDAR_TYPES

Line 57: g_calendar_type FA_CALENDAR_TYPES.CALENDAR_TYPE%TYPE;

53: g_current_fiscal_year NUMBER(4);
54: g_previous_period_counter NUMBER(15);
55: g_previous_period_to_date DATE;
56: g_use_middle_month_table VARCHAR2(3);
57: g_calendar_type FA_CALENDAR_TYPES.CALENDAR_TYPE%TYPE;
58: g_price_index NUMBER;
59: g_country_code VARCHAR2(2);
60: g_precision NUMBER;
61: g_total_records NUMBER := 0;

Line 245: FROM fa_calendar_types

241:
242:
243: SELECT number_per_fiscal_year
244: INTO g_number_per_fy
245: FROM fa_calendar_types
246: WHERE calendar_type = g_calendar_type;
247:
248: g_current_period_from_date2 := g_current_period_from_date1;
249: g_current_period_to_date2 := g_current_period_to_date1;