DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on WMS_INSTALL

Line 2085: wms_install.check_install(

2081: END IF;
2082: /* End of Bug# 3238878 */
2083:
2084: l_is_wms_org :=
2085: wms_install.check_install(
2086: x_return_status => l_return_status
2087: , x_msg_count => l_msg_count
2088: , x_msg_data => l_msg_data
2089: , p_organization_id => l_get_org_id

Line 2093: fnd_message.set_name('WMS', 'WMS_INSTALL_CHECK_INSTALL_FAILED');

2089: , p_organization_id => l_get_org_id
2090: );
2091:
2092: IF l_return_status <> 'S' THEN
2093: fnd_message.set_name('WMS', 'WMS_INSTALL_CHECK_INSTALL_FAILED');
2094: fnd_msg_pub.ADD;
2095: RETURN;
2096: END IF;
2097: