DBA Data[Home] [Help]

APPS.BSC_PORTLET_GRAPH dependencies on ICX_CALL

Line 402: -- l_errmsg := icx_call.encrypt(p_display_name);

398: -----------------------------------------------------------------
399: -- outputing for tessting !!!
400: -- l_k_url := bsc_portlet_graph.get_kpi_url(p_session_id, p_plug_id);
401: -- htp.p('ctm url=' || p_ctm_url);
402: -- l_errmsg := icx_call.encrypt(p_display_name);
403: -- htp.p('target=' || p_target_url);
404: -----------------------------------------------------------------
405: htp.p('');
406: htp.p('');

Line 786: 'pPlugId=' || icx_call.encrypt3(p_plug_id);

782: BEGIN
783:
784: l_ext_params := bsc_portlet_util.PR_RESPID || '=' || p_resp_id || '&' ||
785: bsc_portlet_util.PR_KCODE || '=' || p_kpi_id || '&' ||
786: 'pPlugId=' || icx_call.encrypt3(p_plug_id);
787:
788: -----------------------------------------------------
789: -- Now, we form the url by passing jsp name and extra params.
790: -- NOTE: do not use preferences's responsibility id.

Line 845: l_ext_params := 'pPlugId=' || icx_call.encrypt3(p_plug_id);

841: /*
842: l_ext_params := 'pSessionId=' || p_session_id || '&' ||
843: 'pPlugId=' || p_plug_id;
844: */
845: l_ext_params := 'pPlugId=' || icx_call.encrypt3(p_plug_id);
846:
847: -- it has been customized, resonsibility id is available
848: IF ( NOT p_is_never_customized ) THEN
849: