DBA Data[Home] [Help]

APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on PO_REQUISITION_LINES_ALL

Line 445: po_requisition_lines_all prl,

441: l_temp_id, l_task_type_id
442: -- MOAC po_requisition_headers and
443: -- po_requisition_lines switched to use _ALL tables
444: FROM po_requisition_headers_all prh,
445: po_requisition_lines_all prl,
446: rcv_shipment_lines rsl,
447: rcv_shipment_headers rsh,
448: wms_waveplan_tasks_temp wwtt
449: WHERE rsl.shipment_line_id = wwtt.reference_id

Line 6024: l_from_generic := l_from_generic || ', po_requisition_lines_all prl';

6020: l_from_generic := l_from_generic || ', rcv_shipment_headers rsh';
6021: l_from_generic := l_from_generic || ', rcv_shipment_lines rsl';
6022: l_from_generic :=
6023: l_from_generic || ', po_requisition_headers_all prh';
6024: l_from_generic := l_from_generic || ', po_requisition_lines_all prl';
6025: ELSIF p_from_shipment_number IS NOT NULL
6026: OR p_to_shipment_number IS NOT NULL
6027: THEN
6028: l_from_generic := l_from_generic || ', rcv_shipment_headers rsh';