DBA Data[Home] [Help]

APPS.DPP_UIWRAPPER_PVT dependencies on FND_MSG_PUB

Line 26: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

22:
23: WHEN OTHERS THEN
24: x_return_status := fnd_api.g_ret_sts_unexp_error;
25:
26: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
27: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
28: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.check_txnclose');
29: fnd_message.set_token('ERRNO', sqlcode);
30: fnd_message.set_token('REASON', sqlerrm);

Line 31: FND_MSG_PUB.ADD;

27: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
28: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.check_txnclose');
29: fnd_message.set_token('ERRNO', sqlcode);
30: fnd_message.set_token('REASON', sqlerrm);
31: FND_MSG_PUB.ADD;
32: END IF;
33: END check_transaction;
34:
35: PROCEDURE search_vendors(

Line 72: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

68: EXCEPTION
69: WHEN OTHERS THEN
70: x_return_status := fnd_api.g_ret_sts_unexp_error;
71:
72: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
73: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
74: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_vendors');
75: fnd_message.set_token('ERRNO', sqlcode);
76: fnd_message.set_token('REASON', sqlerrm);

Line 77: FND_MSG_PUB.add;

73: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
74: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_vendors');
75: fnd_message.set_token('ERRNO', sqlcode);
76: fnd_message.set_token('REASON', sqlerrm);
77: FND_MSG_PUB.add;
78: END IF;
79: END search_vendors;
80:
81: PROCEDURE search_vendor_sites(

Line 125: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

121: EXCEPTION
122: WHEN OTHERS THEN
123: x_return_status := fnd_api.g_ret_sts_unexp_error;
124:
125: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
126: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
127: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_vendor_sites');
128: fnd_message.set_token('ERRNO', sqlcode);
129: fnd_message.set_token('REASON', sqlerrm);

Line 130: FND_MSG_PUB.add;

126: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
127: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_vendor_sites');
128: fnd_message.set_token('ERRNO', sqlcode);
129: fnd_message.set_token('REASON', sqlerrm);
130: FND_MSG_PUB.add;
131: END IF;
132: END search_vendor_sites;
133:
134: PROCEDURE search_vendor_contacts(

Line 174: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

170: EXCEPTION
171: WHEN OTHERS THEN
172: x_return_status := fnd_api.g_ret_sts_unexp_error;
173:
174: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
175: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
176: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_vendor_contacts');
177: fnd_message.set_token('ERRNO', sqlcode);
178: fnd_message.set_token('REASON', sqlerrm);

Line 179: FND_MSG_PUB.add;

175: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
176: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_vendor_contacts');
177: fnd_message.set_token('ERRNO', sqlcode);
178: fnd_message.set_token('REASON', sqlerrm);
179: FND_MSG_PUB.add;
180: END IF;
181: END search_vendor_contacts;
182:
183: PROCEDURE search_items(

Line 221: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

217: EXCEPTION
218: WHEN OTHERS THEN
219: x_return_status := fnd_api.g_ret_sts_unexp_error;
220:
221: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
222: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
223: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_items');
224: fnd_message.set_token('ERRNO', sqlcode);
225: fnd_message.set_token('REASON', sqlerrm);

Line 226: FND_MSG_PUB.add;

222: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
223: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_items');
224: fnd_message.set_token('ERRNO', sqlcode);
225: fnd_message.set_token('REASON', sqlerrm);
226: FND_MSG_PUB.add;
227: END IF;
228: END search_items;
229:
230: PROCEDURE search_customer_items(

Line 267: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

263: EXCEPTION
264: WHEN OTHERS THEN
265: x_return_status := fnd_api.g_ret_sts_unexp_error;
266:
267: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
268: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
269: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_customer_items');
270: fnd_message.set_token('ERRNO', sqlcode);
271: fnd_message.set_token('REASON', sqlerrm);

Line 272: FND_MSG_PUB.add;

268: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
269: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_customer_items');
270: fnd_message.set_token('ERRNO', sqlcode);
271: fnd_message.set_token('REASON', sqlerrm);
272: FND_MSG_PUB.add;
273: END IF;
274: END search_customer_items;
275:
276: PROCEDURE search_warehouses(

Line 313: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

309: EXCEPTION
310: WHEN OTHERS THEN
311: x_return_status := fnd_api.g_ret_sts_unexp_error;
312:
313: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
314: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
315: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_warehouses');
316: fnd_message.set_token('ERRNO', sqlcode);
317: fnd_message.set_token('REASON', sqlerrm);

Line 318: FND_MSG_PUB.add;

314: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
315: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_warehouses');
316: fnd_message.set_token('ERRNO', sqlcode);
317: fnd_message.set_token('REASON', sqlerrm);
318: FND_MSG_PUB.add;
319: END IF;
320: END search_warehouses;
321:
322: PROCEDURE Get_InventoryDetails(

Line 364: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

360: EXCEPTION
361: WHEN OTHERS THEN
362: x_return_status := fnd_api.g_ret_sts_unexp_error;
363:
364: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
365: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
366: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_InventoryDetails');
367: fnd_message.set_token('ERRNO', sqlcode);
368: fnd_message.set_token('REASON', sqlerrm);

Line 369: FND_MSG_PUB.add;

365: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
366: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_InventoryDetails');
367: fnd_message.set_token('ERRNO', sqlcode);
368: fnd_message.set_token('REASON', sqlerrm);
369: FND_MSG_PUB.add;
370: END IF;
371: END Get_InventoryDetails;
372:
373: PROCEDURE Get_CustomerInventory(

Line 413: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

409: EXCEPTION
410: WHEN OTHERS THEN
411: x_return_status := fnd_api.g_ret_sts_unexp_error;
412:
413: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
414: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
415: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_CustomerInventory');
416: fnd_message.set_token('ERRNO', sqlcode);
417: fnd_message.set_token('REASON', sqlerrm);

Line 418: FND_MSG_PUB.add;

414: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
415: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_CustomerInventory');
416: fnd_message.set_token('ERRNO', sqlcode);
417: fnd_message.set_token('REASON', sqlerrm);
418: FND_MSG_PUB.add;
419: END IF;
420: END Get_CustomerInventory;
421:
422: PROCEDURE search_customers(

Line 458: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

454: EXCEPTION
455: WHEN OTHERS THEN
456: x_return_status := fnd_api.g_ret_sts_unexp_error;
457:
458: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
459: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
460: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_customers');
461: fnd_message.set_token('ERRNO', sqlcode);
462: fnd_message.set_token('REASON', sqlerrm);

Line 463: FND_MSG_PUB.add;

459: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
460: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.search_customers');
461: fnd_message.set_token('ERRNO', sqlcode);
462: fnd_message.set_token('REASON', sqlerrm);
463: FND_MSG_PUB.add;
464: END IF;
465: END search_customers;
466:
467: PROCEDURE Get_LastPrice(

Line 511: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

507: EXCEPTION
508: WHEN OTHERS THEN
509: x_return_status := fnd_api.g_ret_sts_unexp_error;
510:
511: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
512: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
513: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_LastPrice');
514: fnd_message.set_token('ERRNO', sqlcode);
515: fnd_message.set_token('REASON', sqlerrm);

Line 516: FND_MSG_PUB.add;

512: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
513: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_LastPrice');
514: fnd_message.set_token('ERRNO', sqlcode);
515: fnd_message.set_token('REASON', sqlerrm);
516: FND_MSG_PUB.add;
517: END IF;
518: END Get_LastPrice;
519:
520: PROCEDURE Get_ListPrice(

Line 556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

552: EXCEPTION
553: WHEN OTHERS THEN
554: x_return_status := fnd_api.g_ret_sts_unexp_error;
555:
556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
557: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
558: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_ListPrice');
559: fnd_message.set_token('ERRNO', sqlcode);
560: fnd_message.set_token('REASON', sqlerrm);

Line 561: FND_MSG_PUB.add;

557: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
558: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_ListPrice');
559: fnd_message.set_token('ERRNO', sqlcode);
560: fnd_message.set_token('REASON', sqlerrm);
561: FND_MSG_PUB.add;
562: END IF;
563: END Get_ListPrice;
564:
565: PROCEDURE Get_Vendor(

Line 588: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

584: EXCEPTION
585: WHEN OTHERS THEN
586: x_return_status := fnd_api.g_ret_sts_unexp_error;
587:
588: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
589: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
590: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Vendor');
591: fnd_message.set_token('ERRNO', sqlcode);
592: fnd_message.set_token('REASON', sqlerrm);

Line 593: FND_MSG_PUB.add;

589: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
590: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Vendor');
591: fnd_message.set_token('ERRNO', sqlcode);
592: fnd_message.set_token('REASON', sqlerrm);
593: FND_MSG_PUB.add;
594: END IF;
595: END Get_Vendor;
596:
597: PROCEDURE Get_Vendor_Site(

Line 628: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

624: EXCEPTION
625: WHEN OTHERS THEN
626: x_return_status := fnd_api.g_ret_sts_unexp_error;
627:
628: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
629: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
630: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Vendor_Site');
631: fnd_message.set_token('ERRNO', sqlcode);
632: fnd_message.set_token('REASON', sqlerrm);

Line 633: FND_MSG_PUB.add;

629: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
630: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Vendor_Site');
631: fnd_message.set_token('ERRNO', sqlcode);
632: fnd_message.set_token('REASON', sqlerrm);
633: FND_MSG_PUB.add;
634: END IF;
635: END Get_Vendor_Site;
636:
637: PROCEDURE Get_Vendor_Contact(

Line 666: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

662: EXCEPTION
663: WHEN OTHERS THEN
664: x_return_status := fnd_api.g_ret_sts_unexp_error;
665:
666: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
667: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
668: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Vendor_Contact');
669: fnd_message.set_token('ERRNO', sqlcode);
670: fnd_message.set_token('REASON', sqlerrm);

Line 671: FND_MSG_PUB.add;

667: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
668: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Vendor_Contact');
669: fnd_message.set_token('ERRNO', sqlcode);
670: fnd_message.set_token('REASON', sqlerrm);
671: FND_MSG_PUB.add;
672: END IF;
673: END Get_Vendor_Contact;
674:
675: PROCEDURE Get_Warehouse(

Line 705: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

701: EXCEPTION
702: WHEN OTHERS THEN
703: x_return_status := fnd_api.g_ret_sts_unexp_error;
704:
705: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
706: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
707: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Warehouse');
708: fnd_message.set_token('ERRNO', sqlcode);
709: fnd_message.set_token('REASON', sqlerrm);

Line 710: FND_MSG_PUB.add;

706: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
707: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Warehouse');
708: fnd_message.set_token('ERRNO', sqlcode);
709: fnd_message.set_token('REASON', sqlerrm);
710: FND_MSG_PUB.add;
711: END IF;
712: END Get_Warehouse;
713:
714: PROCEDURE Get_Customer(

Line 744: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

740: EXCEPTION
741: WHEN OTHERS THEN
742: x_return_status := fnd_api.g_ret_sts_unexp_error;
743:
744: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
745: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
746: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Customer');
747: fnd_message.set_token('ERRNO', sqlcode);
748: fnd_message.set_token('REASON', sqlerrm);

Line 749: FND_MSG_PUB.add;

745: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
746: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Customer');
747: fnd_message.set_token('ERRNO', sqlcode);
748: fnd_message.set_token('REASON', sqlerrm);
749: FND_MSG_PUB.add;
750: END IF;
751: END Get_Customer;
752:
753: PROCEDURE Get_Product(

Line 785: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

781: EXCEPTION
782: WHEN OTHERS THEN
783: x_return_status := fnd_api.g_ret_sts_unexp_error;
784:
785: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
786: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
787: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Product');
788: fnd_message.set_token('ERRNO', sqlcode);
789: fnd_message.set_token('REASON', sqlerrm);

Line 790: FND_MSG_PUB.add;

786: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
787: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_Product');
788: fnd_message.set_token('ERRNO', sqlcode);
789: fnd_message.set_token('REASON', sqlerrm);
790: FND_MSG_PUB.add;
791: END IF;
792: END Get_Product;
793: --- for AME
794:

Line 848: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

844: EXCEPTION
845: WHEN OTHERS THEN
846: x_return_status := fnd_api.g_ret_sts_unexp_error;
847:
848: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
849: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
850: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_AllApprovers');
851: fnd_message.set_token('ERRNO', sqlcode);
852: fnd_message.set_token('REASON', sqlerrm);

Line 853: FND_MSG_PUB.add;

849: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
850: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Get_AllApprovers');
851: fnd_message.set_token('ERRNO', sqlcode);
852: fnd_message.set_token('REASON', sqlerrm);
853: FND_MSG_PUB.add;
854: END IF;
855: END Get_AllApprovers;
856:
857: PROCEDURE Process_User_Action (

Line 899: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

895: EXCEPTION
896: WHEN OTHERS THEN
897: x_return_status := fnd_api.g_ret_sts_unexp_error;
898:
899: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
900: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
901: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Process_User_Action');
902: fnd_message.set_token('ERRNO', sqlcode);
903: fnd_message.set_token('REASON', sqlerrm);

Line 904: FND_MSG_PUB.add;

900: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
901: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Process_User_Action');
902: fnd_message.set_token('ERRNO', sqlcode);
903: fnd_message.set_token('REASON', sqlerrm);
904: FND_MSG_PUB.add;
905: END IF;
906: END Process_User_Action;
907:
908: PROCEDURE Raise_Business_Event(

Line 952: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

948: EXCEPTION
949: WHEN OTHERS THEN
950: x_return_status := fnd_api.g_ret_sts_unexp_error;
951:
952: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
953: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
954: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Raise_Business_Event');
955: fnd_message.set_token('ERRNO', sqlcode);
956: fnd_message.set_token('REASON', sqlerrm);

Line 957: FND_MSG_PUB.add;

953: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
954: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.Raise_Business_Event');
955: fnd_message.set_token('ERRNO', sqlcode);
956: fnd_message.set_token('REASON', sqlerrm);
957: FND_MSG_PUB.add;
958: END IF;
959: END Raise_Business_Event;
960:
961: PROCEDURE convert_currency(

Line 976: FND_MSG_PUB.initialize;

972: IS
973: BEGIN
974: --Clearing the msg stack and Initialize the message stack.
975: fnd_message.clear();
976: FND_MSG_PUB.initialize;
977: --Call Dpp_utility_pvt.convert_currency
978: DPP_UTILITY_PVT.convert_currency(p_from_currency => p_from_currency
979: ,p_to_currency => p_to_currency
980: ,p_conv_type => FND_API.G_MISS_CHAR

Line 994: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

990:
991: WHEN OTHERS THEN
992: x_return_status := fnd_api.g_ret_sts_unexp_error;
993:
994: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
995: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
996: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.convert_currency');
997: fnd_message.set_token('ERRNO', sqlcode);
998: fnd_message.set_token('REASON', sqlerrm);

Line 999: FND_MSG_PUB.ADD;

995: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
996: fnd_message.set_token('ROUTINE', 'DPP_UIWRAPPER_PVT.convert_currency');
997: fnd_message.set_token('ERRNO', sqlcode);
998: fnd_message.set_token('REASON', sqlerrm);
999: FND_MSG_PUB.ADD;
1000: END IF;
1001:
1002: END convert_currency;
1003: