DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on WSH_WMS_LPN_GRP

Line 10862: with new API call WSH_WMS_LPN_GRP.Create_Update_Containers

10858: 1. Uniqueness constraint on WDD.container_name is removed
10859: So it is not required to append characters to the LPNs
10860: to get a new containers name
10861: 2. Replace API call to wsh_container_grp.update_container
10862: with new API call WSH_WMS_LPN_GRP.Create_Update_Containers
10863: */
10864:
10865: IF l_status_code = 'C' THEN
10866:

Line 10875: WSH_WMS_LPN_GRP.Create_Update_Containers (

10871:
10872: l_IN_rec.caller := 'WMS';
10873: l_IN_rec.action_code := 'UPDATE_NULL';
10874:
10875: WSH_WMS_LPN_GRP.Create_Update_Containers (
10876: p_api_version => 1.0
10877: , p_init_msg_list => fnd_api.g_false
10878: , p_commit => fnd_api.g_false
10879: , x_return_status => x_return_status