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 247: FROM fa_calendar_types

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