DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_FTE_ENABLED

Line 3547: -- wsh_fte_enabled.check_status function

3543: -- FTE is installed, 'N' otherwise.
3544: -- History:
3545: -- Added by Suresh on Jun-14-2002
3546: -- Added validation to check FTE is enabled or not by calling
3547: -- wsh_fte_enabled.check_status function
3548: -- Initially FTE is always disabled for ONT.H
3549: --
3550: -- Input Arguments: No input arguments
3551: --

Line 3579: IF (wsh_fte_enabled.check_status = 'Y' AND

3575: IF l_debug_on THEN
3576: WSH_DEBUG_SV.push(l_module_name);
3577: END IF;
3578: --
3579: IF (wsh_fte_enabled.check_status = 'Y' AND
3580: Get_Otm_Install_Profile_Value = 'N') THEN -- OTM R12
3581: IF G_FTE_IS_INSTALLED is NULL THEN
3582: IF (fnd_installation.get(716, 716,l_fte_install_status,l_industry)) THEN
3583: IF (l_fte_install_status = 'I') THEN