DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on WSH_CONTAINER_ACTIONS

Line 5267: WSH_CONTAINER_ACTIONS.Create_Cont_Instance_Multi(

5263: END IF;
5264: --
5265: -- Create container as it does not exist.
5266: -- K LPN CONV. rvishnuv
5267: WSH_CONTAINER_ACTIONS.Create_Cont_Instance_Multi(
5268: x_cont_name => l_cont_name,
5269: p_cont_item_id => NULL,
5270: x_cont_instance_id => l_cont_instance_id,
5271: p_par_detail_id => NULL,

Line 5459: WSH_CONTAINER_ACTIONS.Update_Cont_Hierarchy (

5455: --
5456: IF l_debug_on THEN
5457: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Update_Cont_Hierarchy as Grouping attributes do not match');
5458: END IF;
5459: WSH_CONTAINER_ACTIONS.Update_Cont_Hierarchy (
5460: p_changed_attributes(l_Counter).delivery_detail_id,
5461: NULL,
5462: l_cont_instance_id,
5463: l_return_status);