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 1006: fnd_msg_pub.add;

1002: x_return_status := fnd_api.g_ret_sts_unexp_error;
1003:
1004: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1005: fnd_message.set_token('ERROR' ,SQLERRM);
1006: fnd_msg_pub.add;
1007:
1008: end set_org_cust_bo_action_type;
1009:
1010: --------------------------------------

Line 1062: FND_MSG_PUB.initialize;

1058: x_return_status := FND_API.G_RET_STS_SUCCESS;
1059:
1060: -- Initialize message list if p_init_msg_list is set to TRUE
1061: IF FND_API.to_Boolean(p_init_msg_list) THEN
1062: FND_MSG_PUB.initialize;
1063: END IF;
1064:
1065:
1066: -- Debug info.

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

1123:
1124: WHEN fnd_api.g_exc_error THEN
1125: x_return_status := fnd_api.g_ret_sts_error;
1126:
1127: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1128: p_count => x_msg_count,
1129: p_data => x_msg_data);
1130:
1131: -- Debug info.

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

1142: END IF;
1143: WHEN fnd_api.g_exc_unexpected_error THEN
1144: x_return_status := fnd_api.g_ret_sts_unexp_error;
1145:
1146: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1147: p_count => x_msg_count,
1148: p_data => x_msg_data);
1149:
1150: -- Debug info.

Line 1167: fnd_msg_pub.add;

1163: x_return_status := fnd_api.g_ret_sts_unexp_error;
1164:
1165: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1166: fnd_message.set_token('ERROR' ,SQLERRM);
1167: fnd_msg_pub.add;
1168:
1169: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1170: p_count => x_msg_count,
1171: p_data => x_msg_data);

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

1165: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1166: fnd_message.set_token('ERROR' ,SQLERRM);
1167: fnd_msg_pub.add;
1168:
1169: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1170: p_count => x_msg_count,
1171: p_data => x_msg_data);
1172:
1173: -- Debug info.

Line 1256: FND_MSG_PUB.initialize;

1252: x_return_status := FND_API.G_RET_STS_SUCCESS;
1253:
1254: -- Initialize message list if p_init_msg_list is set to TRUE
1255: IF FND_API.to_Boolean(p_init_msg_list) THEN
1256: FND_MSG_PUB.initialize;
1257: END IF;
1258:
1259:
1260: -- Debug info.

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

1315:
1316: WHEN fnd_api.g_exc_error THEN
1317: x_return_status := fnd_api.g_ret_sts_error;
1318:
1319: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1320: p_count => x_msg_count,
1321: p_data => x_msg_data);
1322:
1323: -- Debug info.

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

1334: END IF;
1335: WHEN fnd_api.g_exc_unexpected_error THEN
1336: x_return_status := fnd_api.g_ret_sts_unexp_error;
1337:
1338: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1339: p_count => x_msg_count,
1340: p_data => x_msg_data);
1341:
1342: -- Debug info.

Line 1359: fnd_msg_pub.add;

1355: x_return_status := fnd_api.g_ret_sts_unexp_error;
1356:
1357: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1358: fnd_message.set_token('ERROR' ,SQLERRM);
1359: fnd_msg_pub.add;
1360:
1361: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1362: p_count => x_msg_count,
1363: p_data => x_msg_data);

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

1357: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1358: fnd_message.set_token('ERROR' ,SQLERRM);
1359: fnd_msg_pub.add;
1360:
1361: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1362: p_count => x_msg_count,
1363: p_data => x_msg_data);
1364:
1365: -- Debug info.

Line 1450: FND_MSG_PUB.initialize;

1446: x_return_status := FND_API.G_RET_STS_SUCCESS;
1447:
1448: -- Initialize message list if p_init_msg_list is set to TRUE
1449: IF FND_API.to_Boolean(p_init_msg_list) THEN
1450: FND_MSG_PUB.initialize;
1451: END IF;
1452:
1453:
1454: -- Debug info.

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

1556:
1557: WHEN fnd_api.g_exc_error THEN
1558: x_return_status := fnd_api.g_ret_sts_error;
1559:
1560: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1561: p_count => x_msg_count,
1562: p_data => x_msg_data);
1563:
1564: -- Debug info.

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

