DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on FND_MESSAGE

Line 440: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');

436: when no_data_found then
437: htp.p(SQLERRM);
438: end;
439:
440: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
441: l_toolbar.title := fnd_message.get;
442: l_toolbar.help_url := 'javascript:top.main.help_window()';
443: fnd_message.set_name('ICX','ICX_HELP');
444: l_toolbar.help_mouseover := FND_MESSAGE.GET;

Line 441: l_toolbar.title := fnd_message.get;

437: htp.p(SQLERRM);
438: end;
439:
440: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
441: l_toolbar.title := fnd_message.get;
442: l_toolbar.help_url := 'javascript:top.main.help_window()';
443: fnd_message.set_name('ICX','ICX_HELP');
444: l_toolbar.help_mouseover := FND_MESSAGE.GET;
445: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||

Line 443: fnd_message.set_name('ICX','ICX_HELP');

439:
440: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
441: l_toolbar.title := fnd_message.get;
442: l_toolbar.help_url := 'javascript:top.main.help_window()';
443: fnd_message.set_name('ICX','ICX_HELP');
444: l_toolbar.help_mouseover := FND_MESSAGE.GET;
445: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||
446: 'OracleMyPage.Home';
447:

Line 444: l_toolbar.help_mouseover := FND_MESSAGE.GET;

440: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
441: l_toolbar.title := fnd_message.get;
442: l_toolbar.help_url := 'javascript:top.main.help_window()';
443: fnd_message.set_name('ICX','ICX_HELP');
444: l_toolbar.help_mouseover := FND_MESSAGE.GET;
445: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||
446: 'OracleMyPage.Home';
447:
448: l_toolbar.custom_option1_mouseover := wf_core.translate('RETURN_TO_HOME');

Line 1114: fnd_message.set_name('ICX','ICX_SHOW_BORDER');

1110: cattributes => 'VALIGN="MIDDLE"');
1111: htp.tableRowClose;
1112:
1113: -- border
1114: fnd_message.set_name('ICX','ICX_SHOW_BORDER');
1115: l_prompt := fnd_message.get;
1116:
1117: htp.tableRowOpen;
1118: htp.tableData(l_prompt,

Line 1115: l_prompt := fnd_message.get;

1111: htp.tableRowClose;
1112:
1113: -- border
1114: fnd_message.set_name('ICX','ICX_SHOW_BORDER');
1115: l_prompt := fnd_message.get;
1116:
1117: htp.tableRowOpen;
1118: htp.tableData(l_prompt,
1119: cattributes => 'VALIGN="MIDDLE"');