DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on WMS_INSTALL

Line 3624: l_wms_org_flag := wms_install.check_install (

3620: mdebug('prefix='||p_lpn_prefix||' suffix='|| p_lpn_suffix ||' strtnum='||p_starting_num ||' qty='||p_quantity||' lgth='||p_total_length||' ucc='||p_ucc_128_suffix_flag, G_INFO);
3621: END IF;
3622:
3623: -- Bug 5144565 Check if the organization is a WMS organization
3624: l_wms_org_flag := wms_install.check_install (
3625: x_return_status => x_return_status
3626: , x_msg_count => x_msg_count
3627: , x_msg_data => x_msg_data
3628: , p_organization_id => p_organization_id );

Line 3631: mdebug('Call to wms_install.check_install failed:' ||x_msg_data, 1);

3627: , x_msg_data => x_msg_data
3628: , p_organization_id => p_organization_id );
3629: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
3630: IF ( l_debug = 1 ) THEN
3631: mdebug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
3632: END IF;
3633: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3634: END IF;
3635: