DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on FND_MSG_PUB

Line 629: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter

625: IF l_return_status <> fnd_api.g_ret_sts_success THEN
626: cn_message_pkg.DEBUG('Exception occurs in getting the descendants:');
627:
628: FOR l_counter IN 1 .. l_msg_count LOOP
629: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter
630: , p_encoded => fnd_api.g_false));
631: END LOOP;
632:
633: RAISE api_call_failed;

Line 775: , fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));

771: WHEN api_call_failed THEN
772: IF (l_msg_count > 0) THEN
773: FOR l_counter IN 1 .. l_msg_count LOOP
774: fnd_file.put_line(fnd_file.LOG
775: , fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));
776: END LOOP;
777: END IF;
778:
779: cn_message_pkg.FLUSH;

Line 3131: l_msg_data := fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false);

3127: );
3128:
3129: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3130: FOR l_counter IN 1 .. l_msg_count LOOP
3131: l_msg_data := fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false);
3132: fnd_file.put_line(fnd_file.LOG, l_msg_data);
3133: cn_message_pkg.DEBUG(l_msg_data);
3134: END LOOP;
3135:

Line 3568: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter

3564: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3565: cn_message_pkg.DEBUG('Exception occurs in classification process:');
3566:
3567: FOR l_counter IN 1 .. l_msg_count LOOP
3568: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter
3569: , p_encoded => fnd_api.g_false));
3570: END LOOP;
3571:
3572: RAISE api_call_failed;

Line 3589: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter

3585: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3586: cn_message_pkg.DEBUG('Exception occurs in rollup phase:');
3587:
3588: FOR l_counter IN 1 .. l_msg_count LOOP
3589: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter
3590: , p_encoded => fnd_api.g_false));
3591: END LOOP;
3592:
3593: RAISE api_call_failed;

Line 3610: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter

3606: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3607: cn_message_pkg.DEBUG('Exception occurs in population phase:');
3608:
3609: FOR l_counter IN 1 .. l_msg_count LOOP
3610: cn_message_pkg.DEBUG(fnd_msg_pub.get(p_msg_index => l_counter
3611: , p_encoded => fnd_api.g_false));
3612: END LOOP;
3613:
3614: RAISE api_call_failed;

Line 3703: , fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));

3699:
3700: IF (l_msg_count > 0) THEN
3701: FOR l_counter IN 1 .. l_msg_count LOOP
3702: fnd_file.put_line(fnd_file.LOG
3703: , fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));
3704: END LOOP;
3705: END IF;
3706:
3707: cn_message_pkg.rollback_errormsg_commit('Exception occurs in batch runner (ID='