DBA Data[Home] [Help]

APPS.HZ_EXTRACT_PERSON_CUST_BO_PVT dependencies on FND_MSG_PUB

Line 82: FND_MSG_PUB.initialize;

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

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

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

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

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

Line 185: fnd_msg_pub.add;

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

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

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

Line 296: FND_MSG_PUB.initialize;

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

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

395:
396: WHEN fnd_api.g_exc_error THEN
397: x_return_status := fnd_api.g_ret_sts_error;
398:
399: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
400: p_count => x_msg_count,
401: p_data => x_msg_data);
402:
403: -- Debug info.

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

414: END IF;
415: WHEN fnd_api.g_exc_unexpected_error THEN
416: x_return_status := fnd_api.g_ret_sts_unexp_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 439: fnd_msg_pub.add;

435: x_return_status := fnd_api.g_ret_sts_unexp_error;
436:
437: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
438: fnd_message.set_token('ERROR' ,SQLERRM);
439: fnd_msg_pub.add;
440:
441: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
442: p_count => x_msg_count,
443: p_data => x_msg_data);

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

437: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
438: fnd_message.set_token('ERROR' ,SQLERRM);
439: fnd_msg_pub.add;
440:
441: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
442: p_count => x_msg_count,
443: p_data => x_msg_data);
444:
445: -- Debug info.

Line 525: FND_MSG_PUB.initialize;

521: x_return_status := FND_API.G_RET_STS_SUCCESS;
522:
523: -- Initialize message list if p_init_msg_list is set to TRUE
524: IF FND_API.to_Boolean(p_init_msg_list) THEN
525: FND_MSG_PUB.initialize;
526: END IF;
527:
528:
529: -- Debug info.

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

590:
591: WHEN fnd_api.g_exc_error THEN
592: x_return_status := fnd_api.g_ret_sts_error;
593:
594: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
595: p_count => x_msg_count,
596: p_data => x_msg_data);
597:
598: -- Debug info.

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

609: END IF;
610: WHEN fnd_api.g_exc_unexpected_error THEN
611: x_return_status := fnd_api.g_ret_sts_unexp_error;
612:
613: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
614: p_count => x_msg_count,
615: p_data => x_msg_data);
616:
617: -- Debug info.

Line 634: fnd_msg_pub.add;

630: x_return_status := fnd_api.g_ret_sts_unexp_error;
631:
632: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
633: fnd_message.set_token('ERROR' ,SQLERRM);
634: fnd_msg_pub.add;
635:
636: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
637: p_count => x_msg_count,
638: p_data => x_msg_data);

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

632: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
633: fnd_message.set_token('ERROR' ,SQLERRM);
634: fnd_msg_pub.add;
635:
636: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
637: p_count => x_msg_count,
638: p_data => x_msg_data);
639:
640: -- Debug info.

Line 989: fnd_msg_pub.add;

985: x_return_status := fnd_api.g_ret_sts_unexp_error;
986:
987: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
988: fnd_message.set_token('ERROR' ,SQLERRM);
989: fnd_msg_pub.add;
990:
991: end set_person_cust_bo_action_type;
992:
993: --------------------------------------

Line 1045: FND_MSG_PUB.initialize;

1041: x_return_status := FND_API.G_RET_STS_SUCCESS;
1042:
1043: -- Initialize message list if p_init_msg_list is set to TRUE
1044: IF FND_API.to_Boolean(p_init_msg_list) THEN
1045: FND_MSG_PUB.initialize;
1046: END IF;
1047:
1048:
1049: -- Debug info.

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

1113:
1114: WHEN fnd_api.g_exc_error THEN
1115: x_return_status := fnd_api.g_ret_sts_error;
1116:
1117: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1118: p_count => x_msg_count,
1119: p_data => x_msg_data);
1120:
1121: -- Debug info.

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

1132: END IF;
1133: WHEN fnd_api.g_exc_unexpected_error THEN
1134: x_return_status := fnd_api.g_ret_sts_unexp_error;
1135:
1136: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1137: p_count => x_msg_count,
1138: p_data => x_msg_data);
1139:
1140: -- Debug info.

Line 1157: fnd_msg_pub.add;

1153: x_return_status := fnd_api.g_ret_sts_unexp_error;
1154:
1155: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1156: fnd_message.set_token('ERROR' ,SQLERRM);
1157: fnd_msg_pub.add;
1158:
1159: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1160: p_count => x_msg_count,
1161: p_data => x_msg_data);

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

1155: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1156: fnd_message.set_token('ERROR' ,SQLERRM);
1157: fnd_msg_pub.add;
1158:
1159: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1160: p_count => x_msg_count,
1161: p_data => x_msg_data);
1162:
1163: -- Debug info.

Line 1247: FND_MSG_PUB.initialize;

1243: x_return_status := FND_API.G_RET_STS_SUCCESS;
1244:
1245: -- Initialize message list if p_init_msg_list is set to TRUE
1246: IF FND_API.to_Boolean(p_init_msg_list) THEN
1247: FND_MSG_PUB.initialize;
1248: END IF;
1249:
1250:
1251: -- Debug info.

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

1306:
1307: WHEN fnd_api.g_exc_error THEN
1308: x_return_status := fnd_api.g_ret_sts_error;
1309:
1310: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1311: p_count => x_msg_count,
1312: p_data => x_msg_data);
1313:
1314: -- Debug info.

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

1325: END IF;
1326: WHEN fnd_api.g_exc_unexpected_error THEN
1327: x_return_status := fnd_api.g_ret_sts_unexp_error;
1328:
1329: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1330: p_count => x_msg_count,
1331: p_data => x_msg_data);
1332:
1333: -- Debug info.

