DBA Data[Home] [Help]

APPS.PO_VALIDATION_HELPER dependencies on PO_LINES_MERGE_V

Line 1811: PO_LINES_MERGE_V LINE

1807: , LINE_LOC.shipment_num
1808: , LINE_LOC.shipment_type --
1809: FROM
1810: PO_LINE_LOCATIONS_MERGE_V LINE_LOC ,
1811: PO_LINES_MERGE_V LINE
1812: WHERE LINE.po_line_id = LINE_LOC.po_line_id
1813: AND LINE_LOC.po_line_id = l_parent_id_tbl(i)
1814: -- : Don't validate shipment_num
1815: -- on advance pay items, since user cannot set, and

Line 1849: PO_LINES_MERGE_V LINE

1845: , LINE.po_line_id
1846: , LINE.line_num
1847: , NULL --
1848: FROM
1849: PO_LINES_MERGE_V LINE
1850: WHERE
1851: LINE.po_header_id = l_parent_id_tbl(i)
1852: --
1853: --do not consider the PAR from which this is autocreated