DBA Data[Home] [Help]

APPS.WMS_WP_CUSTOM_APIS_PUB dependencies on WMS_WP_CUSTOM_APIS_PUB

Line 1: PACKAGE BODY wms_wp_custom_apis_pub AS

1: PACKAGE BODY wms_wp_custom_apis_pub AS
2: /* $Header: WMSWPCAB.pls 120.3 2011/04/19 23:07:22 adyeh noship $ */
3:
4:
5: PROCEDURE print_debug(p_err_msg VARCHAR2) IS

Line 136: fnd_msg_pub.add_exc_msg('wms_wp_custom_apis_pub','create_wave_lines_cust');

132: ROLLBACK TO create_wave_lines_cust_sp;
133: x_return_status := fnd_api.g_ret_sts_unexp_error;
134: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
135: --fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
136: fnd_msg_pub.add_exc_msg('wms_wp_custom_apis_pub','create_wave_lines_cust');
137: END IF;
138: fnd_msg_pub.count_and_get(p_count => x_msg_count,
139: p_data => x_msg_data);
140: IF (l_debug = 1) THEN

Line 285: fnd_msg_pub.add_exc_msg('wms_wp_custom_apis_pub','Get_wave_exceptions_cust');

281: ROLLBACK TO Get_wave_exceptions_cust_sp;
282: x_return_status := fnd_api.g_ret_sts_unexp_error;
283: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
284: --fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
285: fnd_msg_pub.add_exc_msg('wms_wp_custom_apis_pub','Get_wave_exceptions_cust');
286: END IF;
287: fnd_msg_pub.count_and_get(p_count => x_msg_count,
288: p_data => x_msg_data);
289: IF (l_debug = 1) THEN

Line 370: fnd_msg_pub.add_exc_msg('wms_wp_custom_apis_pub','task_release_cust');

366: ROLLBACK TO task_release_cust_sp;
367: x_return_status := fnd_api.g_ret_sts_unexp_error;
368: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
369: --fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
370: fnd_msg_pub.add_exc_msg('wms_wp_custom_apis_pub','task_release_cust');
371: END IF;
372: fnd_msg_pub.count_and_get(p_count => x_msg_count,
373: p_data => x_msg_data);
374: IF (l_debug = 1) THEN

Line 381: END wms_wp_custom_apis_pub;

377: END IF;
378:
379: END task_release_cust;
380:
381: END wms_wp_custom_apis_pub;
382: