DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_LOCATIONS_PKG

Line 9961: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

9957: IF l_debug_on THEN
9958: wsh_debug_sv.logmsg(l_module_name,'stop location id has been changed');
9959: END IF;
9960: -- Derive physical Location id for this new location
9961: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
9962: p_internal_cust_location_id => p_location_id,
9963: x_internal_org_location_id => l_physical_location_id, -- New physical Location id
9964: x_return_status => l_return_status);
9965: