DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 5003: , po_line_locations_all plla

4999: plla.line_location_id)
5000: INTO l_lcm_flag
5001: FROM po_headers_all pha
5002: , po_lines_all pla
5003: , po_line_locations_all plla
5004: WHERE pha.po_header_id = pla.po_header_id
5005: AND pla.po_line_id = plla.po_line_id
5006: AND pha.po_header_id = plla.po_header_id
5007: AND plla.line_location_id = x_ship_ln_int_lst(l_ship_ln_int_idx).ship_line_source_id;