DBA Data[Home] [Help]

APPS.MRP_RESCHEDULE_PO dependencies on PO_LINES_ALL

Line 385: from po_lines_all

381: l_error_message varchar2(1000);
382: PROCEDURE show_po_details IS
383: cursor po_details (p_line_id number) is
384: select line_num
385: from po_lines_all
386: where po_line_id = p_line_id;
387:
388: l_po_line_number number;
389: