DBA Data[Home] [Help]

APPS.WSH_CONC_UTIL_PKG dependencies on OE_ORDER_HEADERS_ALL

Line 156: update oe_order_headers_all oeh

152: null;
153: END IF;
154:
155: -- Update Closed Headers, whose lines are closed, and Not cancelled
156: update oe_order_headers_all oeh
157: set oeh.freight_carrier_code = l_new_freight_code
158: , oeh.last_updated_by = -2950631
159: , oeh.last_update_date = sysdate
160: where oeh.open_flag = 'N'