DBA Data[Home] [Help]

APPS.RCV_ACCEVENTS_PVT dependencies on FND_MSG_PUB

Line 103: FND_MSG_PUB.initialize;

99: END IF;
100:
101: -- Initialize message list if p_init_msg_list is set to TRUE
102: IF FND_API.to_Boolean(p_init_msg_list) THEN
103: FND_MSG_PUB.initialize;
104: END IF;
105:
106: -- Initialize API return status to success
107: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 292: FND_MSG_PUB.Count_And_Get (

288: COMMIT WORK;
289: END IF;
290:
291: -- Standard Call to get message count and if count = 1, get message info
292: FND_MSG_PUB.Count_And_Get (
293: p_count => x_msg_count,
294: p_data => x_msg_data );
295:
296: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 305: FND_MSG_PUB.count_and_get

301: EXCEPTION
302: WHEN FND_API.g_exc_error THEN
303: ROLLBACK TO Create_ReceivingEvents_PVT;
304: x_return_status := FND_API.g_ret_sts_error;
305: FND_MSG_PUB.count_and_get
306: ( p_count => x_msg_count
307: , p_data => x_msg_data
308: );
309: WHEN FND_API.g_exc_unexpected_error THEN

Line 312: FND_MSG_PUB.count_and_get

308: );
309: WHEN FND_API.g_exc_unexpected_error THEN
310: ROLLBACK TO Create_ReceivingEvents_PVT;
311: x_return_status := FND_API.g_ret_sts_unexp_error ;
312: FND_MSG_PUB.count_and_get
313: ( p_count => x_msg_count
314: , p_data => x_msg_data
315: );
316:

Line 326: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

322: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
323: ,'Create_ReceivingEvents : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
324: END IF;
325:
326: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
327: THEN
328: FND_MSG_PUB.add_exc_msg
329: ( G_PKG_NAME,
330: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 328: FND_MSG_PUB.add_exc_msg

324: END IF;
325:
326: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
327: THEN
328: FND_MSG_PUB.add_exc_msg
329: ( G_PKG_NAME,
330: l_api_name || 'Statement -'||to_char(l_stmt_num)
331: );
332: END IF;

Line 333: FND_MSG_PUB.count_and_get

329: ( G_PKG_NAME,
330: l_api_name || 'Statement -'||to_char(l_stmt_num)
331: );
332: END IF;
333: FND_MSG_PUB.count_and_get
334: ( p_count => x_msg_count
335: , p_data => x_msg_data
336: );
337:

Line 481: FND_MSG_PUB.initialize;

477: END IF;
478:
479: -- Initialize message list if p_init_msg_list is set to TRUE
480: IF FND_API.to_Boolean(p_init_msg_list) THEN
481: FND_MSG_PUB.initialize;
482:
483: END IF;
484: -- Initialize API return status to success
485: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 778: FND_MSG_PUB.Count_And_Get (

774: COMMIT WORK;
775: END IF;
776:
777: -- Standard Call to get message count and if count = 1, get message info
778: FND_MSG_PUB.Count_And_Get (
779: p_count => x_msg_count,
780: p_data => x_msg_data );
781:
782: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 791: FND_MSG_PUB.count_and_get

787: EXCEPTION
788: WHEN FND_API.g_exc_error THEN
789: ROLLBACK TO Create_AdjustEvents_PVT;
790: x_return_status := FND_API.g_ret_sts_error;
791: FND_MSG_PUB.count_and_get
792: ( p_count => x_msg_count
793: , p_data => x_msg_data
794: );
795: WHEN FND_API.g_exc_unexpected_error THEN

Line 798: FND_MSG_PUB.count_and_get

794: );
795: WHEN FND_API.g_exc_unexpected_error THEN
796: ROLLBACK TO Create_AdjustEvents_PVT;
797: x_return_status := FND_API.g_ret_sts_unexp_error ;
798: FND_MSG_PUB.count_and_get
799: ( p_count => x_msg_count
800: , p_data => x_msg_data
801: );
802:

Line 812: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

808: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
809: ,'Create_AdjustEvent : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
810: END IF;
811:
812: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
813: THEN
814: FND_MSG_PUB.add_exc_msg
815: ( G_PKG_NAME,
816: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 814: FND_MSG_PUB.add_exc_msg

810: END IF;
811:
812: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
813: THEN
814: FND_MSG_PUB.add_exc_msg
815: ( G_PKG_NAME,
816: l_api_name || 'Statement -'||to_char(l_stmt_num)
817: );
818: END IF;

Line 819: FND_MSG_PUB.count_and_get

815: ( G_PKG_NAME,
816: l_api_name || 'Statement -'||to_char(l_stmt_num)
817: );
818: END IF;
819: FND_MSG_PUB.count_and_get
820: ( p_count => x_msg_count
821: , p_data => x_msg_data
822: );
823:

Line 929: FND_MSG_PUB.initialize;

925: END IF;
926:
927: -- Initialize message list if p_init_msg_list is set to TRUE
928: IF FND_API.to_Boolean(p_init_msg_list) THEN
929: FND_MSG_PUB.initialize;
930: END IF;
931:
932: -- Initialize API return status to success
933: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 942: FND_MSG_PUB.Count_And_Get (

938: -- support period end accruals for global procurement. This check will be enforced
939: -- at the document level.
940:
941: -- Standard Call to get message count and if count = 1, get message info
942: FND_MSG_PUB.Count_And_Get (
943: p_count => x_msg_count,
944: p_data => x_msg_data );
945:
946: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 955: FND_MSG_PUB.count_and_get

951: EXCEPTION
952: WHEN FND_API.g_exc_error THEN
953: ROLLBACK TO Create_ICEvents_PVT;
954: x_return_status := FND_API.g_ret_sts_error;
955: FND_MSG_PUB.count_and_get
956: ( p_count => x_msg_count
957: , p_data => x_msg_data
958: );
959: WHEN FND_API.g_exc_unexpected_error THEN

Line 962: FND_MSG_PUB.count_and_get

958: );
959: WHEN FND_API.g_exc_unexpected_error THEN
960: ROLLBACK TO Create_ICEvents_PVT;
961: x_return_status := FND_API.g_ret_sts_unexp_error ;
962: FND_MSG_PUB.count_and_get
963: ( p_count => x_msg_count
964: , p_data => x_msg_data
965: );
966:

Line 976: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

972: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
973: ,'Create_ICEvents : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
974: END IF;
975:
976: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
977: THEN
978: FND_MSG_PUB.add_exc_msg
979: ( G_PKG_NAME,
980: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 978: FND_MSG_PUB.add_exc_msg

974: END IF;
975:
976: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
977: THEN
978: FND_MSG_PUB.add_exc_msg
979: ( G_PKG_NAME,
980: l_api_name || 'Statement -'||to_char(l_stmt_num)
981: );
982: END IF;

Line 983: FND_MSG_PUB.count_and_get

979: ( G_PKG_NAME,
980: l_api_name || 'Statement -'||to_char(l_stmt_num)
981: );
982: END IF;
983: FND_MSG_PUB.count_and_get
984: ( p_count => x_msg_count
985: , p_data => x_msg_data
986: );
987:

Line 1109: FND_MSG_PUB.initialize;

1105: END IF;
1106:
1107: -- Initialize message list if p_init_msg_list is set to TRUE
1108: IF FND_API.to_Boolean(p_init_msg_list) THEN
1109: FND_MSG_PUB.initialize;
1110: END IF;
1111:
1112: -- Initialize API return status to success
1113: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1645: FND_MSG_PUB.Count_And_Get (

1641: COMMIT WORK;
1642: END IF;
1643:
1644: -- Standard Call to get message count and if count = 1, get message info
1645: FND_MSG_PUB.Count_And_Get (
1646: p_count => x_msg_count,
1647: p_data => x_msg_data );
1648:
1649: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 1658: FND_MSG_PUB.count_and_get

1654: EXCEPTION
1655: WHEN FND_API.g_exc_error THEN
1656: ROLLBACK TO Create_ReceiveEvents_PVT;
1657: x_return_status := FND_API.g_ret_sts_error;
1658: FND_MSG_PUB.count_and_get
1659: ( p_count => x_msg_count
1660: , p_data => x_msg_data
1661: );
1662: WHEN FND_API.g_exc_unexpected_error THEN

Line 1665: FND_MSG_PUB.count_and_get

1661: );
1662: WHEN FND_API.g_exc_unexpected_error THEN
1663: ROLLBACK TO Create_ReceiveEvents_PVT;
1664: x_return_status := FND_API.g_ret_sts_unexp_error ;
1665: FND_MSG_PUB.count_and_get
1666: ( p_count => x_msg_count
1667: , p_data => x_msg_data
1668: );
1669:

Line 1679: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1675: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
1676: ,'Create_ReceiveEvents : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
1677: END IF;
1678:
1679: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1680: THEN
1681: FND_MSG_PUB.add_exc_msg
1682: ( G_PKG_NAME,
1683: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 1681: FND_MSG_PUB.add_exc_msg

1677: END IF;
1678:
1679: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1680: THEN
1681: FND_MSG_PUB.add_exc_msg
1682: ( G_PKG_NAME,
1683: l_api_name || 'Statement -'||to_char(l_stmt_num)
1684: );
1685: END IF;

Line 1686: FND_MSG_PUB.count_and_get

1682: ( G_PKG_NAME,
1683: l_api_name || 'Statement -'||to_char(l_stmt_num)
1684: );
1685: END IF;
1686: FND_MSG_PUB.count_and_get
1687: ( p_count => x_msg_count
1688: , p_data => x_msg_data
1689: );
1690:

Line 1801: FND_MSG_PUB.initialize;

1797: END IF;
1798:
1799: -- Initialize message list if p_init_msg_list is set to TRUE
1800: IF FND_API.to_Boolean(p_init_msg_list) THEN
1801: FND_MSG_PUB.initialize;
1802: END IF;
1803:
1804: -- Initialize API return status to success
1805: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2192: FND_MSG_PUB.Count_And_Get (

2188: COMMIT WORK;
2189: END IF;
2190:
2191: -- Standard Call to get message count and if count = 1, get message info
2192: FND_MSG_PUB.Count_And_Get (
2193: p_count => x_msg_count,
2194: p_data => x_msg_data );
2195:
2196: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 2206: FND_MSG_PUB.count_and_get

2202: EXCEPTION
2203: WHEN FND_API.g_exc_error THEN
2204: ROLLBACK TO Create_DeliverEvents_PVT;
2205: x_return_status := FND_API.g_ret_sts_error;
2206: FND_MSG_PUB.count_and_get
2207: ( p_count => x_msg_count
2208: , p_data => x_msg_data
2209: );
2210: WHEN FND_API.g_exc_unexpected_error THEN

Line 2213: FND_MSG_PUB.count_and_get

2209: );
2210: WHEN FND_API.g_exc_unexpected_error THEN
2211: ROLLBACK TO Create_DeliverEvents_PVT;
2212: x_return_status := FND_API.g_ret_sts_unexp_error ;
2213: FND_MSG_PUB.count_and_get
2214: ( p_count => x_msg_count
2215: , p_data => x_msg_data
2216: );
2217:

Line 2227: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

2223: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
2224: ,'Create_DeliverEvents : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
2225: END IF;
2226:
2227: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2228: THEN
2229: FND_MSG_PUB.add_exc_msg
2230: ( G_PKG_NAME,
2231: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 2229: FND_MSG_PUB.add_exc_msg

2225: END IF;
2226:
2227: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2228: THEN
2229: FND_MSG_PUB.add_exc_msg
2230: ( G_PKG_NAME,
2231: l_api_name || 'Statement -'||to_char(l_stmt_num)
2232: );
2233: END IF;

Line 2234: FND_MSG_PUB.count_and_get

2230: ( G_PKG_NAME,
2231: l_api_name || 'Statement -'||to_char(l_stmt_num)
2232: );
2233: END IF;
2234: FND_MSG_PUB.count_and_get
2235: ( p_count => x_msg_count
2236: , p_data => x_msg_data
2237: );
2238:

Line 2347: FND_MSG_PUB.initialize;

2343: END IF;
2344:
2345: -- Initialize message list if p_init_msg_list is set to TRUE
2346: IF FND_API.to_Boolean(p_init_msg_list) THEN
2347: FND_MSG_PUB.initialize;
2348: END IF;
2349:
2350: -- Initialize API return status to success
2351: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2728: FND_MSG_PUB.Count_And_Get (

2724: COMMIT WORK;
2725: END IF;
2726:
2727: -- Standard Call to get message count and if count = 1, get message info
2728: FND_MSG_PUB.Count_And_Get (
2729: p_count => x_msg_count,
2730: p_data => x_msg_data );
2731:
2732: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 2742: FND_MSG_PUB.count_and_get

2738: EXCEPTION
2739: WHEN FND_API.g_exc_error THEN
2740: ROLLBACK TO Create_RTREvents_PVT;
2741: x_return_status := FND_API.g_ret_sts_error;
2742: FND_MSG_PUB.count_and_get
2743: ( p_count => x_msg_count
2744: , p_data => x_msg_data
2745: );
2746: WHEN FND_API.g_exc_unexpected_error THEN

Line 2749: FND_MSG_PUB.count_and_get

2745: );
2746: WHEN FND_API.g_exc_unexpected_error THEN
2747: ROLLBACK TO Create_RTREvents_PVT;
2748: x_return_status := FND_API.g_ret_sts_unexp_error ;
2749: FND_MSG_PUB.count_and_get
2750: ( p_count => x_msg_count
2751: , p_data => x_msg_data
2752: );
2753:

Line 2763: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

2759: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
2760: ,'Create_RTREvents : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
2761: END IF;
2762:
2763: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2764: THEN
2765: FND_MSG_PUB.add_exc_msg
2766: ( G_PKG_NAME,
2767: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 2765: FND_MSG_PUB.add_exc_msg

2761: END IF;
2762:
2763: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2764: THEN
2765: FND_MSG_PUB.add_exc_msg
2766: ( G_PKG_NAME,
2767: l_api_name || 'Statement -'||to_char(l_stmt_num)
2768: );
2769: END IF;

Line 2770: FND_MSG_PUB.count_and_get

2766: ( G_PKG_NAME,
2767: l_api_name || 'Statement -'||to_char(l_stmt_num)
2768: );
2769: END IF;
2770: FND_MSG_PUB.count_and_get
2771: ( p_count => x_msg_count
2772: , p_data => x_msg_data
2773: );
2774:

Line 2900: FND_MSG_PUB.initialize;

2896: END IF;
2897:
2898: -- Initialize message list if p_init_msg_list is set to TRUE
2899: IF FND_API.to_Boolean(p_init_msg_list) THEN
2900: FND_MSG_PUB.initialize;
2901: END IF;
2902:
2903: -- Initialize API return status to success
2904: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3376: FND_MSG_PUB.Count_And_Get (

3372: COMMIT WORK;
3373: END IF;
3374:
3375: -- Standard Call to get message count and if count = 1, get message info
3376: FND_MSG_PUB.Count_And_Get (
3377: p_count => x_msg_count,
3378: p_data => x_msg_data );
3379:
3380: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 3390: FND_MSG_PUB.count_and_get

3386: EXCEPTION
3387: WHEN FND_API.g_exc_error THEN
3388: ROLLBACK TO Create_RTVEvents_PVT;
3389: x_return_status := FND_API.g_ret_sts_error;
3390: FND_MSG_PUB.count_and_get
3391: ( p_count => x_msg_count
3392: , p_data => x_msg_data
3393: );
3394: WHEN FND_API.g_exc_unexpected_error THEN

Line 3397: FND_MSG_PUB.count_and_get

3393: );
3394: WHEN FND_API.g_exc_unexpected_error THEN
3395: ROLLBACK TO Create_RTVEvents_PVT;
3396: x_return_status := FND_API.g_ret_sts_unexp_error ;
3397: FND_MSG_PUB.count_and_get
3398: ( p_count => x_msg_count
3399: , p_data => x_msg_data
3400: );
3401:

Line 3411: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

3407: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
3408: ,'Create_RTVEvents : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
3409: END IF;
3410:
3411: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3412: THEN
3413: FND_MSG_PUB.add_exc_msg
3414: ( G_PKG_NAME,
3415: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 3413: FND_MSG_PUB.add_exc_msg

3409: END IF;
3410:
3411: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3412: THEN
3413: FND_MSG_PUB.add_exc_msg
3414: ( G_PKG_NAME,
3415: l_api_name || 'Statement -'||to_char(l_stmt_num)
3416: );
3417: END IF;

Line 3418: FND_MSG_PUB.count_and_get

3414: ( G_PKG_NAME,
3415: l_api_name || 'Statement -'||to_char(l_stmt_num)
3416: );
3417: END IF;
3418: FND_MSG_PUB.count_and_get
3419: ( p_count => x_msg_count
3420: , p_data => x_msg_data
3421: );
3422:

Line 3567: FND_MSG_PUB.initialize;

3563: END IF;
3564:
3565: -- Initialize message list if p_init_msg_list is set to TRUE
3566: IF FND_API.to_Boolean(p_init_msg_list) THEN
3567: FND_MSG_PUB.initialize;
3568: END IF;
3569:
3570: -- Initialize API return status to success
3571: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3856: FND_MSG_PUB.Count_And_Get (

3852: COMMIT WORK;
3853: END IF;
3854:
3855: -- Standard Call to get message count and if count = 1, get message info
3856: FND_MSG_PUB.Count_And_Get (
3857: p_count => x_msg_count,
3858: p_data => x_msg_data );
3859:
3860: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 3870: FND_MSG_PUB.count_and_get

3866: EXCEPTION
3867: WHEN FND_API.g_exc_error THEN
3868: ROLLBACK TO Get_InvTransactionInfo_PVT;
3869: x_return_status := FND_API.g_ret_sts_error;
3870: FND_MSG_PUB.count_and_get
3871: ( p_count => x_msg_count
3872: , p_data => x_msg_data
3873: );
3874: WHEN FND_API.g_exc_unexpected_error THEN

Line 3877: FND_MSG_PUB.count_and_get

3873: );
3874: WHEN FND_API.g_exc_unexpected_error THEN
3875: ROLLBACK TO Get_InvTransactionInfo_PVT;
3876: x_return_status := FND_API.g_ret_sts_unexp_error ;
3877: FND_MSG_PUB.count_and_get
3878: ( p_count => x_msg_count
3879: , p_data => x_msg_data
3880: );
3881:

Line 3891: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

3887: FND_LOG.string(FND_LOG.LEVEL_UNEXPECTED,G_LOG_HEAD || '.'||l_api_name||l_stmt_num
3888: ,'Get_InvTransactionInfo : '||l_stmt_num||' : '||substr(SQLERRM,1,200));
3889: END IF;
3890:
3891: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3892: THEN
3893: FND_MSG_PUB.add_exc_msg
3894: ( G_PKG_NAME,
3895: l_api_name || 'Statement -'||to_char(l_stmt_num)

Line 3893: FND_MSG_PUB.add_exc_msg

3889: END IF;
3890:
3891: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3892: THEN
3893: FND_MSG_PUB.add_exc_msg
3894: ( G_PKG_NAME,
3895: l_api_name || 'Statement -'||to_char(l_stmt_num)
3896: );
3897: END IF;

Line 3898: FND_MSG_PUB.count_and_get

3894: ( G_PKG_NAME,
3895: l_api_name || 'Statement -'||to_char(l_stmt_num)
3896: );
3897: END IF;
3898: FND_MSG_PUB.count_and_get
3899: ( p_count => x_msg_count
3900: , p_data => x_msg_data
3901: );
3902: