DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_CONTAINER_ACTIONS

Line 5314: wsh_container_actions.Create_Multiple_Cont_name (

5310: -- uncomment when the column is there
5311: --l_container_rec.volume := l_lpn_out_tab(1).CONTAINER_VOLUME;
5312: ELSE --}{
5313: /* bmso comment out this protion when WMS code is there */
5314: wsh_container_actions.Create_Multiple_Cont_name (
5315: p_cont_name => p_detail_IN_rec.container_name,
5316: p_cont_name_pre => p_detail_IN_rec.name_prefix,
5317: p_cont_name_suf => p_detail_IN_rec.name_suffix,
5318: p_cont_name_num => p_detail_IN_rec.base_number,

Line 5416: wsh_container_actions.Create_Multiple_Cont_name (

5412: l_container_rec.organization_id := l_organization_id;
5413:
5414: ELSE --}{
5415: /* COMMENT THIS PART ONCE WMS CODE IS AVAILABLE */
5416: wsh_container_actions.Create_Multiple_Cont_name (
5417: p_cont_name => p_detail_IN_rec.container_name,
5418: p_cont_name_pre => NULL,
5419: p_cont_name_suf => NULL,
5420: p_cont_name_num => NULL,

Line 5436: wsh_container_actions.default_container_attr(l_container_rec,

5432: l_container_rec.inventory_item_id := l_cont_item_id;
5433: l_container_rec.organization_id := l_organization_id;
5434: END IF; --}
5435: END IF; --}
5436: wsh_container_actions.default_container_attr(l_container_rec,
5437: l_additional_cont_attr,
5438: p_detail_IN_rec.caller,
5439: l_return_status);
5440: wsh_util_core.api_post_call(

Line 5548: wsh_container_actions.default_container_attr(l_container_rec,

5544: END IF;
5545: RAISE FND_API.G_EXC_ERROR;
5546: END IF; */
5547:
5548: wsh_container_actions.default_container_attr(l_container_rec,
5549: l_additional_cont_attr,
5550: p_detail_IN_rec.caller,
5551: l_return_status);
5552: wsh_util_core.api_post_call(