DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on WSH_WMS_LPN_GRP

Line 13158: with new API call WSH_WMS_LPN_GRP.Create_Update_Containers

13154: 1. Uniqueness constraint on WDD.container_name is removed
13155: So it is not required to append characters to the LPNs
13156: to get a new containers name
13157: 2. Replace API call to wsh_container_grp.update_container
13158: with new API call WSH_WMS_LPN_GRP.Create_Update_Containers
13159: */
13160:
13161: IF l_status_code = 'C' THEN
13162:

Line 13171: WSH_WMS_LPN_GRP.Create_Update_Containers (

13167:
13168: l_IN_rec.caller := 'WMS';
13169: l_IN_rec.action_code := 'UPDATE_NULL';
13170:
13171: WSH_WMS_LPN_GRP.Create_Update_Containers (
13172: p_api_version => 1.0
13173: , p_init_msg_list => fnd_api.g_false
13174: , p_commit => fnd_api.g_false
13175: , x_return_status => x_return_status