DBA Data[Home] [Help]

APPS.POS_ASN_SEARCH_PKG dependencies on FND_MESSAGE

Line 249: fnd_message.get_string('ICX','ICX_POS_ASN_ENTER_CRITERIA') ||

245:
246: htp.p('');
247:
248: htp.p('');
252:
253: htp.p('
&`nbsp;' ||
249: fnd_message.get_string('ICX','ICX_POS_ASN_ENTER_CRITERIA') ||
250: '` ` ` ' ||
251: fnd_message.get_string('ICX','ICX_POS_REQUIRED_FIELD') || '
');

Line 251: fnd_message.get_string('ICX','ICX_POS_REQUIRED_FIELD') || '');

247:
248: htp.p('&`nbsp;' ||
249: fnd_message.get_string('ICX','ICX_POS_ASN_ENTER_CRITERIA') ||
250: '` ` ` ' ||
251: fnd_message.get_string('ICX','ICX_POS_REQUIRED_FIELD') || '
');
252:
253: htp.p('');
254:
255: htp.p('

');
1075:
1076: if (p_advance_flag = 'Y') then
1077:
1078: htp.p(fnd_message.get_string('ICX','ICX_POS_SIM_SEARCH'));
1079: htp.p('` ');
1080: else
1081:
1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));

Line 1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));

1078: htp.p(fnd_message.get_string('ICX','ICX_POS_SIM_SEARCH'));
1079: htp.p('` ');
1080: else
1081:
1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));
1083: htp.p('` ');
1084: end if;
1085:
1086: htp.p('');

Line 1319: l_msg := fnd_message.get_string('ICX','ICX_POS_NO_RECORDS');

1315: l_msg := p_msg;
1316:
1317: if l_msg is null and l_total_rows = 0 then
1318:
1319: l_msg := fnd_message.get_string('ICX','ICX_POS_NO_RECORDS');
1320:
1321: end if;
1322:
1323: htp.p('');

Line 1410: fnd_message.get_string('ICX','ICX_POS_BTN_PREVIOUS') || ' ' ||

1406:
1407: htp.p('' ||
1408: '' ||
1410: fnd_message.get_string('ICX','ICX_POS_BTN_PREVIOUS') || ' ' ||
1411: to_char(l_pagesize) ||
1412: '
');
1413:
1414: end if;

Line 1421: fnd_message.get_string('ICX','ICX_POS_BTN_NEXT') || ' ' ||

1417:
1418: htp.p('' ||
1419: '' ||
1421: fnd_message.get_string('ICX','ICX_POS_BTN_NEXT') || ' ' ||
1422: to_char(l_pagesize) || '
');
1423:
1424: end if;
1425: