DBA Data[Home] [Help]

APPS.WSH_CONTAINER_PUB dependencies on WSH_DELIVERY_DETAILS_PUB

Line 271: p_in_rec IN WSH_DELIVERY_DETAILS_PUB.CHANGEDATTRIBUTERECTYPE

267: END Create_Containers;
268:
269:
270: PROCEDURE populate_record(
271: p_in_rec IN WSH_DELIVERY_DETAILS_PUB.CHANGEDATTRIBUTERECTYPE
272: , p_outrec OUT NOCOPY
273: wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type)
274: IS
275: --

Line 486: -- wsh_delivery_details_pub.changedattributerectype

482: ------------------------------------------------------------------------------
483: -- Procedure: Update_Container
484: --
485: -- Parameters: 1) container_rec - container record of type
486: -- wsh_delivery_details_pub.changedattributerectype
487: -- 2) other standard parameters
488: --
489: -- Description: This procedure takes in a record of container attributes that
490: -- contains the name and delivery detail id of container to update the

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

489: -- Description: This procedure takes in a record of container attributes that
490: -- contains the name and delivery detail id of container to update the
491: -- container record in WSH_DELIVERY_DETAILS with the attributes input in the
492: -- container rec type. The API validates the container name and detail id and
493: -- calls the wsh_delivery_details_pub.update_shipping_attributes public API.
494: ------------------------------------------------------------------------------
495:
496: PROCEDURE Update_Container (
497: -- Standard parameters

Line 507: p_container_rec IN WSH_DELIVERY_DETAILS_PUB.CHANGEDATTRIBUTERECTYPE

503: x_msg_count OUT NOCOPY NUMBER,
504: x_msg_data OUT NOCOPY VARCHAR2,
505:
506: -- program specific parameters
507: p_container_rec IN WSH_DELIVERY_DETAILS_PUB.CHANGEDATTRIBUTERECTYPE
508:
509: ) IS
510:
511: -- Standard call to check for call compatibility