1575: END IF;
1576: WHEN fnd_api.g_exc_unexpected_error THEN
1577: x_return_status := fnd_api.g_ret_sts_unexp_error;
1578:
1579: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1580: p_count => x_msg_count,
1581: p_data => x_msg_data);
1582:
1583: -- Debug info.

Line 1600: fnd_msg_pub.add;

1596: x_return_status := fnd_api.g_ret_sts_unexp_error;
1597:
1598: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1599: fnd_message.set_token('ERROR' ,SQLERRM);
1600: fnd_msg_pub.add;
1601:
1602: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1603: p_count => x_msg_count,
1604: p_data => x_msg_data);

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

1598: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1599: fnd_message.set_token('ERROR' ,SQLERRM);
1600: fnd_msg_pub.add;
1601:
1602: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1603: p_count => x_msg_count,
1604: p_data => x_msg_data);
1605:
1606: -- Debug info.

Line 1687: FND_MSG_PUB.initialize;

1683: x_return_status := FND_API.G_RET_STS_SUCCESS;
1684:
1685: -- Initialize message list if p_init_msg_list is set to TRUE
1686: IF FND_API.to_Boolean(p_init_msg_list) THEN
1687: FND_MSG_PUB.initialize;
1688: END IF;
1689:
1690:
1691: -- Debug info.

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

1746:
1747: WHEN fnd_api.g_exc_error THEN
1748: x_return_status := fnd_api.g_ret_sts_error;
1749:
1750: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1751: p_count => x_msg_count,
1752: p_data => x_msg_data);
1753:
1754: -- Debug info.

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

1765: END IF;
1766: WHEN fnd_api.g_exc_unexpected_error THEN
1767: x_return_status := fnd_api.g_ret_sts_unexp_error;
1768:
1769: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1770: p_count => x_msg_count,
1771: p_data => x_msg_data);
1772:
1773: -- Debug info.

Line 1790: fnd_msg_pub.add;

1786: x_return_status := fnd_api.g_ret_sts_unexp_error;
1787:
1788: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1789: fnd_message.set_token('ERROR' ,SQLERRM);
1790: fnd_msg_pub.add;
1791:
1792: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1793: p_count => x_msg_count,
1794: p_data => x_msg_data);

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

1788: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1789: fnd_message.set_token('ERROR' ,SQLERRM);
1790: fnd_msg_pub.add;
1791:
1792: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1793: p_count => x_msg_count,
1794: p_data => x_msg_data);
1795:
1796: -- Debug info.

Line 2152: fnd_msg_pub.add;

2148: x_return_status := fnd_api.g_ret_sts_unexp_error;
2149:
2150: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2151: fnd_message.set_token('ERROR' ,SQLERRM);
2152: fnd_msg_pub.add;
2153:
2154: end set_v2_org_cust_bo_action_type;
2155:
2156: --------------------------------------

Line 2208: FND_MSG_PUB.initialize;

2204: x_return_status := FND_API.G_RET_STS_SUCCESS;
2205:
2206: -- Initialize message list if p_init_msg_list is set to TRUE
2207: IF FND_API.to_Boolean(p_init_msg_list) THEN
2208: FND_MSG_PUB.initialize;
2209: END IF;
2210:
2211:
2212: -- Debug info.

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

2260:
2261: WHEN fnd_api.g_exc_error THEN
2262: x_return_status := fnd_api.g_ret_sts_error;
2263:
2264: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2265: p_count => x_msg_count,
2266: p_data => x_msg_data);
2267:
2268: -- Debug info.

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

2279: END IF;
2280: WHEN fnd_api.g_exc_unexpected_error THEN
2281: x_return_status := fnd_api.g_ret_sts_unexp_error;
2282:
2283: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2284: p_count => x_msg_count,
2285: p_data => x_msg_data);
2286:
2287: -- Debug info.

Line 2304: fnd_msg_pub.add;

2300: x_return_status := fnd_api.g_ret_sts_unexp_error;
2301:
2302: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2303: fnd_message.set_token('ERROR' ,SQLERRM);
2304: fnd_msg_pub.add;
2305:
2306: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2307: p_count => x_msg_count,
2308: p_data => x_msg_data);

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

2302: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
2303: fnd_message.set_token('ERROR' ,SQLERRM);
2304: fnd_msg_pub.add;
2305:
2306: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
2307: p_count => x_msg_count,
2308: p_data => x_msg_data);
2309:
2310: -- Debug info.