DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on INV_INSTALL

Line 6: if (inv_install.adv_inv_installed(NULL)) then

2: /* $Header: GMOVVTKB.pls 120.1 2007/06/21 06:16:59 rvsingh noship $ */
3:
4: function is_wms_installed return varchar2 is
5: begin
6: if (inv_install.adv_inv_installed(NULL)) then
7: return 'TRUE';
8: else
9: return 'FALSE';
10: end if;