DBA Data[Home] [Help]

APPS.MRP_GRAPH_LINE_CAPACITY dependencies on DUAL

Line 348: FROM dual;

344:
345: -- Get the query_id
346: SELECT mrp_form_query_s.nextval
347: INTO l_query_id
348: FROM dual;
349:
350: -- We want to show all valid working days and non-working days
351: -- with quantities. Use the cursor to get the correct dates
352: -- and load them into the array for updating.