DBA Data[Home] [Help]

APPS.OKS_COVERAGE_MIGRATION dependencies on FND_MSG_PUB

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

281: );
282:
283: IF x_msg_count > 0 THEN
284: FOR i in 1..x_msg_count LOOP
285: apps.fnd_msg_pub.get (p_msg_index => -1,
286: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
287: p_data => x_msg_data,
288: p_msg_index_out => l_msg_index_out);
289: -- l_message := l_message||' ; '||x_msg_data;

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

309: );
310:
311: IF x_msg_count > 0 THEN
312: FOR i in 1..x_msg_count LOOP
313: fnd_msg_pub.get (p_msg_index => -1,
314: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
315: p_data => l_msg_data,
316: p_msg_index_out => l_msg_index_out);
317: l_message := l_message||' ; '||l_msg_data;

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

335: );
336:
337: IF x_msg_count > 0 THEN
338: FOR i in 1..x_msg_count LOOP
339: fnd_msg_pub.get (p_msg_index => -1,
340: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
341: p_data => l_msg_data,
342: p_msg_index_out => l_msg_index_out);
343: l_message := l_message||' ; '||l_msg_data;

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

369: );
370:
371: IF x_msg_count > 0 THEN
372: FOR i in 1..x_msg_count LOOP
373: fnd_msg_pub.get (p_msg_index => -1,
374: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
375: p_data => l_msg_data,
376: p_msg_index_out => l_msg_index_out);
377: l_message := l_message||' ; '||l_msg_data;

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

626: '_PVT'
627: );
628: IF x_msg_count > 0 THEN
629: FOR i in 1..x_msg_count LOOP
630: fnd_msg_pub.get (p_msg_index => -1,
631: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
632: p_data => l_msg_data,
633: p_msg_index_out => l_msg_index_out);
634: l_message := l_message||' ; '||l_msg_data;

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

785:
786:
787: IF x_msg_count > 0 THEN
788: FOR i in 1..x_msg_count LOOP
789: apps.fnd_msg_pub.get (p_msg_index => -1,
790: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
791: p_data => x_msg_data,
792: p_msg_index_out => l_msg_index_out);
793: l_message := l_message||' ; '||x_msg_data;

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

815: -- -- dbms_output.put_line('OKS_CTZ_PVT Value of l_return_status='||l_return_status);
816:
817: IF x_msg_count > 0 THEN
818: FOR i in 1..x_msg_count LOOP
819: apps.fnd_msg_pub.get (p_msg_index => -1,
820: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
821: p_data => x_msg_data,
822: p_msg_index_out => l_msg_index_out);
823: -- l_message := l_message||' ; '||x_msg_data;

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

860: );
861:
862: IF x_msg_count > 0 THEN
863: FOR i in 1..x_msg_count LOOP
864: fnd_msg_pub.get (p_msg_index => -1,
865: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
866: p_data => l_msg_data,
867: p_msg_index_out => l_msg_index_out);
868: l_message := l_message||' ; '||l_msg_data;

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

890: );
891:
892: IF x_msg_count > 0 THEN
893: FOR i in 1..x_msg_count LOOP
894: fnd_msg_pub.get (p_msg_index => -1,
895: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
896: p_data => l_msg_data,
897: p_msg_index_out => l_msg_index_out);
898: l_message := l_message||' ; '||l_msg_data;

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

919: '_PVT'
920: );
921: IF x_msg_count > 0 THEN
922: FOR i in 1..x_msg_count LOOP
923: fnd_msg_pub.get (p_msg_index => -1,
924: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
925: p_data => l_msg_data,
926: p_msg_index_out => l_msg_index_out);
927: l_message := l_message||' ; '||l_msg_data;

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

951: );
952:
953: IF x_msg_count > 0 THEN
954: FOR i in 1..x_msg_count LOOP
955: fnd_msg_pub.get (p_msg_index => -1,
956: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
957: p_data => l_msg_data,
958: p_msg_index_out => l_msg_index_out);
959: l_message := l_message||' ; '||l_msg_data;

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

1150: );
1151:
1152: IF x_msg_count > 0 THEN
1153: FOR i in 1..x_msg_count LOOP
1154: fnd_msg_pub.get (p_msg_index => -1,
1155: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1156: p_data => l_msg_data,
1157: p_msg_index_out => l_msg_index_out);
1158: l_message := l_message||' ; '||l_msg_data;

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

1174: );
1175:
1176: IF x_msg_count > 0 THEN
1177: FOR i in 1..x_msg_count LOOP
1178: fnd_msg_pub.get (p_msg_index => -1,
1179: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1180: p_data => l_msg_data,
1181: p_msg_index_out => l_msg_index_out);
1182: l_message := l_message||' ; '||l_msg_data;

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

1204: );
1205:
1206: IF x_msg_count > 0 THEN
1207: FOR i in 1..x_msg_count LOOP
1208: fnd_msg_pub.get (p_msg_index => -1,
1209: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1210: p_data => l_msg_data,
1211: p_msg_index_out => l_msg_index_out);
1212: l_message := l_message||' ; '||l_msg_data;

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

1490: '_PVT'
1491: );
1492: IF x_msg_count > 0 THEN
1493: FOR i in 1..x_msg_count LOOP
1494: fnd_msg_pub.get (p_msg_index => -1,
1495: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1496: p_data => l_msg_data,
1497: p_msg_index_out => l_msg_index_out);
1498: l_message := l_message||' ; '||l_msg_data;

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

1515: '_PVT'
1516: );
1517: IF x_msg_count > 0 THEN
1518: FOR i in 1..x_msg_count LOOP
1519: fnd_msg_pub.get (p_msg_index => -1,
1520: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1521: p_data => l_msg_data,
1522: p_msg_index_out => l_msg_index_out);
1523: l_message := l_message||' ; '||l_msg_data;

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

1725: );
1726:
1727: IF x_msg_count > 0 THEN
1728: FOR i in 1..x_msg_count LOOP
1729: fnd_msg_pub.get (p_msg_index => -1,
1730: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1731: p_data => l_msg_data,
1732: p_msg_index_out => l_msg_index_out);
1733: l_message := l_message||' ; '||l_msg_data;

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

1748: '_PVT'
1749: );
1750: IF x_msg_count > 0 THEN
1751: FOR i in 1..x_msg_count LOOP
1752: fnd_msg_pub.get (p_msg_index => -1,
1753: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1754: p_data => l_msg_data,
1755: p_msg_index_out => l_msg_index_out);
1756: l_message := l_message||' ; '||l_msg_data;

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

1786: '_PVT'
1787: );
1788: IF x_msg_count > 0 THEN
1789: FOR i in 1..x_msg_count LOOP
1790: fnd_msg_pub.get (p_msg_index => -1,
1791: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
1792: p_data => l_msg_data,
1793: p_msg_index_out => l_msg_index_out);
1794: l_message := l_message||' ; '||l_msg_data;

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

2031: l_clev_tbl_in.DELETE;
2032:
2033: IF x_msg_count > 0 THEN
2034: FOR i in 1..x_msg_count LOOP
2035: fnd_msg_pub.get (p_msg_index => -1,
2036: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
2037: p_data => l_msg_data,
2038: p_msg_index_out => l_msg_index_out);
2039: l_message := l_message||' ; '||l_msg_data;

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

2054: );
2055: l_clev_tbl_in.DELETE;
2056: IF x_msg_count > 0 THEN
2057: FOR i in 1..x_msg_count LOOP
2058: fnd_msg_pub.get (p_msg_index => -1,
2059: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
2060: p_data => l_msg_data,
2061: p_msg_index_out => l_msg_index_out);
2062: l_message := l_message||' ; '||l_msg_data;

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

2085: '_PVT'
2086: );
2087: IF x_msg_count > 0 THEN
2088: FOR i in 1..x_msg_count LOOP
2089: fnd_msg_pub.get (p_msg_index => -1,
2090: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
2091: p_data => l_msg_data,
2092: p_msg_index_out => l_msg_index_out);
2093: l_message := l_message||' ; '||l_msg_data;

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

2486: );
2487:
2488: IF x_msg_count > 0 THEN
2489: FOR i in 1..x_msg_count LOOP
2490: fnd_msg_pub.get (p_msg_index => -1,
2491: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
2492: p_data => l_msg_data,
2493: p_msg_index_out => l_msg_index_out);
2494: l_message := l_message||' ; '||l_msg_data;

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

4185: );
4186:
4187: IF x_msg_count > 0 THEN
4188: FOR i in 1..x_msg_count LOOP
4189: fnd_msg_pub.get (p_msg_index => -1,
4190: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
4191: p_data => l_msg_data,
4192: p_msg_index_out => l_msg_index_out);
4193: l_message := l_message||' ; '||l_msg_data;

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

4219: );
4220:
4221: IF x_msg_count > 0 THEN
4222: FOR i in 1..x_msg_count LOOP
4223: fnd_msg_pub.get (p_msg_index => -1,
4224: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
4225: p_data => l_msg_data,
4226: p_msg_index_out => l_msg_index_out);
4227: l_message := l_message||' ; '||l_msg_data;

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

4259: );
4260:
4261: IF x_msg_count > 0 THEN
4262: FOR i in 1..x_msg_count LOOP
4263: fnd_msg_pub.get (p_msg_index => -1,
4264: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
4265: p_data => l_msg_data,
4266: p_msg_index_out => l_msg_index_out);
4267: l_message := l_message||' ; '||l_msg_data;

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

4601: '_PVT'
4602: );
4603: IF x_msg_count > 0 THEN
4604: FOR i in 1..x_msg_count LOOP
4605: fnd_msg_pub.get (p_msg_index => -1,
4606: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
4607: p_data => l_msg_data,
4608: p_msg_index_out => l_msg_index_out);
4609: l_message := l_message||' ; '||l_msg_data;

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

4636: '_PVT'
4637: );
4638: IF x_msg_count > 0 THEN
4639: FOR i in 1..x_msg_count LOOP
4640: fnd_msg_pub.get (p_msg_index => -1,
4641: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
4642: p_data => l_msg_data,
4643: p_msg_index_out => l_msg_index_out);
4644: l_message := l_message||' ; '||l_msg_data;

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

4951: );
4952:
4953: IF x_msg_count > 0 THEN
4954: FOR i in 1..x_msg_count LOOP
4955: fnd_msg_pub.get (p_msg_index => -1,
4956: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
4957: p_data => l_msg_data,
4958: p_msg_index_out => l_msg_index_out);
4959: l_message := l_message||' ; '||l_msg_data;

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

4983: '_PVT'
4984: );
4985: IF x_msg_count > 0 THEN
4986: FOR i in 1..x_msg_count LOOP
4987: fnd_msg_pub.get (p_msg_index => -1,
4988: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
4989: p_data => l_msg_data,
4990: p_msg_index_out => l_msg_index_out);
4991: l_message := l_message||' ; '||l_msg_data;

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

5299: i_clev_tbl_in.DELETE;
5300:
5301: IF x_msg_count > 0 THEN
5302: FOR i in 1..x_msg_count LOOP
5303: fnd_msg_pub.get (p_msg_index => -1,
5304: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
5305: p_data => l_msg_data,
5306: p_msg_index_out => l_msg_index_out);
5307: l_message := l_message||' ; '||l_msg_data;

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

5322: );
5323: i_clev_tbl_in.DELETE;
5324: IF x_msg_count > 0 THEN
5325: FOR i in 1..x_msg_count LOOP
5326: fnd_msg_pub.get (p_msg_index => -1,
5327: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
5328: p_data => l_msg_data,
5329: p_msg_index_out => l_msg_index_out);
5330: l_message := l_message||' ; '||l_msg_data;

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

5353: '_PVT'
5354: );
5355: IF x_msg_count > 0 THEN
5356: FOR i in 1..x_msg_count LOOP
5357: fnd_msg_pub.get (p_msg_index => -1,
5358: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
5359: p_data => l_msg_data,
5360: p_msg_index_out => l_msg_index_out);
5361: l_message := l_message||' ; '||l_msg_data;