DBA Data[Home] [Help]

APPS.MRP_WB_BUCKET_DATES_SC dependencies on BOM_PERIOD_START_DATES

Line 297: FROM bom_period_start_dates

293: -- beginning at the plan start_date
294: -- -----------------------------------------------------------------
295: DECLARE CURSOR PERIODS IS
296: SELECT period_start_date
297: FROM bom_period_start_dates
298: WHERE calendar_code = var_calendar_code
299: AND exception_set_id = var_exception_set_id
300: AND period_start_date >= var_the_date + DECODE(counter, 0, 0, 1)
301: -- AND rownum <= var_num_periods + DECODE(counter, 0, 1, 0)