Line 1350: fnd_msg_pub.add;

1346: x_return_status := fnd_api.g_ret_sts_unexp_error;
1347:
1348: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1349: fnd_message.set_token('ERROR' ,SQLERRM);
1350: fnd_msg_pub.add;
1351:
1352: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1353: p_count => x_msg_count,
1354: p_data => x_msg_data);

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

1348: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1349: fnd_message.set_token('ERROR' ,SQLERRM);
1350: fnd_msg_pub.add;
1351:
1352: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1353: p_count => x_msg_count,
1354: p_data => x_msg_data);
1355:
1356: -- Debug info.

Line 1442: FND_MSG_PUB.initialize;

1438: x_return_status := FND_API.G_RET_STS_SUCCESS;
1439:
1440: -- Initialize message list if p_init_msg_list is set to TRUE
1441: IF FND_API.to_Boolean(p_init_msg_list) THEN
1442: FND_MSG_PUB.initialize;
1443: END IF;
1444:
1445:
1446: -- Debug info.

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

1541:
1542: WHEN fnd_api.g_exc_error THEN
1543: x_return_status := fnd_api.g_ret_sts_error;
1544:
1545: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1546: p_count => x_msg_count,
1547: p_data => x_msg_data);
1548:
1549: -- Debug info.

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

1560: END IF;
1561: WHEN fnd_api.g_exc_unexpected_error THEN
1562: x_return_status := fnd_api.g_ret_sts_unexp_error;
1563:
1564: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1565: p_count => x_msg_count,
1566: p_data => x_msg_data);
1567:
1568: -- Debug info.

Line 1585: fnd_msg_pub.add;

1581: x_return_status := fnd_api.g_ret_sts_unexp_error;
1582:
1583: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1584: fnd_message.set_token('ERROR' ,SQLERRM);
1585: fnd_msg_pub.add;
1586:
1587: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1588: p_count => x_msg_count,
1589: p_data => x_msg_data);

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

1583: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1584: fnd_message.set_token('ERROR' ,SQLERRM);
1585: fnd_msg_pub.add;
1586:
1587: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1588: p_count => x_msg_count,
1589: p_data => x_msg_data);
1590:
1591: -- Debug info.

Line 1672: FND_MSG_PUB.initialize;

1668: x_return_status := FND_API.G_RET_STS_SUCCESS;
1669:
1670: -- Initialize message list if p_init_msg_list is set to TRUE
1671: IF FND_API.to_Boolean(p_init_msg_list) THEN
1672: FND_MSG_PUB.initialize;
1673: END IF;
1674:
1675:
1676: -- Debug info.

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

1737:
1738: WHEN fnd_api.g_exc_error THEN
1739: x_return_status := fnd_api.g_ret_sts_error;
1740:
1741: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1742: p_count => x_msg_count,
1743: p_data => x_msg_data);
1744:
1745: -- Debug info.

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

1756: END IF;
1757: WHEN fnd_api.g_exc_unexpected_error THEN
1758: x_return_status := fnd_api.g_ret_sts_unexp_error;
1759:
1760: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1761: p_count => x_msg_count,
1762: p_data => x_msg_data);
1763:
1764: -- Debug info.

Line 1781: fnd_msg_pub.add;

1777: x_return_status := fnd_api.g_ret_sts_unexp_error;
1778:
1779: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1780: fnd_message.set_token('ERROR' ,SQLERRM);
1781: fnd_msg_pub.add;
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);

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

1779: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1780: fnd_message.set_token('ERROR' ,SQLERRM);
1781: fnd_msg_pub.add;
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 2141: fnd_msg_pub.add;

2137: x_return_status := fnd_api.g_ret_sts_unexp_error;
2138:
2139: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2140: fnd_message.set_token('ERROR' ,SQLERRM);
2141: fnd_msg_pub.add;
2142:
2143: end set_person_cust_bo_action_type;
2144:
2145: --------------------------------------

Line 2197: FND_MSG_PUB.initialize;

2193: x_return_status := FND_API.G_RET_STS_SUCCESS;
2194:
2195: -- Initialize message list if p_init_msg_list is set to TRUE
2196: IF FND_API.to_Boolean(p_init_msg_list) THEN
2197: FND_MSG_PUB.initialize;
2198: END IF;
2199:
2200:
2201: -- Debug info.

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

2265:
2266: WHEN fnd_api.g_exc_error THEN
2267: x_return_status := fnd_api.g_ret_sts_error;
2268:
2269: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2270: p_count => x_msg_count,
2271: p_data => x_msg_data);
2272:
2273: -- Debug info.

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

2284: END IF;
2285: WHEN fnd_api.g_exc_unexpected_error THEN
2286: x_return_status := fnd_api.g_ret_sts_unexp_error;
2287:
2288: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2289: p_count => x_msg_count,
2290: p_data => x_msg_data);
2291:
2292: -- Debug info.

Line 2309: fnd_msg_pub.add;

2305: x_return_status := fnd_api.g_ret_sts_unexp_error;
2306:
2307: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2308: fnd_message.set_token('ERROR' ,SQLERRM);
2309: fnd_msg_pub.add;
2310:
2311: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2312: p_count => x_msg_count,
2313: p_data => x_msg_data);

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

2307: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2308: fnd_message.set_token('ERROR' ,SQLERRM);
2309: fnd_msg_pub.add;
2310:
2311: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2312: p_count => x_msg_count,
2313: p_data => x_msg_data);
2314:
2315: -- Debug info.