DBA Data[Home] [Help]

APPS.FII_FDHM_PKG dependencies on FND_PROFILE

Line 817: FND_PROFILE.VALUE('TCF:HOST'));

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');
819: dbc_file VARCHAR2(128) := fnd_web_config.database_id;
820:
821: error VARCHAR2(250) := 'You do not have the required security privileges to launch Financial Dimension Hierarchy Manager. Please contact your System Administrator.';

Line 818: tcfPort VARCHAR2(128) := FND_PROFILE.VALUE('TCF:PORT');

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');
819: dbc_file VARCHAR2(128) := fnd_web_config.database_id;
820:
821: error VARCHAR2(250) := 'You do not have the required security privileges to launch Financial Dimension Hierarchy Manager. Please contact your System Administrator.';
822: