DBA Data[Home] [Help]

APPS.JL_ZZ_FA_DEPRN_ADJ_PKG dependencies on FA_CALENDAR_PERIODS

Line 302: FROM fa_calendar_periods

298: g_period_counter2 := g_period_counter1 - 1;
299:
300: SELECT period_num
301: INTO g_period_num
302: FROM fa_calendar_periods
303: WHERE calendar_type = g_calendar_type
304: AND start_date = g_current_period_from_date1;
305:
306: SELECT start_date,end_date

Line 309: FROM fa_calendar_periods

305:
306: SELECT start_date,end_date
307: INTO g_current_period_from_date2,
308: g_current_period_to_date2
309: FROM fa_calendar_periods
310: WHERE calendar_type = g_calendar_type
311: AND period_num = decode(g_period_num,1,g_number_per_fy,g_period_num-1)
312: AND end_date = g_current_period_from_date1 - 1;
313: