DBA Data[Home] [Help]

APPS.HZ_EXTRACT_PERSON_BO_PVT dependencies on FND_MSG_PUB

Line 120: FND_MSG_PUB.initialize;

116: x_return_status := FND_API.G_RET_STS_SUCCESS;
117:
118: -- Initialize message list if p_init_msg_list is set to TRUE
119: IF FND_API.to_Boolean(p_init_msg_list) THEN
120: FND_MSG_PUB.initialize;
121: END IF;
122:
123:
124: -- Debug info.

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

153:
154: WHEN fnd_api.g_exc_error THEN
155: x_return_status := fnd_api.g_ret_sts_error;
156:
157: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
158: p_count => x_msg_count,
159: p_data => x_msg_data);
160:
161: -- Debug info.

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

172: END IF;
173: WHEN fnd_api.g_exc_unexpected_error THEN
174: x_return_status := fnd_api.g_ret_sts_unexp_error;
175:
176: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
177: p_count => x_msg_count,
178: p_data => x_msg_data);
179:
180: -- Debug info.

Line 197: fnd_msg_pub.add;

193: x_return_status := fnd_api.g_ret_sts_unexp_error;
194:
195: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
196: fnd_message.set_token('ERROR' ,SQLERRM);
197: fnd_msg_pub.add;
198:
199: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
200: p_count => x_msg_count,
201: p_data => x_msg_data);

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

195: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
196: fnd_message.set_token('ERROR' ,SQLERRM);
197: fnd_msg_pub.add;
198:
199: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
200: p_count => x_msg_count,
201: p_data => x_msg_data);
202:
203: -- Debug info.

Line 564: FND_MSG_PUB.initialize;

560: x_return_status := FND_API.G_RET_STS_SUCCESS;
561:
562: -- Initialize message list if p_init_msg_list is set to TRUE
563: IF FND_API.to_Boolean(p_init_msg_list) THEN
564: FND_MSG_PUB.initialize;
565: END IF;
566:
567:
568: -- Debug info.

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

757:
758: WHEN fnd_api.g_exc_error THEN
759: x_return_status := fnd_api.g_ret_sts_error;
760:
761: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
762: p_count => x_msg_count,
763: p_data => x_msg_data);
764:
765: -- Debug info.

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

776: END IF;
777: WHEN fnd_api.g_exc_unexpected_error THEN
778: x_return_status := fnd_api.g_ret_sts_unexp_error;
779:
780: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
781: p_count => x_msg_count,
782: p_data => x_msg_data);
783:
784: -- Debug info.

Line 801: fnd_msg_pub.add;

797: x_return_status := fnd_api.g_ret_sts_unexp_error;
798:
799: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
800: fnd_message.set_token('ERROR' ,SQLERRM);
801: fnd_msg_pub.add;
802:
803: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
804: p_count => x_msg_count,
805: p_data => x_msg_data);

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

799: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
800: fnd_message.set_token('ERROR' ,SQLERRM);
801: fnd_msg_pub.add;
802:
803: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
804: p_count => x_msg_count,
805: p_data => x_msg_data);
806:
807: -- Debug info.

Line 891: FND_MSG_PUB.initialize;

887: x_return_status := FND_API.G_RET_STS_SUCCESS;
888:
889: -- Initialize message list if p_init_msg_list is set to TRUE
890: IF FND_API.to_Boolean(p_init_msg_list) THEN
891: FND_MSG_PUB.initialize;
892: END IF;
893:
894:
895: -- Debug info.

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

952:
953: WHEN fnd_api.g_exc_error THEN
954: x_return_status := fnd_api.g_ret_sts_error;
955:
956: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
957: p_count => x_msg_count,
958: p_data => x_msg_data);
959:
960: -- Debug info.

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

971: END IF;
972: WHEN fnd_api.g_exc_unexpected_error THEN
973: x_return_status := fnd_api.g_ret_sts_unexp_error;
974:
975: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
976: p_count => x_msg_count,
977: p_data => x_msg_data);
978:
979: -- Debug info.

Line 996: fnd_msg_pub.add;

992: x_return_status := fnd_api.g_ret_sts_unexp_error;
993:
994: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
995: fnd_message.set_token('ERROR' ,SQLERRM);
996: fnd_msg_pub.add;
997:
998: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
999: p_count => x_msg_count,
1000: p_data => x_msg_data);

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

994: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
995: fnd_message.set_token('ERROR' ,SQLERRM);
996: fnd_msg_pub.add;
997:
998: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
999: p_count => x_msg_count,
1000: p_data => x_msg_data);
1001:
1002: -- Debug info.

Line 1083: FND_MSG_PUB.initialize;

1079: x_return_status := FND_API.G_RET_STS_SUCCESS;
1080:
1081: -- Initialize message list if p_init_msg_list is set to TRUE
1082: IF FND_API.to_Boolean(p_init_msg_list) THEN
1083: FND_MSG_PUB.initialize;
1084: END IF;
1085:
1086:
1087: -- Debug info.

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

1150:
1151: WHEN fnd_api.g_exc_error THEN
1152: x_return_status := fnd_api.g_ret_sts_error;
1153:
1154: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1155: p_count => x_msg_count,
1156: p_data => x_msg_data);
1157:
1158: -- Debug info.

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

1169: END IF;
1170: WHEN fnd_api.g_exc_unexpected_error THEN
1171: x_return_status := fnd_api.g_ret_sts_unexp_error;
1172:
1173: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1174: p_count => x_msg_count,
1175: p_data => x_msg_data);
1176:
1177: -- Debug info.

Line 1194: fnd_msg_pub.add;

1190: x_return_status := fnd_api.g_ret_sts_unexp_error;
1191:
1192: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1193: fnd_message.set_token('ERROR' ,SQLERRM);
1194: fnd_msg_pub.add;
1195:
1196: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1197: p_count => x_msg_count,
1198: p_data => x_msg_data);

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

1192: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1193: fnd_message.set_token('ERROR' ,SQLERRM);
1194: fnd_msg_pub.add;
1195:
1196: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1197: p_count => x_msg_count,
1198: p_data => x_msg_data);
1199:
1200: -- Debug info.

Line 1619: fnd_msg_pub.add;

1615: x_return_status := fnd_api.g_ret_sts_unexp_error;
1616:
1617: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1618: fnd_message.set_token('ERROR' ,SQLERRM);
1619: fnd_msg_pub.add;
1620:
1621: end set_person_bo_action_type;
1622:
1623: --------------------------------------

Line 1680: FND_MSG_PUB.initialize;

1676: x_return_status := FND_API.G_RET_STS_SUCCESS;
1677:
1678: -- Initialize message list if p_init_msg_list is set to TRUE
1679: IF FND_API.to_Boolean(p_init_msg_list) THEN
1680: FND_MSG_PUB.initialize;
1681: END IF;
1682:
1683:
1684: -- Debug info.

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

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

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

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

Line 1792: fnd_msg_pub.add;

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

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

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