DBA Data[Home] [Help]

APPS.WSH_CONTAINER_GRP dependencies on WSH_INTERFACE

Line 436: -- wsh_interface.changedattributerectype

432: ------------------------------------------------------------------------------
433: -- Procedure: Update_Container
434: --
435: -- Parameters: 1) container_rec - container record of type
436: -- wsh_interface.changedattributerectype
437: -- 2) other standard parameters
438: --
439: -- Description: This procedure takes in a record of container attributes that
440: -- contains the name and delivery detail id of container to update the

Line 480: l_cont_tab WSH_INTERFACE.CHANGEDATTRIBUTETABTYPE;

476: l_old_lpn_id NUMBER;
477: l_old_rel_status VARCHAR2(1);
478:
479:
480: l_cont_tab WSH_INTERFACE.CHANGEDATTRIBUTETABTYPE;
481:
482: l_msg_summary VARCHAR2(2000) := NULL;
483: l_msg_details VARCHAR2(4000) := NULL;
484: