DBA Data[Home] [Help]

APPS.FII_FDHM_PKG dependencies on ICX_SEC

Line 813: sessionCookie VARCHAR2(128) := ICX_CALL.ENCRYPT3(ICX_SEC.getSessionCookie());

809:
810: PROCEDURE launch( dim_short_name IN VARCHAR2,
811: source_ledger_group_id IN NUMBER) IS
812:
813: sessionCookie VARCHAR2(128) := ICX_CALL.ENCRYPT3(ICX_SEC.getSessionCookie());
814: lang VARCHAR2(128) := ICX_SEC.g_language_code;
815: -- need to escape slash characters in host argument
816: tcfHost VARCHAR2(128) := wfa_html.conv_special_url_chars(
817: FND_PROFILE.VALUE('TCF:HOST'));

Line 814: lang VARCHAR2(128) := ICX_SEC.g_language_code;

810: PROCEDURE launch( dim_short_name IN VARCHAR2,
811: source_ledger_group_id IN NUMBER) IS
812:
813: sessionCookie VARCHAR2(128) := ICX_CALL.ENCRYPT3(ICX_SEC.getSessionCookie());
814: lang VARCHAR2(128) := ICX_SEC.g_language_code;
815: -- need to escape slash characters in host argument
816: tcfHost VARCHAR2(128) := wfa_html.conv_special_url_chars(
817: FND_PROFILE.VALUE('TCF:HOST'));
818: tcfPort VARCHAR2(128) := FND_PROFILE.VALUE('TCF:PORT');

Line 825: if (icx_sec.validateSession) then

821: error VARCHAR2(250) := 'You do not have the required security privileges to launch Financial Dimension Hierarchy Manager. Please contact your System Administrator.';
822:
823: BEGIN
824:
825: if (icx_sec.validateSession) then
826:
827: if (access_test = 'FALSE') then
828: htp.p(error);
829: else