DBA Data[Home] [Help]

APPS.BIS_REPORT_UTIL_PVT dependencies on ICX_SEC

Line 51: if icx_sec.g_oa_media is null then

47: BEGIN
48: -- mdamle 05/31/01 - New Profile for OA_HTML, OA_MEDIA
49: -- l_Icx_Report_Images := FND_PROFILE.value('ICX_REPORT_IMAGES');
50:
51: if icx_sec.g_oa_media is null then
52: result := icx_sec.validateSession;
53: end if;
54:
55: if instr(icx_sec.g_oa_media, 'http:') > 0 then

Line 52: result := icx_sec.validateSession;

48: -- mdamle 05/31/01 - New Profile for OA_HTML, OA_MEDIA
49: -- l_Icx_Report_Images := FND_PROFILE.value('ICX_REPORT_IMAGES');
50:
51: if icx_sec.g_oa_media is null then
52: result := icx_sec.validateSession;
53: end if;
54:
55: if instr(icx_sec.g_oa_media, 'http:') > 0 then
56: l_Icx_Report_Images := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);

Line 55: if instr(icx_sec.g_oa_media, 'http:') > 0 then

51: if icx_sec.g_oa_media is null then
52: result := icx_sec.validateSession;
53: end if;
54:
55: if instr(icx_sec.g_oa_media, 'http:') > 0 then
56: l_Icx_Report_Images := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);
57: else
58: l_Icx_Report_Images := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);
59: end if;

Line 56: l_Icx_Report_Images := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);

52: result := icx_sec.validateSession;
53: end if;
54:
55: if instr(icx_sec.g_oa_media, 'http:') > 0 then
56: l_Icx_Report_Images := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);
57: else
58: l_Icx_Report_Images := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);
59: end if;
60:

Line 58: l_Icx_Report_Images := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);

54:
55: if instr(icx_sec.g_oa_media, 'http:') > 0 then
56: l_Icx_Report_Images := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);
57: else
58: l_Icx_Report_Images := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_media);
59: end if;
60:
61: RETURN(l_Icx_Report_Images);
62:

Line 71: if icx_sec.g_oa_html is null then

67: l_Icx_HTML VARCHAR2(240);
68: result boolean;
69: BEGIN
70:
71: if icx_sec.g_oa_html is null then
72: result := icx_sec.validateSession;
73: end if;
74:
75: if instr(icx_sec.g_oa_html, 'http:') > 0 then

Line 72: result := icx_sec.validateSession;

68: result boolean;
69: BEGIN
70:
71: if icx_sec.g_oa_html is null then
72: result := icx_sec.validateSession;
73: end if;
74:
75: if instr(icx_sec.g_oa_html, 'http:') > 0 then
76: l_Icx_HTML := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);

Line 75: if instr(icx_sec.g_oa_html, 'http:') > 0 then

71: if icx_sec.g_oa_html is null then
72: result := icx_sec.validateSession;
73: end if;
74:
75: if instr(icx_sec.g_oa_html, 'http:') > 0 then
76: l_Icx_HTML := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);
77: else
78: l_Icx_HTML := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);
79: end if;

Line 76: l_Icx_HTML := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);

72: result := icx_sec.validateSession;
73: end if;
74:
75: if instr(icx_sec.g_oa_html, 'http:') > 0 then
76: l_Icx_HTML := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);
77: else
78: l_Icx_HTML := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);
79: end if;
80:

Line 78: l_Icx_HTML := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);

74:
75: if instr(icx_sec.g_oa_html, 'http:') > 0 then
76: l_Icx_HTML := FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);
77: else
78: l_Icx_HTML := FND_WEB_CONFIG.WEB_SERVER || FND_WEB_CONFIG.TRAIL_SLASH(icx_sec.g_oa_html);
79: end if;
80:
81: RETURN(l_Icx_HTML);
82:

Line 787: IF substr(icx_sec.g_mode_code,1,3) = '115' THEN

783: x_server_directory VARCHAR2(32000);
784:
785: BEGIN
786:
787: IF substr(icx_sec.g_mode_code,1,3) = '115' THEN
788: x_server_directory := NULL;
789: ELSE
790: x_server_directory := 'OA_JAVA_SERV';
791: END IF;

Line 818: --IF (ICX_SEC.ValidateSession) THEN

814: l_releaseVersion VARCHAR2(3);
815:
816: BEGIN
817: -- bug fix 2591070 gsanap
818: --IF (ICX_SEC.ValidateSession) THEN
819: l_ReleaseVersion := SUBSTR (ICX_SEC.g_mode_code, 1, 3);
820: --END IF;
821:
822: IF (l_releaseVersion = '115') THEN

Line 819: l_ReleaseVersion := SUBSTR (ICX_SEC.g_mode_code, 1, 3);

815:
816: BEGIN
817: -- bug fix 2591070 gsanap
818: --IF (ICX_SEC.ValidateSession) THEN
819: l_ReleaseVersion := SUBSTR (ICX_SEC.g_mode_code, 1, 3);
820: --END IF;
821:
822: IF (l_releaseVersion = '115') THEN
823: x_home_Page := 'oraclemyPage.home' ;

Line 865: --IF (ICX_SEC.ValidateSession) THEN

861: l_releaseVersion VARCHAR2(3);
862:
863: BEGIN
864: -- bug fix 2591070 gsanap
865: --IF (ICX_SEC.ValidateSession) THEN
866: l_ReleaseVersion := SUBSTR (ICX_SEC.g_mode_code, 1, 3);
867: --END IF;
868:
869: l_app_server := FND_WEB_CONFIG.TRAIL_SLASH(icx_plug_utilities.getReportURL);

Line 866: l_ReleaseVersion := SUBSTR (ICX_SEC.g_mode_code, 1, 3);

862:
863: BEGIN
864: -- bug fix 2591070 gsanap
865: --IF (ICX_SEC.ValidateSession) THEN
866: l_ReleaseVersion := SUBSTR (ICX_SEC.g_mode_code, 1, 3);
867: --END IF;
868:
869: l_app_server := FND_WEB_CONFIG.TRAIL_SLASH(icx_plug_utilities.getReportURL);
870: l_agent := FND_WEB_CONFIG.TRAIL_SLASH(icx_plug_utilities.getPLSQLagent);