DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on WMS_INSTALL

Line 2207: wms_install.check_install(

2203: END IF;
2204: /* End of Bug# 3238878 */
2205:
2206: l_is_wms_org :=
2207: wms_install.check_install(
2208: x_return_status => l_return_status
2209: , x_msg_count => l_msg_count
2210: , x_msg_data => l_msg_data
2211: , p_organization_id => l_get_org_id

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

2211: , p_organization_id => l_get_org_id
2212: );
2213:
2214: IF l_return_status <> 'S' THEN
2215: fnd_message.set_name('WMS', 'WMS_INSTALL_CHECK_INSTALL_FAILED');
2216: fnd_msg_pub.ADD;
2217: RETURN;
2218: END IF;
2219: