DBA Data[Home] [Help]

APPS.POS_CHANGE_PROM_DATES dependencies on PO_LINES_ALL

Line 752: po_lines_all pol,

748: poll.QUANTITY - poll.QUANTITY_CANCELLED),pv.vendor_name
749: into x_agent_id, x_item_id, x_ship_to_organization_id,x_line_num,
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

Line 768: po_lines_all pol,

764: poll.QUANTITY - poll.QUANTITY_CANCELLED),pv.vendor_name
765: into x_agent_id, x_item_id, x_ship_to_organization_id,x_line_num,
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