DBA Data[Home] [Help]

APPS.IEC_SCHEDULE_MGMT_PUB dependencies on FND_MSG_PUB

Line 60: fnd_msg_pub.initialize;

56: END IF;
57:
58: -- Initialize message list if p_init_msg_list is set to TRUE
59: IF fnd_api.to_boolean(p_init_msg_list) THEN
60: fnd_msg_pub.initialize;
61: END IF;
62:
63: -- Initialize API return status to success
64: x_return_status := fnd_api.g_ret_sts_success;

Line 123: fnd_msg_pub.count_and_get( p_count => x_msg_count

119: COMMIT WORK;
120: END IF;
121:
122: -- Standard call to get message count and if count is 1, get message info
123: fnd_msg_pub.count_and_get( p_count => x_msg_count
124: , p_data => x_msg_data );
125:
126: EXCEPTION
127: WHEN fnd_api.g_exc_error THEN

Line 130: fnd_msg_pub.count_and_get( p_count => x_msg_count

126: EXCEPTION
127: WHEN fnd_api.g_exc_error THEN
128: ROLLBACK TO copy_schedule_entries_pub;
129: x_return_status := fnd_api.g_ret_sts_error;
130: fnd_msg_pub.count_and_get( p_count => x_msg_count
131: , p_data => x_msg_data );
132: WHEN fnd_api.g_exc_unexpected_error THEN
133: ROLLBACK TO copy_schedule_entries_pub;
134: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 135: fnd_msg_pub.count_and_get( p_count => x_msg_count

131: , p_data => x_msg_data );
132: WHEN fnd_api.g_exc_unexpected_error THEN
133: ROLLBACK TO copy_schedule_entries_pub;
134: x_return_status := fnd_api.g_ret_sts_unexp_error;
135: fnd_msg_pub.count_and_get( p_count => x_msg_count
136: , p_data => x_msg_data );
137: WHEN OTHERS THEN
138: ROLLBACK TO copy_schedule_entries_pub;
139: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

136: , p_data => x_msg_data );
137: WHEN OTHERS THEN
138: ROLLBACK TO copy_schedule_entries_pub;
139: x_return_status := fnd_api.g_ret_sts_unexp_error;
140: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
141: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
142: END IF;
143: fnd_msg_pub.count_and_get( p_count => x_msg_count
144: , p_data => x_msg_data );

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

137: WHEN OTHERS THEN
138: ROLLBACK TO copy_schedule_entries_pub;
139: x_return_status := fnd_api.g_ret_sts_unexp_error;
140: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
141: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
142: END IF;
143: fnd_msg_pub.count_and_get( p_count => x_msg_count
144: , p_data => x_msg_data );
145:

Line 143: fnd_msg_pub.count_and_get( p_count => x_msg_count

139: x_return_status := fnd_api.g_ret_sts_unexp_error;
140: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
141: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
142: END IF;
143: fnd_msg_pub.count_and_get( p_count => x_msg_count
144: , p_data => x_msg_data );
145:
146: END CopyScheduleEntries;
147:

Line 202: fnd_msg_pub.initialize;

198: END IF;
199:
200: -- Initialize message list if p_init_msg_list is set to TRUE
201: IF fnd_api.to_boolean(p_init_msg_list) THEN
202: fnd_msg_pub.initialize;
203: END IF;
204:
205: -- Initialize API return status to success
206: x_return_status := fnd_api.g_ret_sts_success;

Line 265: fnd_msg_pub.count_and_get( p_count => x_msg_count

261: COMMIT WORK;
262: END IF;
263:
264: -- Standard call to get message count and if count is 1, get message info
265: fnd_msg_pub.count_and_get( p_count => x_msg_count
266: , p_data => x_msg_data );
267:
268: EXCEPTION
269: WHEN fnd_api.g_exc_error THEN

Line 272: fnd_msg_pub.count_and_get( p_count => x_msg_count

268: EXCEPTION
269: WHEN fnd_api.g_exc_error THEN
270: ROLLBACK TO move_schedule_entries_pub;
271: x_return_status := fnd_api.g_ret_sts_error;
272: fnd_msg_pub.count_and_get( p_count => x_msg_count
273: , p_data => x_msg_data );
274: WHEN fnd_api.g_exc_unexpected_error THEN
275: ROLLBACK TO move_schedule_entries_pub;
276: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 277: fnd_msg_pub.count_and_get( p_count => x_msg_count

273: , p_data => x_msg_data );
274: WHEN fnd_api.g_exc_unexpected_error THEN
275: ROLLBACK TO move_schedule_entries_pub;
276: x_return_status := fnd_api.g_ret_sts_unexp_error;
277: fnd_msg_pub.count_and_get( p_count => x_msg_count
278: , p_data => x_msg_data );
279: WHEN OTHERS THEN
280: ROLLBACK TO move_schedule_entries_pub;
281: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

278: , p_data => x_msg_data );
279: WHEN OTHERS THEN
280: ROLLBACK TO move_schedule_entries_pub;
281: x_return_status := fnd_api.g_ret_sts_unexp_error;
282: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
283: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
284: END IF;
285: fnd_msg_pub.count_and_get( p_count => x_msg_count
286: , p_data => x_msg_data );

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

279: WHEN OTHERS THEN
280: ROLLBACK TO move_schedule_entries_pub;
281: x_return_status := fnd_api.g_ret_sts_unexp_error;
282: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
283: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
284: END IF;
285: fnd_msg_pub.count_and_get( p_count => x_msg_count
286: , p_data => x_msg_data );
287:

Line 285: fnd_msg_pub.count_and_get( p_count => x_msg_count

281: x_return_status := fnd_api.g_ret_sts_unexp_error;
282: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
283: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
284: END IF;
285: fnd_msg_pub.count_and_get( p_count => x_msg_count
286: , p_data => x_msg_data );
287:
288: END MoveScheduleEntries;
289:

Line 341: fnd_msg_pub.initialize;

337: END IF;
338:
339: -- Initialize message list if p_init_msg_list is set to TRUE
340: IF fnd_api.to_boolean(p_init_msg_list) THEN
341: fnd_msg_pub.initialize;
342: END IF;
343:
344: -- Initialize API return status to success
345: x_return_status := fnd_api.g_ret_sts_success;

Line 402: fnd_msg_pub.count_and_get( p_count => x_msg_count

398: COMMIT WORK;
399: END IF;
400:
401: -- Standard call to get message count and if count is 1, get message info
402: fnd_msg_pub.count_and_get( p_count => x_msg_count
403: , p_data => x_msg_data );
404:
405: EXCEPTION
406: WHEN fnd_api.g_exc_error THEN

Line 409: fnd_msg_pub.count_and_get( p_count => x_msg_count

405: EXCEPTION
406: WHEN fnd_api.g_exc_error THEN
407: ROLLBACK TO purge_schedule_entries_pub;
408: x_return_status := fnd_api.g_ret_sts_error;
409: fnd_msg_pub.count_and_get( p_count => x_msg_count
410: , p_data => x_msg_data );
411: WHEN fnd_api.g_exc_unexpected_error THEN
412: ROLLBACK TO purge_schedule_entries_pub;
413: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 414: fnd_msg_pub.count_and_get( p_count => x_msg_count

410: , p_data => x_msg_data );
411: WHEN fnd_api.g_exc_unexpected_error THEN
412: ROLLBACK TO purge_schedule_entries_pub;
413: x_return_status := fnd_api.g_ret_sts_unexp_error;
414: fnd_msg_pub.count_and_get( p_count => x_msg_count
415: , p_data => x_msg_data );
416: WHEN OTHERS THEN
417: ROLLBACK TO purge_schedule_entries_pub;
418: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

415: , p_data => x_msg_data );
416: WHEN OTHERS THEN
417: ROLLBACK TO purge_schedule_entries_pub;
418: x_return_status := fnd_api.g_ret_sts_unexp_error;
419: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
420: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
421: END IF;
422: fnd_msg_pub.count_and_get( p_count => x_msg_count
423: , p_data => x_msg_data );

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

416: WHEN OTHERS THEN
417: ROLLBACK TO purge_schedule_entries_pub;
418: x_return_status := fnd_api.g_ret_sts_unexp_error;
419: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
420: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
421: END IF;
422: fnd_msg_pub.count_and_get( p_count => x_msg_count
423: , p_data => x_msg_data );
424:

Line 422: fnd_msg_pub.count_and_get( p_count => x_msg_count

418: x_return_status := fnd_api.g_ret_sts_unexp_error;
419: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
420: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
421: END IF;
422: fnd_msg_pub.count_and_get( p_count => x_msg_count
423: , p_data => x_msg_data );
424:
425: END PurgeScheduleEntries;
426:

Line 478: fnd_msg_pub.initialize;

474: END IF;
475:
476: -- Initialize message list if p_init_msg_list is set to TRUE
477: IF fnd_api.to_boolean(p_init_msg_list) THEN
478: fnd_msg_pub.initialize;
479: END IF;
480:
481: -- Initialize API return status to success
482: x_return_status := fnd_api.g_ret_sts_success;

Line 539: fnd_msg_pub.count_and_get( p_count => x_msg_count

535: COMMIT WORK;
536: END IF;
537:
538: -- Standard call to get message count and if count is 1, get message info
539: fnd_msg_pub.count_and_get( p_count => x_msg_count
540: , p_data => x_msg_data );
541:
542: EXCEPTION
543: WHEN fnd_api.g_exc_error THEN

Line 546: fnd_msg_pub.count_and_get( p_count => x_msg_count

542: EXCEPTION
543: WHEN fnd_api.g_exc_error THEN
544: ROLLBACK TO stop_schedule_pub;
545: x_return_status := fnd_api.g_ret_sts_error;
546: fnd_msg_pub.count_and_get( p_count => x_msg_count
547: , p_data => x_msg_data );
548: WHEN fnd_api.g_exc_unexpected_error THEN
549: ROLLBACK TO stop_schedule_pub;
550: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 551: fnd_msg_pub.count_and_get( p_count => x_msg_count

547: , p_data => x_msg_data );
548: WHEN fnd_api.g_exc_unexpected_error THEN
549: ROLLBACK TO stop_schedule_pub;
550: x_return_status := fnd_api.g_ret_sts_unexp_error;
551: fnd_msg_pub.count_and_get( p_count => x_msg_count
552: , p_data => x_msg_data );
553: WHEN OTHERS THEN
554: ROLLBACK TO stop_schedule_pub;
555: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

552: , p_data => x_msg_data );
553: WHEN OTHERS THEN
554: ROLLBACK TO stop_schedule_pub;
555: x_return_status := fnd_api.g_ret_sts_unexp_error;
556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
557: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
558: END IF;
559: fnd_msg_pub.count_and_get( p_count => x_msg_count
560: , p_data => x_msg_data );

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

553: WHEN OTHERS THEN
554: ROLLBACK TO stop_schedule_pub;
555: x_return_status := fnd_api.g_ret_sts_unexp_error;
556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
557: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
558: END IF;
559: fnd_msg_pub.count_and_get( p_count => x_msg_count
560: , p_data => x_msg_data );
561:

Line 559: fnd_msg_pub.count_and_get( p_count => x_msg_count

555: x_return_status := fnd_api.g_ret_sts_unexp_error;
556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
557: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
558: END IF;
559: fnd_msg_pub.count_and_get( p_count => x_msg_count
560: , p_data => x_msg_data );
561:
562: END StopScheduleExecution;
563: