DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_FTE_ENABLED

Line 3583: -- wsh_fte_enabled.check_status function

3579: -- FTE is installed, 'N' otherwise.
3580: -- History:
3581: -- Added by Suresh on Jun-14-2002
3582: -- Added validation to check FTE is enabled or not by calling
3583: -- wsh_fte_enabled.check_status function
3584: -- Initially FTE is always disabled for ONT.H
3585: --
3586: -- Input Arguments: No input arguments
3587: --

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

3611: IF l_debug_on THEN
3612: WSH_DEBUG_SV.push(l_module_name);
3613: END IF;
3614: --
3615: IF (wsh_fte_enabled.check_status = 'Y' AND
3616: Get_Otm_Install_Profile_Value = 'N') THEN -- OTM R12
3617: IF G_FTE_IS_INSTALLED is NULL THEN
3618: IF (fnd_installation.get(716, 716,l_fte_install_status,l_industry)) THEN
3619: IF (l_fte_install_status = 'I') THEN