DBA Data[Home] [Help]

APPS.OZF_FUND_EXTENSION_PVT dependencies on FND_MSG_PUB

Line 4: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);

1: PACKAGE BODY OZF_Fund_Extension_Pvt AS
2: /* $Header: ozfvfexb.pls 115.10 2004/05/13 07:06:17 kdass noship $*/
3: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_Extension_Pvt';
4: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
5:
6: ---------------------------------------------------------------------
7: -- PROCEDURE
8: --- get_object_info

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

316:
317: EXCEPTION
318: WHEN OTHERS THEN
319: x_return_status := fnd_api.g_ret_sts_unexp_error;
320: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
321: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
322: END IF;
323: fnd_msg_pub.count_and_get(
324: p_encoded => fnd_api.g_false

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

317: EXCEPTION
318: WHEN OTHERS THEN
319: x_return_status := fnd_api.g_ret_sts_unexp_error;
320: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
321: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
322: END IF;
323: fnd_msg_pub.count_and_get(
324: p_encoded => fnd_api.g_false
325: ,p_count => x_msg_count

Line 323: fnd_msg_pub.count_and_get(

319: x_return_status := fnd_api.g_ret_sts_unexp_error;
320: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
321: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
322: END IF;
323: fnd_msg_pub.count_and_get(
324: p_encoded => fnd_api.g_false
325: ,p_count => x_msg_count
326: ,p_data => x_msg_data);
327: END get_actbudgets;

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

449:
450: EXCEPTION
451: WHEN OTHERS THEN
452: x_return_status := fnd_api.g_ret_sts_unexp_error;
453: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
454: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
455: END IF;
456: fnd_msg_pub.count_and_get(
457: p_encoded => fnd_api.g_false

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

450: EXCEPTION
451: WHEN OTHERS THEN
452: x_return_status := fnd_api.g_ret_sts_unexp_error;
453: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
454: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
455: END IF;
456: fnd_msg_pub.count_and_get(
457: p_encoded => fnd_api.g_false
458: ,p_count => x_msg_count

Line 456: fnd_msg_pub.count_and_get(

452: x_return_status := fnd_api.g_ret_sts_unexp_error;
453: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
454: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
455: END IF;
456: fnd_msg_pub.count_and_get(
457: p_encoded => fnd_api.g_false
458: ,p_count => x_msg_count
459: ,p_data => x_msg_data);
460:

Line 563: fnd_msg_pub.count_and_get(

559:
560: EXCEPTION
561: WHEN fnd_api.g_exc_error THEN
562: x_return_status := fnd_api.g_ret_sts_error;
563: fnd_msg_pub.count_and_get(
564: p_encoded => fnd_api.g_false
565: ,p_count => x_msg_count
566: ,p_data => x_msg_data);
567: WHEN fnd_api.g_exc_unexpected_error THEN

Line 569: fnd_msg_pub.count_and_get(

565: ,p_count => x_msg_count
566: ,p_data => x_msg_data);
567: WHEN fnd_api.g_exc_unexpected_error THEN
568: x_return_status := fnd_api.g_ret_sts_unexp_error;
569: fnd_msg_pub.count_and_get(
570: p_encoded => fnd_api.g_false
571: ,p_count => x_msg_count
572: ,p_data => x_msg_data);
573: WHEN OTHERS THEN

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

571: ,p_count => x_msg_count
572: ,p_data => x_msg_data);
573: WHEN OTHERS THEN
574: x_return_status := fnd_api.g_ret_sts_unexp_error;
575: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
576: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
577: END IF;
578: fnd_msg_pub.count_and_get(
579: p_encoded => fnd_api.g_false

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

572: ,p_data => x_msg_data);
573: WHEN OTHERS THEN
574: x_return_status := fnd_api.g_ret_sts_unexp_error;
575: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
576: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
577: END IF;
578: fnd_msg_pub.count_and_get(
579: p_encoded => fnd_api.g_false
580: ,p_count => x_msg_count

Line 578: fnd_msg_pub.count_and_get(

574: x_return_status := fnd_api.g_ret_sts_unexp_error;
575: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
576: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
577: END IF;
578: fnd_msg_pub.count_and_get(
579: p_encoded => fnd_api.g_false
580: ,p_count => x_msg_count
581: ,p_data => x_msg_data);
582:

Line 1070: fnd_msg_pub.count_and_get(

1066: EXCEPTION
1067: WHEN fnd_api.g_exc_error THEN
1068: -- dbms_output.put_line('delete_fund_schema exception expected error');
1069: x_return_status := fnd_api.g_ret_sts_error;
1070: fnd_msg_pub.count_and_get(
1071: p_encoded => fnd_api.g_false
1072: ,p_count => x_msg_count
1073: ,p_data => x_msg_data);
1074: WHEN fnd_api.g_exc_unexpected_error THEN

Line 1077: fnd_msg_pub.count_and_get(

1073: ,p_data => x_msg_data);
1074: WHEN fnd_api.g_exc_unexpected_error THEN
1075: -- dbms_output.put_line('delete_fund_schema exception unexpected error');
1076: x_return_status := fnd_api.g_ret_sts_unexp_error;
1077: fnd_msg_pub.count_and_get(
1078: p_encoded => fnd_api.g_false
1079: ,p_count => x_msg_count
1080: ,p_data => x_msg_data);
1081: WHEN OTHERS THEN

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

1080: ,p_data => x_msg_data);
1081: WHEN OTHERS THEN
1082: -- dbms_output.put_line('delete_fund_schema exception other error');
1083: x_return_status := fnd_api.g_ret_sts_unexp_error;
1084: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1085: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1086: END IF;
1087: fnd_msg_pub.count_and_get(
1088: p_encoded => fnd_api.g_false

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

1081: WHEN OTHERS THEN
1082: -- dbms_output.put_line('delete_fund_schema exception other error');
1083: x_return_status := fnd_api.g_ret_sts_unexp_error;
1084: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1085: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1086: END IF;
1087: fnd_msg_pub.count_and_get(
1088: p_encoded => fnd_api.g_false
1089: ,p_count => x_msg_count

Line 1087: fnd_msg_pub.count_and_get(

1083: x_return_status := fnd_api.g_ret_sts_unexp_error;
1084: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1085: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1086: END IF;
1087: fnd_msg_pub.count_and_get(
1088: p_encoded => fnd_api.g_false
1089: ,p_count => x_msg_count
1090: ,p_data => x_msg_data);
1091: END delete_fund_schema;

Line 1121: fnd_msg_pub.initialize;

1117: l_api_name CONSTANT VARCHAR2(30) := 'delete_fund';
1118: BEGIN
1119: -- Initialize message list IF p_init_msg_list is set to TRUE.
1120: IF fnd_api.to_boolean (p_init_msg_list) THEN
1121: fnd_msg_pub.initialize;
1122: END IF;
1123:
1124: delete_fund_schema(
1125: p_api_version_number => p_api_version_number

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

1138:
1139: EXCEPTION
1140: WHEN OTHERS THEN
1141: -- dbms_output.put_line('delete_fund exception other error');
1142: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1143: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1144: END IF;
1145: fnd_msg_pub.count_and_get(
1146: p_encoded => fnd_api.g_false

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

1139: EXCEPTION
1140: WHEN OTHERS THEN
1141: -- dbms_output.put_line('delete_fund exception other error');
1142: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1143: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1144: END IF;
1145: fnd_msg_pub.count_and_get(
1146: p_encoded => fnd_api.g_false
1147: ,p_count => x_msg_count

Line 1145: fnd_msg_pub.count_and_get(

1141: -- dbms_output.put_line('delete_fund exception other error');
1142: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1143: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1144: END IF;
1145: fnd_msg_pub.count_and_get(
1146: p_encoded => fnd_api.g_false
1147: ,p_count => x_msg_count
1148: ,p_data => x_msg_data);
1149: END delete_fund;