DBA Data[Home] [Help]

APPS.BSC_PORTLET_UTIL dependencies on BSC_PORTLET_UTIL

Line 1: PACKAGE BODY bsc_portlet_util AS

1: PACKAGE BODY bsc_portlet_util AS
2: /* $Header: BSCPUTLB.pls 120.0.12000000.2 2007/01/30 08:49:55 nkishore ship $ */
3:
4: FUNCTION is_alignment_needed RETURN BOOLEAN;
5:

Line 203: l_webdb_host := bsc_portlet_util.get_webdb_host;

199: -- Retrive information from profile options.
200: -----------------------------------------------------------------
201:
202: -- it is a valid session
203: l_webdb_host := bsc_portlet_util.get_webdb_host;
204: l_webdb_port := bsc_portlet_util.get_webdb_port;
205:
206: l_init_path := bsc_portlet_util.get_bsc_jsp_path || l_jsp_name;
207:

Line 204: l_webdb_port := bsc_portlet_util.get_webdb_port;

200: -----------------------------------------------------------------
201:
202: -- it is a valid session
203: l_webdb_host := bsc_portlet_util.get_webdb_host;
204: l_webdb_port := bsc_portlet_util.get_webdb_port;
205:
206: l_init_path := bsc_portlet_util.get_bsc_jsp_path || l_jsp_name;
207:
208: -----------------------------------------------------------------

Line 206: l_init_path := bsc_portlet_util.get_bsc_jsp_path || l_jsp_name;

202: -- it is a valid session
203: l_webdb_host := bsc_portlet_util.get_webdb_host;
204: l_webdb_port := bsc_portlet_util.get_webdb_port;
205:
206: l_init_path := bsc_portlet_util.get_bsc_jsp_path || l_jsp_name;
207:
208: -----------------------------------------------------------------
209: -- A valid session
210: -----------------------------------------------------------------

Line 234: bsc_portlet_util.PR_RESPID || '=' || l_resp_id;

230: IF ( p_is_respid_used ) THEN
231: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID,'',p_session_id);
232:
233: l_parameter := l_parameter || '&' ||
234: bsc_portlet_util.PR_RESPID || '=' || l_resp_id;
235: END IF; -- (p_is_respid_used )
236:
237:
238: IF (p_ext_params IS NOT NULL) THEN

Line 364: bsc_portlet_util.decrypt_plug_info(p_cookie_value,

360: l_session_id NUMBER := -1;
361: l_plug_id NUMBER := -1;
362:
363: BEGIN
364: bsc_portlet_util.decrypt_plug_info(p_cookie_value,
365: p_encrypted_plug_id, l_session_id, l_plug_id);
366:
367:
368: IF icx_sec.validateSessionPrivate(c_session_id =>l_session_id) THEN

Line 623: END bsc_portlet_util;

619:
620: END getValue;
621:
622:
623: END bsc_portlet_util;