DBA Data[Home] [Help]

APPS.WSH_CONTAINER_PUB dependencies on WSH_DELIVERY_DETAILS_PUB

Line 239: -- wsh_delivery_details_pub.changedattributerectype

235: ------------------------------------------------------------------------------
236: -- Procedure: Update_Container
237: --
238: -- Parameters: 1) container_rec - container record of type
239: -- wsh_delivery_details_pub.changedattributerectype
240: -- 2) other standard parameters
241: --
242: -- Description: This procedure takes in a record of container attributes that
243: -- contains the name and delivery detail id of container to update the

Line 246: -- calls the wsh_delivery_details_pub.update_shipping_attributes public API.

242: -- Description: This procedure takes in a record of container attributes that
243: -- contains the name and delivery detail id of container to update the
244: -- container record in WSH_DELIVERY_DETAILS with the attributes input in the
245: -- container rec type. The API validates the container name and detail id and
246: -- calls the wsh_delivery_details_pub.update_shipping_attributes public API.
247: ------------------------------------------------------------------------------
248: /*#
249: * This procedure is used to update a container. A record of container
250: * attributes can be passed in to update the container record.

Line 274: p_container_rec IN WSH_DELIVERY_DETAILS_PUB.CHANGEDATTRIBUTERECTYPE

270: x_msg_count OUT NOCOPY NUMBER,
271: x_msg_data OUT NOCOPY VARCHAR2,
272:
273: -- program specific parameters
274: p_container_rec IN WSH_DELIVERY_DETAILS_PUB.CHANGEDATTRIBUTERECTYPE
275:
276: );
277:
278: