DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_CONTAINER_ACTIONS

Line 982: WSH_CONTAINER_ACTIONS.Create_Cont_Instance_Multi(

978: -- need to create the container instance
979: --
980: -- K LPN CONV. rv
981: --
982: WSH_CONTAINER_ACTIONS.Create_Cont_Instance_Multi(
983: x_cont_name => l_cont_name,
984: p_cont_item_id => del_det_int_rec.inventory_item_id,
985: x_cont_instance_id => l_cont_instance_id,
986: p_par_detail_id => NULL,

Line 1010: WSH_CONTAINER_ACTIONS.Create_Container_Instance(

1006: l_cont_instance_id := l_cont_tab(1);
1007: -- K LPN CONV. rv
1008: --
1009: /*
1010: WSH_CONTAINER_ACTIONS.Create_Container_Instance(
1011: x_cont_name => l_cont_name,
1012: p_cont_item_id => del_det_int_rec.inventory_item_id,
1013: x_cont_instance_id => l_cont_instance_id,
1014: p_par_detail_id => NULL,

Line 1667: WSH_CONTAINER_ACTIONS.Assign_Detail(

1663: wsh_debug_sv.log (l_module_name, 'Delivery detail id', G_Packing_Detail_Tab(i).Delivery_Detail_Id);
1664: wsh_debug_sv.log (l_module_name, 'Container instance id', G_Packing_Detail_Tab(i).Parent_Delivery_Detail_Id);
1665: END IF;
1666:
1667: WSH_CONTAINER_ACTIONS.Assign_Detail(
1668: p_container_instance_id => G_Packing_Detail_Tab(i).Parent_Delivery_Detail_Id,
1669: p_del_detail_tab => l_del_detail_tab,
1670: x_pack_status => l_pack_status,
1671: x_return_status => l_return_status);