DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on INV_CHECK_PRODUCT_INSTALL

Line 3913: g_nl_installed := inv_check_product_install.check_cse_install(

3909: END IF;
3910:
3911: --find out if network logistics is installed
3912: IF g_nl_installed is NULL THEN
3913: g_nl_installed := inv_check_product_install.check_cse_install(
3914: x_return_status => l_status
3915: ,x_msg_count => l_msg_count
3916: ,x_msg_data => l_msg_data);
3917: END IF;