DBA Data[Home] [Help]

APPS.POS_CHANGE_PROM_DATES dependencies on PO_VENDORS

Line 754: po_vendors pv

750: x_uom,x_item_description,x_qty_ordered,x_vendor_name
751: from po_headers_all poh,
752: po_lines_all pol,
753: po_line_locations_all poll,
754: po_vendors pv
755: where
756: poll.line_location_id = x_line_location_id
757: and pol.po_line_id = poll.po_line_id
758: and poll.po_header_id = poh.po_header_id

Line 770: po_vendors pv,

766: x_uom,x_item_description,x_qty_ordered,x_vendor_name
767: from po_releases_all por,
768: po_lines_all pol,
769: po_line_locations_all poll,
770: po_vendors pv,
771: po_headers_all poh
772: where
773: poll.line_location_id = x_line_location_id
774: and pol.po_line_id = poll.po_line_id