DBA Data[Home] [Help]

APPS.GL_JAHE_PKG dependencies on FND_PROFILE

Line 387: sobid := fnd_profile.value_specific('GL_SET_OF_BKS_ID',

383: LOOP
384: fetch resp into rid, appid;
385: exit when resp%NOTFOUND;
386: /*
387: sobid := fnd_profile.value_specific('GL_SET_OF_BKS_ID',
388: user_id, rid, appid);
389:
390: if (sobid is not null) then
391: select chart_of_accounts_id into coaid

Line 395: accsetid := fnd_profile.value_specific('GL_ACCESS_SET_ID',

391: select chart_of_accounts_id into coaid
392: from gl_sets_of_books
393: where set_of_books_id = to_number(sobid);
394: */
395: accsetid := fnd_profile.value_specific('GL_ACCESS_SET_ID',
396: user_id, rid, appid);
397:
398: if (accsetid is not null) then
399: select chart_of_accounts_id into coaid

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

569: sessionCookie VARCHAR2(128) := ICX_CALL.ENCRYPT3(ICX_SEC.getSessionCookie());
570: lang VARCHAR2(128) := ICX_SEC.g_language_code;
571: -- need to escape slash characters in host argument
572: tcfHost VARCHAR2(128) := wfa_html.conv_special_url_chars(
573: FND_PROFILE.VALUE('TCF:HOST'));
574: tcfPort VARCHAR2(128) := FND_PROFILE.VALUE('TCF:PORT');
575: dbc_file VARCHAR2(128) := fnd_web_config.database_id;
576:
577: error VARCHAR2(250) := 'You do not have the required security privileges to launch Account Hierarchy Manager. Please contact your System Administrator';

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

570: lang VARCHAR2(128) := ICX_SEC.g_language_code;
571: -- need to escape slash characters in host argument
572: tcfHost VARCHAR2(128) := wfa_html.conv_special_url_chars(
573: FND_PROFILE.VALUE('TCF:HOST'));
574: tcfPort VARCHAR2(128) := FND_PROFILE.VALUE('TCF:PORT');
575: dbc_file VARCHAR2(128) := fnd_web_config.database_id;
576:
577: error VARCHAR2(250) := 'You do not have the required security privileges to launch Account Hierarchy Manager. Please contact your System Administrator';
578: */