DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on FND_WEB_CONFIG

Line 936: -- FND_WEB_CONFIG library to be sure we use the right protocol.

932: V_FileName := ICX_CALL.decrypt2(P_FileName);
933:
934: -- Bug 899146:
935: -- To avoid using http directy, we need to call the
936: -- FND_WEB_CONFIG library to be sure we use the right protocol.
937: OWA_UTIL.Redirect_URL( FND_WEB_CONFIG.WEB_SERVER ||
938: substrb(AP_WEB_INFRASTRUCTURE_PKG.getCSSPath, 2) ||
939: V_FileName);
940: END IF;

Line 937: OWA_UTIL.Redirect_URL( FND_WEB_CONFIG.WEB_SERVER ||

933:
934: -- Bug 899146:
935: -- To avoid using http directy, we need to call the
936: -- FND_WEB_CONFIG library to be sure we use the right protocol.
937: OWA_UTIL.Redirect_URL( FND_WEB_CONFIG.WEB_SERVER ||
938: substrb(AP_WEB_INFRASTRUCTURE_PKG.getCSSPath, 2) ||
939: V_FileName);
940: END IF;
941: