DBA Data[Home] [Help]

APPS.WSH_CONC_UTIL_PKG dependencies on OE_ORDER_HEADERS_ALL

Line 168: update oe_order_headers_all oeh

164: null;
165: END IF;
166:
167: -- Update Closed Headers, whose lines are closed, and Not cancelled
168: update oe_order_headers_all oeh
169: set oeh.freight_carrier_code = l_new_freight_code
170: , oeh.last_updated_by = -2950631
171: , oeh.last_update_date = sysdate
172: where oeh.open_flag = 'N'