DBA Data[Home] [Help]

APPS.CLN_NOTIFY_SHIPCONF_PKG dependencies on WSH_NEW_DEL_INTERFACE

Line 247: -- This API updates the wsh_new_del_interface table with the waybill

243:
244: -- Name
245: -- UPDATE_NEW_DEL_INTERFACE
246: -- Purpose
247: -- This API updates the wsh_new_del_interface table with the waybill
248: -- based on the delivery interface id inputted.
249: --
250: -- Arguments
251: --

Line 317: UPDATE WSH_NEW_DEL_INTERFACE

313: END IF;
314: RAISE FND_API.G_EXC_ERROR;
315: END;
316:
317: UPDATE WSH_NEW_DEL_INTERFACE
318: SET WAYBILL = p_waybill,
319: NAME = l_delivery_name
320: WHERE DELIVERY_INTERFACE_ID = p_delivery_interface_id ;
321: