DBA Data[Home] [Help]

APPS.CSF_MAINTAIN_GRP dependencies on FND_MSG_PUB

Line 49: FND_MSG_PUB.initialize;

45: END IF;
46:
47:
48: -- Initialize message list
49: FND_MSG_PUB.initialize;
50:
51:
52: -- Initialize API return status to SUCCESS
53: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 178: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

174: EXCEPTION
175: WHEN fnd_api.g_exc_error THEN
176: ROLLBACK TO Validate_FieldServiceObjects;
177: x_return_status := fnd_api.g_ret_sts_error;
178: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
179:
180: WHEN fnd_api.g_exc_unexpected_error THEN
181: ROLLBACK TO Validate_FieldServiceObjects;
182: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 183: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

179:
180: WHEN fnd_api.g_exc_unexpected_error THEN
181: ROLLBACK TO Validate_FieldServiceObjects;
182: x_return_status := fnd_api.g_ret_sts_unexp_error;
183: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
184:
185: WHEN OTHERS THEN
186: x_return_status := fnd_api.g_ret_sts_unexp_error;
187: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

Line 187: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

183: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
184:
185: WHEN OTHERS THEN
186: x_return_status := fnd_api.g_ret_sts_unexp_error;
187: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
188: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
189: END IF;
190: ROLLBACK TO Validate_FieldServiceObjects;
191: END;

Line 188: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

184:
185: WHEN OTHERS THEN
186: x_return_status := fnd_api.g_ret_sts_unexp_error;
187: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
188: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
189: END IF;
190: ROLLBACK TO Validate_FieldServiceObjects;
191: END;
192:

Line 244: FND_MSG_PUB.initialize;

240: END IF;
241:
242:
243: -- Initialize message list
244: FND_MSG_PUB.initialize;
245:
246: IF (nvl(P_OBJECT_TYPE, 'SR') = 'SR') then
247:
248: -- Initialize API return status to SUCCESS

Line 688: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

684: EXCEPTION
685: WHEN fnd_api.g_exc_error THEN
686: ROLLBACK TO Purge_FieldServiceObjects;
687: x_return_status := fnd_api.g_ret_sts_error;
688: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
689:
690: WHEN fnd_api.g_exc_unexpected_error THEN
691: ROLLBACK TO Purge_FieldServiceObjects;
692: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 693: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

689:
690: WHEN fnd_api.g_exc_unexpected_error THEN
691: ROLLBACK TO Purge_FieldServiceObjects;
692: x_return_status := fnd_api.g_ret_sts_unexp_error;
693: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
694:
695: WHEN OTHERS THEN
696: x_return_status := fnd_api.g_ret_sts_unexp_error;
697: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

Line 697: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

693: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
694:
695: WHEN OTHERS THEN
696: x_return_status := fnd_api.g_ret_sts_unexp_error;
697: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
698: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
699: END IF;
700: ROLLBACK TO Purge_FieldServiceObjects;
701:

Line 698: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

694:
695: WHEN OTHERS THEN
696: x_return_status := fnd_api.g_ret_sts_unexp_error;
697: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
698: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
699: END IF;
700: ROLLBACK TO Purge_FieldServiceObjects;
701:
702: