DBA Data[Home] [Help]

APPS.POS_ACK_WINDOW_UTIL dependencies on FND_MESSAGE

Line 28: l_title := fnd_message.get_string('ICX','ICX_POS_BTN_CANCEL');

24:
25: htp.p('');
26: htp.p('');
27:
28: l_title := fnd_message.get_string('ICX','ICX_POS_BTN_CANCEL');
29:
30: htp.p('' || l_title || '');
31:
32:

Line 85: l_msg := fnd_message.get_string('ICX','ICX_POS_UPD_SUBMIT');

81: marginwidth=0
82: scrolling=no> ');
83: if l_rows = '-1' then
84: -- called from modify promise date
85: l_msg := fnd_message.get_string('ICX','ICX_POS_UPD_SUBMIT');
86: else
87: l_msg := fnd_message.get_string('ICX','ICX_POS_ACK_TOTAL_PO_SUB');
88: l_msg := l_rows || ' ' || l_msg;
89: end if;

Line 87: l_msg := fnd_message.get_string('ICX','ICX_POS_ACK_TOTAL_PO_SUB');

83: if l_rows = '-1' then
84: -- called from modify promise date
85: l_msg := fnd_message.get_string('ICX','ICX_POS_UPD_SUBMIT');
86: else
87: l_msg := fnd_message.get_string('ICX','ICX_POS_ACK_TOTAL_PO_SUB');
88: l_msg := l_rows || ' ' || l_msg;
89: end if;
90: htp.p('
91:

Line 215: l_msg := fnd_message.get_string('ICX',p_button1Name);

211: htp.p('');
212: htp.p('');
213: htp.p('');
214: htp.p('
');
218:
219:

Line 226: l_msg := fnd_message.get_string('ICX',p_button2Name);

222: htp.p('');
223: htp.p('');
224: htp.p('
');
230: ELSE

Line 240: l_msg := fnd_message.get_string('ICX',p_button3Name);

236: htp.p('');
237: htp.p('');
238: htp.p('
');
244: