DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_CONTAINER_ACTIONS

Line 5304: wsh_container_actions.Create_Multiple_Cont_name (

5300: -- uncomment when the column is there
5301: --l_container_rec.volume := l_lpn_out_tab(1).CONTAINER_VOLUME;
5302: ELSE --}{
5303: /* bmso comment out this protion when WMS code is there */
5304: wsh_container_actions.Create_Multiple_Cont_name (
5305: p_cont_name => p_detail_IN_rec.container_name,
5306: p_cont_name_pre => p_detail_IN_rec.name_prefix,
5307: p_cont_name_suf => p_detail_IN_rec.name_suffix,
5308: p_cont_name_num => p_detail_IN_rec.base_number,

Line 5406: wsh_container_actions.Create_Multiple_Cont_name (

5402: l_container_rec.organization_id := l_organization_id;
5403:
5404: ELSE --}{
5405: /* COMMENT THIS PART ONCE WMS CODE IS AVAILABLE */
5406: wsh_container_actions.Create_Multiple_Cont_name (
5407: p_cont_name => p_detail_IN_rec.container_name,
5408: p_cont_name_pre => NULL,
5409: p_cont_name_suf => NULL,
5410: p_cont_name_num => NULL,

Line 5426: wsh_container_actions.default_container_attr(l_container_rec,

5422: l_container_rec.inventory_item_id := l_cont_item_id;
5423: l_container_rec.organization_id := l_organization_id;
5424: END IF; --}
5425: END IF; --}
5426: wsh_container_actions.default_container_attr(l_container_rec,
5427: l_additional_cont_attr,
5428: p_detail_IN_rec.caller,
5429: l_return_status);
5430: wsh_util_core.api_post_call(

Line 5538: wsh_container_actions.default_container_attr(l_container_rec,

5534: END IF;
5535: RAISE FND_API.G_EXC_ERROR;
5536: END IF; */
5537:
5538: wsh_container_actions.default_container_attr(l_container_rec,
5539: l_additional_cont_attr,
5540: p_detail_IN_rec.caller,
5541: l_return_status);
5542: wsh_util_core.api_post_call(