DBA Data[Home] [Help]

APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 386: FROM po_line_locations_all pll,

382: SELECT ph.segment1, pl.line_num, wwtt.transaction_temp_id,
383: wwtt.task_type_id
384: BULK COLLECT INTO l_source_header, l_line_number, l_temp_id,
385: l_task_type_id
386: FROM po_line_locations_all pll,
387: po_headers_all ph,
388: po_lines_all pl,
389: wms_waveplan_tasks_temp wwtt
390: WHERE pll.line_location_id = wwtt.reference_id

Line 5219: l_from_generic || ', po_line_locations_all pll';

5215: THEN
5216: IF i = 1
5217: THEN
5218: l_from_generic :=
5219: l_from_generic || ', po_line_locations_all pll';
5220: END IF;
5221:
5222: l_from_generic := l_from_generic || ', po_headers_all ph';
5223: l_from_generic := l_from_generic || ', po_lines_all pl';