DBA Data[Home] [Help]

APPS.HZ_EXTRACT_ORG_CUST_BO_PVT dependencies on FND_MSG_PUB

Line 81: FND_MSG_PUB.initialize;

77: x_return_status := FND_API.G_RET_STS_SUCCESS;
78:
79: -- Initialize message list if p_init_msg_list is set to TRUE
80: IF FND_API.to_Boolean(p_init_msg_list) THEN
81: FND_MSG_PUB.initialize;
82: END IF;
83:
84:
85: -- Debug info.

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

140:
141: WHEN fnd_api.g_exc_error THEN
142: x_return_status := fnd_api.g_ret_sts_error;
143:
144: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
145: p_count => x_msg_count,
146: p_data => x_msg_data);
147:
148: -- Debug info.

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

159: END IF;
160: WHEN fnd_api.g_exc_unexpected_error THEN
161: x_return_status := fnd_api.g_ret_sts_unexp_error;
162:
163: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
164: p_count => x_msg_count,
165: p_data => x_msg_data);
166:
167: -- Debug info.

Line 184: fnd_msg_pub.add;

180: x_return_status := fnd_api.g_ret_sts_unexp_error;
181:
182: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
183: fnd_message.set_token('ERROR' ,SQLERRM);
184: fnd_msg_pub.add;
185:
186: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
187: p_count => x_msg_count,
188: p_data => x_msg_data);

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

182: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
183: fnd_message.set_token('ERROR' ,SQLERRM);
184: fnd_msg_pub.add;
185:
186: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
187: p_count => x_msg_count,
188: p_data => x_msg_data);
189:
190: -- Debug info.

Line 295: FND_MSG_PUB.initialize;

291: x_return_status := FND_API.G_RET_STS_SUCCESS;
292:
293: -- Initialize message list if p_init_msg_list is set to TRUE
294: IF FND_API.to_Boolean(p_init_msg_list) THEN
295: FND_MSG_PUB.initialize;
296: END IF;
297:
298:
299: -- Debug info.

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

414:
415: WHEN fnd_api.g_exc_error THEN
416: x_return_status := fnd_api.g_ret_sts_error;
417:
418: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
419: p_count => x_msg_count,
420: p_data => x_msg_data);
421:
422: -- Debug info.

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

433: END IF;
434: WHEN fnd_api.g_exc_unexpected_error THEN
435: x_return_status := fnd_api.g_ret_sts_unexp_error;
436:
437: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
438: p_count => x_msg_count,
439: p_data => x_msg_data);
440:
441: -- Debug info.

Line 458: fnd_msg_pub.add;

454: x_return_status := fnd_api.g_ret_sts_unexp_error;
455:
456: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
457: fnd_message.set_token('ERROR' ,SQLERRM);
458: fnd_msg_pub.add;
459:
460: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
461: p_count => x_msg_count,
462: p_data => x_msg_data);

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

456: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
457: fnd_message.set_token('ERROR' ,SQLERRM);
458: fnd_msg_pub.add;
459:
460: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
461: p_count => x_msg_count,
462: p_data => x_msg_data);
463:
464: -- Debug info.

Line 545: FND_MSG_PUB.initialize;

541: x_return_status := FND_API.G_RET_STS_SUCCESS;
542:
543: -- Initialize message list if p_init_msg_list is set to TRUE
544: IF FND_API.to_Boolean(p_init_msg_list) THEN
545: FND_MSG_PUB.initialize;
546: END IF;
547:
548:
549: -- Debug info.

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

604:
605: WHEN fnd_api.g_exc_error THEN
606: x_return_status := fnd_api.g_ret_sts_error;
607:
608: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
609: p_count => x_msg_count,
610: p_data => x_msg_data);
611:
612: -- Debug info.

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

623: END IF;
624: WHEN fnd_api.g_exc_unexpected_error THEN
625: x_return_status := fnd_api.g_ret_sts_unexp_error;
626:
627: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
628: p_count => x_msg_count,
629: p_data => x_msg_data);
630:
631: -- Debug info.

Line 648: fnd_msg_pub.add;

644: x_return_status := fnd_api.g_ret_sts_unexp_error;
645:
646: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
647: fnd_message.set_token('ERROR' ,SQLERRM);
648: fnd_msg_pub.add;
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);

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

646: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
647: fnd_message.set_token('ERROR' ,SQLERRM);
648: fnd_msg_pub.add;
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 1044: fnd_msg_pub.add;

1040: x_return_status := fnd_api.g_ret_sts_unexp_error;
1041:
1042: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1043: fnd_message.set_token('ERROR' ,SQLERRM);
1044: fnd_msg_pub.add;
1045:
1046: end set_org_cust_bo_action_type;
1047:
1048: --------------------------------------

Line 1100: FND_MSG_PUB.initialize;

1096: x_return_status := FND_API.G_RET_STS_SUCCESS;
1097:
1098: -- Initialize message list if p_init_msg_list is set to TRUE
1099: IF FND_API.to_Boolean(p_init_msg_list) THEN
1100: FND_MSG_PUB.initialize;
1101: END IF;
1102:
1103:
1104: -- Debug info.

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

1161:
1162: WHEN fnd_api.g_exc_error THEN
1163: x_return_status := fnd_api.g_ret_sts_error;
1164:
1165: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1166: p_count => x_msg_count,
1167: p_data => x_msg_data);
1168:
1169: -- Debug info.

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

1180: END IF;
1181: WHEN fnd_api.g_exc_unexpected_error THEN
1182: x_return_status := fnd_api.g_ret_sts_unexp_error;
1183:
1184: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1185: p_count => x_msg_count,
1186: p_data => x_msg_data);
1187:
1188: -- Debug info.

Line 1205: fnd_msg_pub.add;

1201: x_return_status := fnd_api.g_ret_sts_unexp_error;
1202:
1203: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1204: fnd_message.set_token('ERROR' ,SQLERRM);
1205: fnd_msg_pub.add;
1206:
1207: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1208: p_count => x_msg_count,
1209: p_data => x_msg_data);

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

1203: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1204: fnd_message.set_token('ERROR' ,SQLERRM);
1205: fnd_msg_pub.add;
1206:
1207: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1208: p_count => x_msg_count,
1209: p_data => x_msg_data);
1210:
1211: -- Debug info.

Line 1294: FND_MSG_PUB.initialize;

1290: x_return_status := FND_API.G_RET_STS_SUCCESS;
1291:
1292: -- Initialize message list if p_init_msg_list is set to TRUE
1293: IF FND_API.to_Boolean(p_init_msg_list) THEN
1294: FND_MSG_PUB.initialize;
1295: END IF;
1296:
1297:
1298: -- Debug info.

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

1353:
1354: WHEN fnd_api.g_exc_error THEN
1355: x_return_status := fnd_api.g_ret_sts_error;
1356:
1357: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1358: p_count => x_msg_count,
1359: p_data => x_msg_data);
1360:
1361: -- Debug info.

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

1372: END IF;
1373: WHEN fnd_api.g_exc_unexpected_error THEN
1374: x_return_status := fnd_api.g_ret_sts_unexp_error;
1375:
1376: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1377: p_count => x_msg_count,
1378: p_data => x_msg_data);
1379:
1380: -- Debug info.

Line 1397: fnd_msg_pub.add;

1393: x_return_status := fnd_api.g_ret_sts_unexp_error;
1394:
1395: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1396: fnd_message.set_token('ERROR' ,SQLERRM);
1397: fnd_msg_pub.add;
1398:
1399: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1400: p_count => x_msg_count,
1401: p_data => x_msg_data);

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

1395: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1396: fnd_message.set_token('ERROR' ,SQLERRM);
1397: fnd_msg_pub.add;
1398:
1399: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1400: p_count => x_msg_count,
1401: p_data => x_msg_data);
1402:
1403: -- Debug info.

Line 1488: FND_MSG_PUB.initialize;

1484: x_return_status := FND_API.G_RET_STS_SUCCESS;
1485:
1486: -- Initialize message list if p_init_msg_list is set to TRUE
1487: IF FND_API.to_Boolean(p_init_msg_list) THEN
1488: FND_MSG_PUB.initialize;
1489: END IF;
1490:
1491:
1492: -- Debug info.

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

1594:
1595: WHEN fnd_api.g_exc_error THEN
1596: x_return_status := fnd_api.g_ret_sts_error;
1597:
1598: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1599: p_count => x_msg_count,
1600: p_data => x_msg_data);
1601:
1602: -- Debug info.

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

