DBA Data[Home] [Help]

APPS.OKS_UPGRADE_PRECHECK dependencies on FND_MSG_PUB

Line 102: fnd_msg_pub.get (p_msg_index => -1,

98: IF l_msg_count > 0
99: THEN
100: FOR i in 1..l_msg_count
101: LOOP
102: fnd_msg_pub.get (p_msg_index => -1,
103: p_encoded => 'F',
104: p_data => l_msg_data,
105: p_msg_index_out => l_msg_index_out);
106: END LOOP;

Line 151: fnd_msg_pub.get (p_msg_index => -1,

147: IF l_msg_count > 0
148: THEN
149: FOR i in 1..l_msg_count
150: LOOP
151: fnd_msg_pub.get (p_msg_index => -1,
152: p_encoded => 'F',
153: p_data => l_msg_data,
154: p_msg_index_out => l_msg_index_out);
155: END LOOP;

Line 201: fnd_msg_pub.get (p_msg_index => -1,

197: IF l_msg_count > 0 THEN
198:
199: FOR i in 1..l_msg_count LOOP
200:
201: fnd_msg_pub.get (p_msg_index => -1,
202: p_encoded => 'F',
203: p_data => l_msg_data,
204: p_msg_index_out => l_msg_index_out);
205:

Line 251: fnd_msg_pub.get (p_msg_index => -1,

247: IF l_msg_count > 0
248: THEN
249: FOR i in 1..l_msg_count
250: LOOP
251: fnd_msg_pub.get (p_msg_index => -1,
252: p_encoded => 'F',
253: p_data => l_msg_data,
254: p_msg_index_out => l_msg_index_out);
255: END LOOP;

Line 297: fnd_msg_pub.get (p_msg_index => -1,

293: IF l_msg_count > 0
294: THEN
295: FOR i in 1..l_msg_count
296: LOOP
297: fnd_msg_pub.get (p_msg_index => -1,
298: p_encoded => 'F',
299: p_data => l_msg_data,
300: p_msg_index_out => l_msg_index_out);
301: END LOOP;

Line 344: fnd_msg_pub.get (p_msg_index => -1,

340: IF l_msg_count > 0
341: THEN
342: FOR i in 1..l_msg_count
343: LOOP
344: fnd_msg_pub.get (p_msg_index => -1,
345: p_encoded => 'F',
346: p_data => l_msg_data,
347: p_msg_index_out => l_msg_index_out);
348: END LOOP;

Line 544: fnd_msg_pub.get (p_msg_index => -1,

540: IF l_msg_count > 0
541: THEN
542: FOR i in 1..l_msg_count
543: LOOP
544: fnd_msg_pub.get (p_msg_index => -1,
545: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
546: p_data => l_msg_data,
547: p_msg_index_out => l_msg_index_out);
548: END LOOP;