DBA Data[Home] [Help]

APPS.MSC_HORIZONTAL_PLAN_SC dependencies on DUAL

Line 3278: FROM dual;

3274: p_start_date||'''))';/*End for bug 12746680 */
3275:
3276: SELECT msc_form_query_s.nextval
3277: INTO l_query_id
3278: FROM dual;
3279:
3280: --< bug5449978--if plan is drp or unconstrained ascp or any plan where enforce_supplier capacity constraints is off, fallback to msc_supplies
3281: OPEN plan_start_c;
3282: FETCH plan_start_c INTO l_plan_start_date, l_plan_type, l_optimized_plan, l_enforce_sup_cap_constraints, l_constraints;