DBA Data[Home] [Help]

APPS.INV_UI_TASK_LOVS dependencies on RCV_SHIPMENT_LINES

Line 318: rcv_shipment_lines rsl

314: NVL ( t.task_number, ' ' ),
315: NVL ( t.task_name, ' ' )
316: FROM pjm_tasks_mtll_v t,
317: po_distributions_all pod,
318: rcv_shipment_lines rsl
319: WHERE rsl.shipment_header_id = p_shipment_id
320: AND rsl.po_header_id =
321: NVL ( p_po_header_id, rsl.po_header_id )
322: AND rsl.po_header_id = pod.po_header_id