DBA Data[Home] [Help]

APPS.MRP_WB_BUCKET_DATES_SC dependencies on BOM_CALENDAR_DATES

Line 160: FROM bom_calendar_dates

156: -- beginning at the plan start_date
157: -- --------------------------------------------------------------------
158: DECLARE CURSOR DAYS IS
159: SELECT calendar_date
160: FROM bom_calendar_dates
161: WHERE calendar_code = var_calendar_code
162: AND exception_set_id = var_exception_set_id
163: AND seq_num IS NOT NULL
164: AND calendar_date >= var_the_date

Line 171: FROM bom_calendar_dates

167: --
168: -- bug 3468984
169: CURSOR HP_DAYS IS
170: SELECT calendar_date
171: FROM bom_calendar_dates
172: WHERE calendar_code = var_calendar_code
173: AND exception_set_id = var_exception_set_id
174: --AND seq_num IS NOT NULL
175: AND calendar_date >= var_the_date