DBA Data[Home] [Help]

APPS.MRP_WB_BUCKET_DATES dependencies on BOM_CALENDAR_DATES

Line 143: FROM bom_calendar_dates

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