DBA Data[Home] [Help]

APPS.ICX_REQ_ACCT_DIST dependencies on FND_MESSAGE

Line 219: fnd_message.set_name('ICX','ICX_NOT_NUMBER');

215: parent.parent.account_dist="";
216: top.switchFrames("my_order");
217: }');
218:
219: fnd_message.set_name('ICX','ICX_NOT_NUMBER');
220: htp.p('function checkNumber(input) {
221: var msg = input.value + " '||icx_util.replace_quotes(fnd_message.get)||'";
222:
223: var str = input.value;

Line 221: var msg = input.value + " '||icx_util.replace_quotes(fnd_message.get)||'";

217: }');
218:
219: fnd_message.set_name('ICX','ICX_NOT_NUMBER');
220: htp.p('function checkNumber(input) {
221: var msg = input.value + " '||icx_util.replace_quotes(fnd_message.get)||'";
222:
223: var str = input.value;
224: for (var i = 0; i < str.length; i++) {
225: var ch = str.substring(i, i + 1);

Line 453: FND_MESSAGE.SET_NAME('ICX','ICX_ERROR');

449: display_account_errors(v_cart_id, v_cart_line_id);
450:
451: IF v_error_text IS NOT NULL THEN
452: /* Changed to new font, to be in consistent with other errors
453: FND_MESSAGE.SET_NAME('ICX','ICX_ERROR');
454: htp.p(htf.bold(FND_MESSAGE.GET));
455: htp.br;
456: htp.p(htf.bold(v_error_text));
457: htp.br;

Line 454: htp.p(htf.bold(FND_MESSAGE.GET));

450:
451: IF v_error_text IS NOT NULL THEN
452: /* Changed to new font, to be in consistent with other errors
453: FND_MESSAGE.SET_NAME('ICX','ICX_ERROR');
454: htp.p(htf.bold(FND_MESSAGE.GET));
455: htp.br;
456: htp.p(htf.bold(v_error_text));
457: htp.br;
458: htp.br;

Line 1280: FND_MESSAGE.SET_NAME('ICX','ICX_SHOW_MORE_LINES');

1276: htp.tableRowOpen;
1277:
1278: -- Show more lines button
1279: htp.p('');
1280: FND_MESSAGE.SET_NAME('ICX','ICX_SHOW_MORE_LINES');
1281: v_order_button_text := FND_MESSAGE.GET;
1282: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1283: P_ImageFileName => 'FNDBSBMT.gif',
1284: P_OnMouseOverText => v_order_button_text,

Line 1281: v_order_button_text := FND_MESSAGE.GET;

1277:
1278: -- Show more lines button
1279: htp.p('');
1280: FND_MESSAGE.SET_NAME('ICX','ICX_SHOW_MORE_LINES');
1281: v_order_button_text := FND_MESSAGE.GET;
1282: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1283: P_ImageFileName => 'FNDBSBMT.gif',
1284: P_OnMouseOverText => v_order_button_text,
1285: P_HyperTextCall => 'javascript:parent.frames[0].show_more_lines()',

Line 1292: FND_MESSAGE.SET_NAME('ICX','ICX_APPLY_TO_ALL_LINES');

1288: htp.p('');
1289:
1290: -- Apply to all lines
1291: htp.p('');
1292: FND_MESSAGE.SET_NAME('ICX','ICX_APPLY_TO_ALL_LINES');
1293: v_order_button_text := FND_MESSAGE.GET;
1294: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1295: P_ImageFileName => 'FNDBSBMT.gif',
1296: P_OnMouseOverText => v_order_button_text,

Line 1293: v_order_button_text := FND_MESSAGE.GET;

1289:
1290: -- Apply to all lines
1291: htp.p('');
1292: FND_MESSAGE.SET_NAME('ICX','ICX_APPLY_TO_ALL_LINES');
1293: v_order_button_text := FND_MESSAGE.GET;
1294: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1295: P_ImageFileName => 'FNDBSBMT.gif',
1296: P_OnMouseOverText => v_order_button_text,
1297: -- P_HyperTextCall => 'javascript:submit()',

Line 1305: FND_MESSAGE.SET_NAME('ICX','ICX_CANCEL');

1301: htp.p('');
1302:
1303: -- Cancel button
1304: htp.p('');
1305: FND_MESSAGE.SET_NAME('ICX','ICX_CANCEL');
1306: v_order_button_text := FND_MESSAGE.GET;
1307: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1308: P_ImageFileName => 'FNDBCNCL.gif',
1309: P_OnMouseOverText => v_order_button_text,

Line 1306: v_order_button_text := FND_MESSAGE.GET;

1302:
1303: -- Cancel button
1304: htp.p('');
1305: FND_MESSAGE.SET_NAME('ICX','ICX_CANCEL');
1306: v_order_button_text := FND_MESSAGE.GET;
1307: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1308: P_ImageFileName => 'FNDBCNCL.gif',
1309: P_OnMouseOverText => v_order_button_text,
1310: -- P_HyperTextCall => 'javascript:cancel_account()',

Line 1318: FND_MESSAGE.SET_NAME('ICX','ICX_APPLY_CHANGES');

1314: htp.p('');
1315:
1316: -- Apply button
1317: htp.p('');
1318: FND_MESSAGE.SET_NAME('ICX','ICX_APPLY_CHANGES');
1319: v_order_button_text := FND_MESSAGE.GET;
1320: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1321: P_ImageFileName => 'FNDBAPLY.gif',
1322: P_OnMouseOverText => v_order_button_text,

Line 1319: v_order_button_text := FND_MESSAGE.GET;

1315:
1316: -- Apply button
1317: htp.p('');
1318: FND_MESSAGE.SET_NAME('ICX','ICX_APPLY_CHANGES');
1319: v_order_button_text := FND_MESSAGE.GET;
1320: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
1321: P_ImageFileName => 'FNDBAPLY.gif',
1322: P_OnMouseOverText => v_order_button_text,
1323: P_HyperTextCall => 'javascript:parent.frames[0].submit()',

Line 1778: FND_MESSAGE.SET_NAME('ICX','ICX_NOT_100_PERCENT');

1774: v_percent_total := v_percent_total + NVL(to_number(icx_percentage(l)), 0);
1775: END LOOP; /* FOR v_total_rows_returned */
1776:
1777: IF v_percent_total <> 100 THEN
1778: FND_MESSAGE.SET_NAME('ICX','ICX_NOT_100_PERCENT');
1779: v_error_text := FND_MESSAGE.GET;
1780: RETURN;
1781: END IF; /* IF v_percenet_total */
1782:

Line 1779: v_error_text := FND_MESSAGE.GET;

1775: END LOOP; /* FOR v_total_rows_returned */
1776:
1777: IF v_percent_total <> 100 THEN
1778: FND_MESSAGE.SET_NAME('ICX','ICX_NOT_100_PERCENT');
1779: v_error_text := FND_MESSAGE.GET;
1780: RETURN;
1781: END IF; /* IF v_percenet_total */
1782:
1783: -- Delete the error messages for the distribution