DBA Data[Home] [Help]

APPS.WMS_PLAN_TASKS_PVT dependencies on PO_REQUISITION_HEADERS_ALL

Line 126: FROM po_requisition_headers_all prh,

122: Decode(rsl.requisition_line_id, NULL, rsl.line_num, prl.line_num),
123: wwtt.transaction_temp_id, wwtt.task_type_id
124: bulk collect INTO l_source_header, l_line_number, l_temp_id, l_task_type_id
125: -- MOAC changed po_requisition_headers and po_requisition_lines to _ALL tables
126: FROM po_requisition_headers_all prh,
127: po_requisition_lines_all prl,
128: rcv_shipment_lines rsl,
129: rcv_shipment_headers rsh,
130: wms_waveplan_tasks_temp wwtt

Line 2978: || ', po_requisition_headers_all prh'

2974: l_inbound_from := l_inbound_from
2975: || ', rcv_shipment_headers rsh'
2976: || ', rcv_shipment_lines rsl'
2977: -- MOAC changed po_requisition_headers and po_requisition_lines to _ALL tables
2978: || ', po_requisition_headers_all prh'
2979: || ', po_requisition_lines_all prl';
2980: ELSIF wms_plan_tasks_pvt.g_from_shipment_number IS NOT NULL
2981: OR wms_plan_tasks_pvt.g_to_shipment_number IS NOT NULL THEN
2982: l_inbound_from := l_inbound_from