1613: END IF;
1614: WHEN fnd_api.g_exc_unexpected_error THEN
1615: x_return_status := fnd_api.g_ret_sts_unexp_error;
1616:
1617: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1618: p_count => x_msg_count,
1619: p_data => x_msg_data);
1620:
1621: -- Debug info.

Line 1638: fnd_msg_pub.add;

1634: x_return_status := fnd_api.g_ret_sts_unexp_error;
1635:
1636: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1637: fnd_message.set_token('ERROR' ,SQLERRM);
1638: fnd_msg_pub.add;
1639:
1640: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1641: p_count => x_msg_count,
1642: p_data => x_msg_data);

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

1636: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1637: fnd_message.set_token('ERROR' ,SQLERRM);
1638: fnd_msg_pub.add;
1639:
1640: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1641: p_count => x_msg_count,
1642: p_data => x_msg_data);
1643:
1644: -- Debug info.

Line 1725: FND_MSG_PUB.initialize;

1721: x_return_status := FND_API.G_RET_STS_SUCCESS;
1722:
1723: -- Initialize message list if p_init_msg_list is set to TRUE
1724: IF FND_API.to_Boolean(p_init_msg_list) THEN
1725: FND_MSG_PUB.initialize;
1726: END IF;
1727:
1728:
1729: -- Debug info.

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

1784:
1785: WHEN fnd_api.g_exc_error THEN
1786: x_return_status := fnd_api.g_ret_sts_error;
1787:
1788: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1789: p_count => x_msg_count,
1790: p_data => x_msg_data);
1791:
1792: -- Debug info.

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

1803: END IF;
1804: WHEN fnd_api.g_exc_unexpected_error THEN
1805: x_return_status := fnd_api.g_ret_sts_unexp_error;
1806:
1807: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1808: p_count => x_msg_count,
1809: p_data => x_msg_data);
1810:
1811: -- Debug info.

Line 1828: fnd_msg_pub.add;

1824: x_return_status := fnd_api.g_ret_sts_unexp_error;
1825:
1826: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1827: fnd_message.set_token('ERROR' ,SQLERRM);
1828: fnd_msg_pub.add;
1829:
1830: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1831: p_count => x_msg_count,
1832: p_data => x_msg_data);

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

1826: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1827: fnd_message.set_token('ERROR' ,SQLERRM);
1828: fnd_msg_pub.add;
1829:
1830: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1831: p_count => x_msg_count,
1832: p_data => x_msg_data);
1833:
1834: -- Debug info.

Line 2190: fnd_msg_pub.add;

2186: x_return_status := fnd_api.g_ret_sts_unexp_error;
2187:
2188: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2189: fnd_message.set_token('ERROR' ,SQLERRM);
2190: fnd_msg_pub.add;
2191:
2192: end set_v2_org_cust_bo_action_type;
2193:
2194: --------------------------------------

Line 2246: FND_MSG_PUB.initialize;

2242: x_return_status := FND_API.G_RET_STS_SUCCESS;
2243:
2244: -- Initialize message list if p_init_msg_list is set to TRUE
2245: IF FND_API.to_Boolean(p_init_msg_list) THEN
2246: FND_MSG_PUB.initialize;
2247: END IF;
2248:
2249:
2250: -- Debug info.

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

2298:
2299: WHEN fnd_api.g_exc_error THEN
2300: x_return_status := fnd_api.g_ret_sts_error;
2301:
2302: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2303: p_count => x_msg_count,
2304: p_data => x_msg_data);
2305:
2306: -- Debug info.

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

2317: END IF;
2318: WHEN fnd_api.g_exc_unexpected_error THEN
2319: x_return_status := fnd_api.g_ret_sts_unexp_error;
2320:
2321: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2322: p_count => x_msg_count,
2323: p_data => x_msg_data);
2324:
2325: -- Debug info.

Line 2342: fnd_msg_pub.add;

2338: x_return_status := fnd_api.g_ret_sts_unexp_error;
2339:
2340: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2341: fnd_message.set_token('ERROR' ,SQLERRM);
2342: fnd_msg_pub.add;
2343:
2344: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2345: p_count => x_msg_count,
2346: p_data => x_msg_data);

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

2340: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2341: fnd_message.set_token('ERROR' ,SQLERRM);
2342: fnd_msg_pub.add;
2343:
2344: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2345: p_count => x_msg_count,
2346: p_data => x_msg_data);
2347:
2348: -- Debug info.