DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on PO_LINE_LOCATIONS_INTERFACE

Line 1324: po_line_locations_interface polli

1320: NULL
1321: /*Bug 13598209 : PO_LINE_LOCATIONS_ALL has still not been populated
1322: Hence PO_LINE_LOCATIONS_DRAFT_ALL needs to be used*/
1323: FROM PO_LINE_LOCATIONS_DRAFT_ALL poll ,
1324: po_line_locations_interface polli
1325: WHERE poll.po_line_id = p_lines.po_line_id_tbl(i)
1326: AND poll.line_location_id = polli.line_location_id
1327: AND poll.payment_type <> 'ADVANCE';
1328: