DBA Data[Home] [Help]

APPS.HZ_EXTRACT_ACCT_SITE_BO_PVT dependencies on FND_MSG_PUB

Line 245: FND_MSG_PUB.initialize;

241: x_return_status := FND_API.G_RET_STS_SUCCESS;
242:
243: -- Initialize message list if p_init_msg_list is set to TRUE
244: IF FND_API.to_Boolean(p_init_msg_list) THEN
245: FND_MSG_PUB.initialize;
246: END IF;
247:
248:
249: -- Debug info.

Line 281: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

277:
278: WHEN fnd_api.g_exc_error THEN
279: x_return_status := fnd_api.g_ret_sts_error;
280:
281: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
282: p_count => x_msg_count,
283: p_data => x_msg_data);
284:
285: -- Debug info.

Line 300: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

296: END IF;
297: WHEN fnd_api.g_exc_unexpected_error THEN
298: x_return_status := fnd_api.g_ret_sts_unexp_error;
299:
300: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
301: p_count => x_msg_count,
302: p_data => x_msg_data);
303:
304: -- Debug info.

Line 321: fnd_msg_pub.add;

317: x_return_status := fnd_api.g_ret_sts_unexp_error;
318:
319: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
320: fnd_message.set_token('ERROR' ,SQLERRM);
321: fnd_msg_pub.add;
322:
323: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
324: p_count => x_msg_count,
325: p_data => x_msg_data);

Line 323: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

319: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
320: fnd_message.set_token('ERROR' ,SQLERRM);
321: fnd_msg_pub.add;
322:
323: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
324: p_count => x_msg_count,
325: p_data => x_msg_data);
326:
327: -- Debug info.

Line 579: FND_MSG_PUB.initialize;

575: x_return_status := FND_API.G_RET_STS_SUCCESS;
576:
577: -- Initialize message list if p_init_msg_list is set to TRUE
578: IF FND_API.to_Boolean(p_init_msg_list) THEN
579: FND_MSG_PUB.initialize;
580: END IF;
581:
582:
583: -- Debug info.

Line 631: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

627:
628: WHEN fnd_api.g_exc_error THEN
629: x_return_status := fnd_api.g_ret_sts_error;
630:
631: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
632: p_count => x_msg_count,
633: p_data => x_msg_data);
634:
635: -- Debug info.

Line 650: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

646: END IF;
647: WHEN fnd_api.g_exc_unexpected_error THEN
648: x_return_status := fnd_api.g_ret_sts_unexp_error;
649:
650: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
651: p_count => x_msg_count,
652: p_data => x_msg_data);
653:
654: -- Debug info.

Line 671: fnd_msg_pub.add;

667: x_return_status := fnd_api.g_ret_sts_unexp_error;
668:
669: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
670: fnd_message.set_token('ERROR' ,SQLERRM);
671: fnd_msg_pub.add;
672:
673: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
674: p_count => x_msg_count,
675: p_data => x_msg_data);

Line 673: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

669: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
670: fnd_message.set_token('ERROR' ,SQLERRM);
671: fnd_msg_pub.add;
672:
673: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
674: p_count => x_msg_count,
675: p_data => x_msg_data);
676:
677: -- Debug info.

Line 950: FND_MSG_PUB.initialize;

946: x_return_status := FND_API.G_RET_STS_SUCCESS;
947:
948: -- Initialize message list if p_init_msg_list is set to TRUE
949: IF FND_API.to_Boolean(p_init_msg_list) THEN
950: FND_MSG_PUB.initialize;
951: END IF;
952:
953:
954: -- Debug info.

Line 1030: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1026:
1027: WHEN fnd_api.g_exc_error THEN
1028: x_return_status := fnd_api.g_ret_sts_error;
1029:
1030: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1031: p_count => x_msg_count,
1032: p_data => x_msg_data);
1033:
1034: -- Debug info.

Line 1049: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1045: END IF;
1046: WHEN fnd_api.g_exc_unexpected_error THEN
1047: x_return_status := fnd_api.g_ret_sts_unexp_error;
1048:
1049: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1050: p_count => x_msg_count,
1051: p_data => x_msg_data);
1052:
1053: -- Debug info.

Line 1070: fnd_msg_pub.add;

1066: x_return_status := fnd_api.g_ret_sts_unexp_error;
1067:
1068: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1069: fnd_message.set_token('ERROR' ,SQLERRM);
1070: fnd_msg_pub.add;
1071:
1072: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1073: p_count => x_msg_count,
1074: p_data => x_msg_data);

Line 1072: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1068: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1069: fnd_message.set_token('ERROR' ,SQLERRM);
1070: fnd_msg_pub.add;
1071:
1072: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1073: p_count => x_msg_count,
1074: p_data => x_msg_data);
1075:
1076: -- Debug info.

Line 1325: FND_MSG_PUB.initialize;

1321: x_return_status := FND_API.G_RET_STS_SUCCESS;
1322:
1323: -- Initialize message list if p_init_msg_list is set to TRUE
1324: IF FND_API.to_Boolean(p_init_msg_list) THEN
1325: FND_MSG_PUB.initialize;
1326: END IF;
1327:
1328:
1329: -- Debug info.

Line 1377: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1373:
1374: WHEN fnd_api.g_exc_error THEN
1375: x_return_status := fnd_api.g_ret_sts_error;
1376:
1377: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1378: p_count => x_msg_count,
1379: p_data => x_msg_data);
1380:
1381: -- Debug info.

Line 1396: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1392: END IF;
1393: WHEN fnd_api.g_exc_unexpected_error THEN
1394: x_return_status := fnd_api.g_ret_sts_unexp_error;
1395:
1396: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1397: p_count => x_msg_count,
1398: p_data => x_msg_data);
1399:
1400: -- Debug info.

Line 1417: fnd_msg_pub.add;

1413: x_return_status := fnd_api.g_ret_sts_unexp_error;
1414:
1415: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1416: fnd_message.set_token('ERROR' ,SQLERRM);
1417: fnd_msg_pub.add;
1418:
1419: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1420: p_count => x_msg_count,
1421: p_data => x_msg_data);

Line 1419: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1415: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1416: fnd_message.set_token('ERROR' ,SQLERRM);
1417: fnd_msg_pub.add;
1418:
1419: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1420: p_count => x_msg_count,
1421: p_data => x_msg_data);
1422:
1423: -- Debug info.

Line 1696: FND_MSG_PUB.initialize;

1692: x_return_status := FND_API.G_RET_STS_SUCCESS;
1693:
1694: -- Initialize message list if p_init_msg_list is set to TRUE
1695: IF FND_API.to_Boolean(p_init_msg_list) THEN
1696: FND_MSG_PUB.initialize;
1697: END IF;
1698:
1699:
1700: -- Debug info.

Line 1764: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1760:
1761: WHEN fnd_api.g_exc_error THEN
1762: x_return_status := fnd_api.g_ret_sts_error;
1763:
1764: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1765: p_count => x_msg_count,
1766: p_data => x_msg_data);
1767:
1768: -- Debug info.

Line 1783: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1779: END IF;
1780: WHEN fnd_api.g_exc_unexpected_error THEN
1781: x_return_status := fnd_api.g_ret_sts_unexp_error;
1782:
1783: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1784: p_count => x_msg_count,
1785: p_data => x_msg_data);
1786:
1787: -- Debug info.

Line 1804: fnd_msg_pub.add;

1800: x_return_status := fnd_api.g_ret_sts_unexp_error;
1801:
1802: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1803: fnd_message.set_token('ERROR' ,SQLERRM);
1804: fnd_msg_pub.add;
1805:
1806: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1807: p_count => x_msg_count,
1808: p_data => x_msg_data);

Line 1806: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

1802: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1803: fnd_message.set_token('ERROR' ,SQLERRM);
1804: fnd_msg_pub.add;
1805:
1806: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1807: p_count => x_msg_count,
1808: p_data => x_msg_data);
1809:
1810: -- Debug info.