DBA Data[Home] [Help]

APPS.HZ_EXTRACT_CUST_ACCT_BO_PVT dependencies on FND_MSG_PUB

Line 118: FND_MSG_PUB.initialize;

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

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

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

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

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

Line 194: fnd_msg_pub.add;

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

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

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

Line 448: FND_MSG_PUB.initialize;

444: x_return_status := FND_API.G_RET_STS_SUCCESS;
445:
446: -- Initialize message list if p_init_msg_list is set to TRUE
447: IF FND_API.to_Boolean(p_init_msg_list) THEN
448: FND_MSG_PUB.initialize;
449: END IF;
450:
451:
452: -- Debug info.

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

480:
481: WHEN fnd_api.g_exc_error THEN
482: x_return_status := fnd_api.g_ret_sts_error;
483:
484: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
485: p_count => x_msg_count,
486: p_data => x_msg_data);
487:
488: -- Debug info.

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

499: END IF;
500: WHEN fnd_api.g_exc_unexpected_error THEN
501: x_return_status := fnd_api.g_ret_sts_unexp_error;
502:
503: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
504: p_count => x_msg_count,
505: p_data => x_msg_data);
506:
507: -- Debug info.

Line 524: fnd_msg_pub.add;

520: x_return_status := fnd_api.g_ret_sts_unexp_error;
521:
522: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
523: fnd_message.set_token('ERROR' ,SQLERRM);
524: fnd_msg_pub.add;
525:
526: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
527: p_count => x_msg_count,
528: p_data => x_msg_data);

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

522: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
523: fnd_message.set_token('ERROR' ,SQLERRM);
524: fnd_msg_pub.add;
525:
526: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
527: p_count => x_msg_count,
528: p_data => x_msg_data);
529:
530: -- Debug info.

Line 851: FND_MSG_PUB.initialize;

847: x_return_status := FND_API.G_RET_STS_SUCCESS;
848:
849: -- Initialize message list if p_init_msg_list is set to TRUE
850: IF FND_API.to_Boolean(p_init_msg_list) THEN
851: FND_MSG_PUB.initialize;
852: END IF;
853:
854:
855: -- Debug info.

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

943:
944: WHEN fnd_api.g_exc_error THEN
945: x_return_status := fnd_api.g_ret_sts_error;
946:
947: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
948: p_count => x_msg_count,
949: p_data => x_msg_data);
950:
951: -- Debug info.

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

962: END IF;
963: WHEN fnd_api.g_exc_unexpected_error THEN
964: x_return_status := fnd_api.g_ret_sts_unexp_error;
965:
966: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
967: p_count => x_msg_count,
968: p_data => x_msg_data);
969:
970: -- Debug info.

Line 987: fnd_msg_pub.add;

983: x_return_status := fnd_api.g_ret_sts_unexp_error;
984:
985: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
986: fnd_message.set_token('ERROR' ,SQLERRM);
987: fnd_msg_pub.add;
988:
989: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
990: p_count => x_msg_count,
991: p_data => x_msg_data);

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

985: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
986: fnd_message.set_token('ERROR' ,SQLERRM);
987: fnd_msg_pub.add;
988:
989: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
990: p_count => x_msg_count,
991: p_data => x_msg_data);
992:
993: -- Debug info.

Line 1310: FND_MSG_PUB.initialize;

1306: x_return_status := FND_API.G_RET_STS_SUCCESS;
1307:
1308: -- Initialize message list if p_init_msg_list is set to TRUE
1309: IF FND_API.to_Boolean(p_init_msg_list) THEN
1310: FND_MSG_PUB.initialize;
1311: END IF;
1312:
1313:
1314: -- Debug info.

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

1402:
1403: WHEN fnd_api.g_exc_error THEN
1404: x_return_status := fnd_api.g_ret_sts_error;
1405:
1406: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1407: p_count => x_msg_count,
1408: p_data => x_msg_data);
1409:
1410: -- Debug info.

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

1421: END IF;
1422: WHEN fnd_api.g_exc_unexpected_error THEN
1423: x_return_status := fnd_api.g_ret_sts_unexp_error;
1424:
1425: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1426: p_count => x_msg_count,
1427: p_data => x_msg_data);
1428:
1429: -- Debug info.

Line 1446: fnd_msg_pub.add;

1442: x_return_status := fnd_api.g_ret_sts_unexp_error;
1443:
1444: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1445: fnd_message.set_token('ERROR' ,SQLERRM);
1446: fnd_msg_pub.add;
1447:
1448: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1449: p_count => x_msg_count,
1450: p_data => x_msg_data);

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

1444: fnd_message.set_name('AR', 'HZ_API_OTHERS_EXCEP');
1445: fnd_message.set_token('ERROR' ,SQLERRM);
1446: fnd_msg_pub.add;
1447:
1448: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1449: p_count => x_msg_count,
1450: p_data => x_msg_data);
1451:
1452: -- Debug info.