DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on WSH_CONTAINER_ACTIONS

Line 5838: WSH_CONTAINER_ACTIONS.Create_Cont_Instance_Multi(

5834: END IF;
5835: --
5836: -- Create container as it does not exist.
5837: -- K LPN CONV. rvishnuv
5838: WSH_CONTAINER_ACTIONS.Create_Cont_Instance_Multi(
5839: x_cont_name => l_cont_name,
5840: p_cont_item_id => NULL,
5841: x_cont_instance_id => l_cont_instance_id,
5842: p_par_detail_id => NULL,

Line 6033: WSH_CONTAINER_ACTIONS.Update_Cont_Hierarchy (

6029: --
6030: IF l_debug_on THEN
6031: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Update_Cont_Hierarchy as Grouping attributes do not match');
6032: END IF;
6033: WSH_CONTAINER_ACTIONS.Update_Cont_Hierarchy (
6034: p_changed_attributes(l_Counter).delivery_detail_id,
6035: NULL,
6036: l_cont_instance_id,
6037: l_return_status);