DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 5902: ,oe_order_headers_all oeh

5898:
5899: SELECT nvl(sum(w.shipped_quantity),0)
5900: INTO l_open_quantity
5901: FROM oe_order_lines_all oel
5902: ,oe_order_headers_all oeh
5903: ,wsh_delivery_details w
5904: ,po_requisition_lines_all pol
5905: WHERE
5906: oel.header_id = oeh.header_id

Line 5977: ,oe_order_headers_all oeh

5973: BEGIN
5974: SELECT nvl(sum(w.shipped_quantity),0)
5975: INTO l_open_quantity
5976: FROM oe_order_lines_all oel
5977: ,oe_order_headers_all oeh
5978: ,wsh_delivery_details w
5979: ,po_requisition_lines_all pol
5980: WHERE
5981: oel.header_id = oeh.header_id

Line 6784: ,oe_order_headers_all oeh

6780: BEGIN
6781: SELECT nvl(sum(w.shipped_quantity),0)
6782: INTO l_open_quantity
6783: FROM oe_order_lines_all oel
6784: ,oe_order_headers_all oeh
6785: ,wsh_delivery_details w
6786: ,po_requisition_lines_all pol
6787: WHERE
6788: oel.header_id = oeh.header_id