DBA Data[Home] [Help]

APPS.AP_APXTRSWP_XMLP_PKG dependencies on PO_HEADERS_ALL

Line 611: from po_headers_all POH,

607: select distinct POH.po_header_id,
608: POH.closed_date
609: into l_header_id,
610: l_header_close_date
611: from po_headers_all POH,
612: po_line_locations_all PLL
613: where POH.po_header_id = PLL.po_header_id
614: and PLL.line_location_id = l_line_loc_id;
615: