[Home] [Help]
139: -- beginning at the plan start_date
140: -- --------------------------------------------------------------------
141: DECLARE CURSOR DAYS IS
142: SELECT calendar_date
143: FROM bom_calendar_dates
144: WHERE calendar_code = var_calendar_code
145: AND exception_set_id = var_exception_set_id
146: AND seq_num IS NOT NULL
147: AND calendar_date >= var_the_date