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 3130: l_msg_data := fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false);

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

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

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

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

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

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

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

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

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