[Home] [Help]
2755: CLOSE h_cursor;
2756:
2757: ELSE
2758: -- EDW periodicity
2759: h_num_periods := BSC_INTEGRATION_APIS.Get_Number_Of_Periods(x_current_fy, x_periodicity, h_calendar_id);
2760: IF BSC_APPS.CheckError('BSC_INTEGRATION_APIS.Get_Number_Of_Periods') THEN
2761: -- Error
2762: RETURN NULL;
2763: END IF;
2756:
2757: ELSE
2758: -- EDW periodicity
2759: h_num_periods := BSC_INTEGRATION_APIS.Get_Number_Of_Periods(x_current_fy, x_periodicity, h_calendar_id);
2760: IF BSC_APPS.CheckError('BSC_INTEGRATION_APIS.Get_Number_Of_Periods') THEN
2761: -- Error
2762: RETURN NULL;
2763: END IF;
2764: