DBA Data[Home] [Help]

APPS.ORACLEMYPAGE dependencies on FND_MESSAGE

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

133: when NO_DATA_FOUND then
134: htp.p('Add page creation code here');
135: end;
136:
137: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
138: l_customize_page := fnd_message.get;
139: l_date := to_char(sysdate,icx_sec.g_date_format);
140:
141: htp.p('');

Line 138: l_customize_page := fnd_message.get;

134: htp.p('Add page creation code here');
135: end;
136:
137: fnd_message.set_name('ICX','ICX_LOGIN_CUSTOMIZE');
138: l_customize_page := fnd_message.get;
139: l_date := to_char(sysdate,icx_sec.g_date_format);
140:
141: htp.p('');
142: htp.p(''||l_title||'');

Line 659: fnd_message.set_name('ICX','ICX_SIGNIN_INVALID');

655: exception
656:
657: WHEN e_no_sgid THEN
658: --display loginpage with invalid login error
659: fnd_message.set_name('ICX','ICX_SIGNIN_INVALID');
660: c_error_msg := fnd_message.get;
661: fnd_message.set_name('ICX','ICX_SIGNIN_AGAIN');
662: c_login_msg := fnd_message.get;
663: OracleApps.displayLogin

Line 660: c_error_msg := fnd_message.get;

656:
657: WHEN e_no_sgid THEN
658: --display loginpage with invalid login error
659: fnd_message.set_name('ICX','ICX_SIGNIN_INVALID');
660: c_error_msg := fnd_message.get;
661: fnd_message.set_name('ICX','ICX_SIGNIN_AGAIN');
662: c_login_msg := fnd_message.get;
663: OracleApps.displayLogin
664: (c_message => c_error_msg||' '||c_login_msg,

Line 661: fnd_message.set_name('ICX','ICX_SIGNIN_AGAIN');

657: WHEN e_no_sgid THEN
658: --display loginpage with invalid login error
659: fnd_message.set_name('ICX','ICX_SIGNIN_INVALID');
660: c_error_msg := fnd_message.get;
661: fnd_message.set_name('ICX','ICX_SIGNIN_AGAIN');
662: c_login_msg := fnd_message.get;
663: OracleApps.displayLogin
664: (c_message => c_error_msg||' '||c_login_msg,
665: p_home_url => home_url);

Line 662: c_login_msg := fnd_message.get;

658: --display loginpage with invalid login error
659: fnd_message.set_name('ICX','ICX_SIGNIN_INVALID');
660: c_error_msg := fnd_message.get;
661: fnd_message.set_name('ICX','ICX_SIGNIN_AGAIN');
662: c_login_msg := fnd_message.get;
663: OracleApps.displayLogin
664: (c_message => c_error_msg||' '||c_login_msg,
665: p_home_url => home_url);
666: --

Line 1063: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');

1059: select page_id into l_active_page_id
1060: from icx_sessions
1061: where session_id = l_session_id;
1062:
1063: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1064: fnd_message.set_token('USER',l_known_as);
1065: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1066: l_toolbar.help_url := 'javascript:top.main.help_window()';
1067: fnd_message.set_name('ICX','ICX_HELP');

Line 1064: fnd_message.set_token('USER',l_known_as);

1060: from icx_sessions
1061: where session_id = l_session_id;
1062:
1063: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1064: fnd_message.set_token('USER',l_known_as);
1065: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1066: l_toolbar.help_url := 'javascript:top.main.help_window()';
1067: fnd_message.set_name('ICX','ICX_HELP');
1068: l_toolbar.help_mouseover := FND_MESSAGE.GET;

Line 1065: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147

1061: where session_id = l_session_id;
1062:
1063: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1064: fnd_message.set_token('USER',l_known_as);
1065: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1066: l_toolbar.help_url := 'javascript:top.main.help_window()';
1067: fnd_message.set_name('ICX','ICX_HELP');
1068: l_toolbar.help_mouseover := FND_MESSAGE.GET;
1069: -- icon hint for Tab Adminstration

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

1063: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1064: fnd_message.set_token('USER',l_known_as);
1065: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1066: l_toolbar.help_url := 'javascript:top.main.help_window()';
1067: fnd_message.set_name('ICX','ICX_HELP');
1068: l_toolbar.help_mouseover := FND_MESSAGE.GET;
1069: -- icon hint for Tab Adminstration
1070: l_tab_hint := wf_core.translate('ICX_TAB_ADMIN');
1071: l_toolbar.custom_option1_url := l_agent||'icx_define_pages.editpagelist';

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

1064: fnd_message.set_token('USER',l_known_as);
1065: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1066: l_toolbar.help_url := 'javascript:top.main.help_window()';
1067: fnd_message.set_name('ICX','ICX_HELP');
1068: l_toolbar.help_mouseover := FND_MESSAGE.GET;
1069: -- icon hint for Tab Adminstration
1070: l_tab_hint := wf_core.translate('ICX_TAB_ADMIN');
1071: l_toolbar.custom_option1_url := l_agent||'icx_define_pages.editpagelist';
1072: l_toolbar.custom_option1_mouseover := l_tab_hint;

Line 1249: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');

1245: select page_id into l_active_page_id
1246: from icx_sessions
1247: where session_id = icx_sec.g_session_id;
1248:
1249: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1250: fnd_message.set_token('USER',l_known_as);
1251: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1252: l_toolbar.help_url := 'javascript:top.main.help_window()';
1253: fnd_message.set_name('ICX','ICX_HELP');

Line 1250: fnd_message.set_token('USER',l_known_as);

1246: from icx_sessions
1247: where session_id = icx_sec.g_session_id;
1248:
1249: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1250: fnd_message.set_token('USER',l_known_as);
1251: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1252: l_toolbar.help_url := 'javascript:top.main.help_window()';
1253: fnd_message.set_name('ICX','ICX_HELP');
1254: l_toolbar.help_mouseover := FND_MESSAGE.GET;

Line 1251: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147

1247: where session_id = icx_sec.g_session_id;
1248:
1249: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1250: fnd_message.set_token('USER',l_known_as);
1251: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1252: l_toolbar.help_url := 'javascript:top.main.help_window()';
1253: fnd_message.set_name('ICX','ICX_HELP');
1254: l_toolbar.help_mouseover := FND_MESSAGE.GET;
1255: -- icon hint for Tab Adminstration

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

1249: fnd_message.set_name('ICX','ICX_LOGIN_WELCOME');
1250: fnd_message.set_token('USER',l_known_as);
1251: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1252: l_toolbar.help_url := 'javascript:top.main.help_window()';
1253: fnd_message.set_name('ICX','ICX_HELP');
1254: l_toolbar.help_mouseover := FND_MESSAGE.GET;
1255: -- icon hint for Tab Adminstration
1256:
1257: l_tab_hint := wf_core.translate('ICX_TAB_ADMIN');

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

1250: fnd_message.set_token('USER',l_known_as);
1251: l_toolbar.title := icx_util.replace_quotes(fnd_message.get); --added call to replace quotes 2637147
1252: l_toolbar.help_url := 'javascript:top.main.help_window()';
1253: fnd_message.set_name('ICX','ICX_HELP');
1254: l_toolbar.help_mouseover := FND_MESSAGE.GET;
1255: -- icon hint for Tab Adminstration
1256:
1257: l_tab_hint := wf_core.translate('ICX_TAB_ADMIN');
1258: