DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on OE_ORDER_LINES_ALL

Line 5901: FROM oe_order_lines_all oel

5897: BEGIN
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

Line 5976: FROM oe_order_lines_all oel

5972: ELSE IF (p_req_line_id IS NOT NULL ) THEN
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

Line 6783: FROM oe_order_lines_all oel

6779:
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