DBA Data[Home] [Help]

APPS.MSC_HORIZONTAL_PLAN_SC dependencies on DUAL

Line 3088: FROM dual;

3084:
3085:
3086: SELECT msc_form_query_s.nextval
3087: INTO l_query_id
3088: FROM dual;
3089:
3090: --< bug5449978--if plan is drp or unconstrained ascp or any plan where enforce_supplier capacity constraints is off, fallback to msc_supplies
3091: OPEN plan_start_c;
3092: FETCH plan_start_c INTO l_plan_start_date, l_plan_type, l_optimized_plan, l_enforce_sup_cap_constraints, l_constraints;