DBA Data[Home] [Help]

APPS.INV_UI_TASK_LOVS dependencies on RCV_SHIPMENT_LINES

Line 316: rcv_shipment_lines rsl

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