DBA Data[Home] [Help]

APPS.HR_EXTERNAL_APPLICATION dependencies on OWA_UTIL

Line 158: owa_util.redirect_url(l_url);

154: --
155: -- Possible performance concerns using this function with IE
156: -- may be worth switching to using 'location.replace()'
157: --
158: owa_util.redirect_url(l_url);
159:
160: END IF;
161:
162: IF( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN

Line 721: owa_util.redirect_url(l_url);

717: ELSE
718: -- Possible performance concerns using this function with IE
719: -- may be worth switching to using 'location.replace()'
720: --
721: owa_util.redirect_url(l_url);
722: END IF;
723:
724: IF( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
725: FND_LOG.STRING (LOG_LEVEL => FND_LOG.LEVEL_PROCEDURE,