DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on WMS_INSTALL

Line 3981: l_wms_org_flag := wms_install.check_install (

3977: 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);
3978: END IF;
3979:
3980: -- Bug 5144565 Check if the organization is a WMS organization
3981: l_wms_org_flag := wms_install.check_install (
3982: x_return_status => x_return_status
3983: , x_msg_count => x_msg_count
3984: , x_msg_data => x_msg_data
3985: , p_organization_id => p_organization_id );

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

3984: , x_msg_data => x_msg_data
3985: , p_organization_id => p_organization_id );
3986: IF ( x_return_status <> fnd_api.g_ret_sts_success ) THEN
3987: IF ( l_debug = 1 ) THEN
3988: mdebug('Call to wms_install.check_install failed:' ||x_msg_data, 1);
3989: END IF;
3990: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3991: END IF;
3992: