[Home] [Help]
981: AND NVL(fcst.rate_end_date, forecast_date)
982: AND fcst.bucket_type = WEEKLY_BUCKET
983: AND dates.calendar_date IN
984: (select week_start_date
985: from bom_cal_week_start_dates
986: where calendar_code = param.calendar_code
987: and exception_set_id = param.calendar_exception_set_id
988: and param.organization_id = list.number2 ))
989: OR