DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on FND_MSG_PUB

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

265: */
266:
267: x_return_status := fnd_api.g_ret_sts_unexp_error;
268:
269: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
270: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
271: END IF;
272:
273: IF l_debug = 1 THEN

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

266:
267: x_return_status := fnd_api.g_ret_sts_unexp_error;
268:
269: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
270: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
271: END IF;
272:
273: IF l_debug = 1 THEN
274: log_error(l_api_name, 'other_error',

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

324: --
325: WHEN OTHERS THEN
326: x_return_status := fnd_api.g_ret_sts_unexp_error;
327:
328: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
329: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
330: END IF;
331: IF l_debug = 1 THEN
332: log_error(l_api_name, 'other_error', 'Other error in purge_detail_temp_records');

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

325: WHEN OTHERS THEN
326: x_return_status := fnd_api.g_ret_sts_unexp_error;
327:
328: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
329: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
330: END IF;
331: IF l_debug = 1 THEN
332: log_error(l_api_name, 'other_error', 'Other error in purge_detail_temp_records');
333: END IF;

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

436: --
437: WHEN OTHERS THEN
438: x_return_status := fnd_api.g_ret_sts_unexp_error;
439:
440: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
441: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
442: END IF;
443: IF l_debug = 1 THEN
444: log_error(l_api_name, 'other_error', 'Other error in resolve_serials');

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

437: WHEN OTHERS THEN
438: x_return_status := fnd_api.g_ret_sts_unexp_error;
439:
440: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
441: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
442: END IF;
443: IF l_debug = 1 THEN
444: log_error(l_api_name, 'other_error', 'Other error in resolve_serials');
445: END IF;

Line 685: -- Note: in debug mode, later call to fnd_msg_pub.get will not get

681: /* --
682: -- debugging section
683: -- can be commented out for final code
684: IF inv_pp_debug.is_debug_mode THEN
685: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
686: -- the message retrieved here since it is no longer on the stack
687: inv_pp_debug.set_last_error_message(SQLERRM);
688: inv_pp_debug.send_message_to_pipe('exception in '|| l_api_name);
689: inv_pp_debug.send_last_error_message;

Line 704: -- Note: in debug mode, later call to fnd_msg_pub.get will not get

700: /* --
701: -- debugging section
702: -- can be commented out for final code
703: IF inv_pp_debug.is_debug_mode THEN
704: -- Note: in debug mode, later call to fnd_msg_pub.get will not get
705: -- the message retrieved here since it is no longer on the stack
706: inv_pp_debug.set_last_error_message(SQLERRM);
707: inv_pp_debug.send_message_to_pipe('exception in '|| l_api_name);
708: inv_pp_debug.send_last_error_message;

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

718: WHEN OTHERS THEN
719:
720: x_return_status := fnd_api.g_ret_sts_unexp_error;
721:
722: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
723: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
724: END IF;
725: IF l_debug = 1 THEN
726: log_error(l_api_name, 'other_error', 'Other error in Prepare');

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

719:
720: x_return_status := fnd_api.g_ret_sts_unexp_error;
721:
722: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
723: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
724: END IF;
725: IF l_debug = 1 THEN
726: log_error(l_api_name, 'other_error', 'Other error in Prepare');
727: END IF;

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

925: END IF;
926:
927: x_return_status := fnd_api.g_ret_sts_unexp_error;
928:
929: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
930: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
931: END IF;
932: IF l_debug = 1 THEN
933: log_error(l_api_name, 'other_error', 'Other error in prepare_transfer_receipt');

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

926:
927: x_return_status := fnd_api.g_ret_sts_unexp_error;
928:
929: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
930: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
931: END IF;
932: IF l_debug = 1 THEN
933: log_error(l_api_name, 'other_error', 'Other error in prepare_transfer_receipt');
934: END IF;

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

1218: END IF;
1219:
1220: x_return_status := fnd_api.g_ret_sts_unexp_error;
1221:
1222: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1223: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1224: END IF;
1225: IF l_debug = 1 THEN
1226: log_error(l_api_name, 'other_error', 'Other error in output_issue_or_receipt');

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

1219:
1220: x_return_status := fnd_api.g_ret_sts_unexp_error;
1221:
1222: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1223: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1224: END IF;
1225: IF l_debug = 1 THEN
1226: log_error(l_api_name, 'other_error', 'Other error in output_issue_or_receipt');
1227: END IF;

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

1577: END IF;
1578:
1579: x_return_status := fnd_api.g_ret_sts_unexp_error;
1580:
1581: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1582: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1583: END IF;
1584: IF l_debug = 1 THEN
1585: log_error(l_api_name, 'other_error', 'Other error in combine_transfer');

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

1578:
1579: x_return_status := fnd_api.g_ret_sts_unexp_error;
1580:
1581: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1582: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1583: END IF;
1584: IF l_debug = 1 THEN
1585: log_error(l_api_name, 'other_error', 'Other error in combine_transfer');
1586: END IF;

Line 1874: fnd_msg_pub.initialize;

1870:
1871: --
1872: -- Initialize message list if p_init_msg_list is set to true
1873: IF fnd_api.to_boolean(p_init_msg_list) THEN
1874: fnd_msg_pub.initialize;
1875: END IF;
1876:
1877: if p_wave_simulation_mode ='Y' then l_simulation_mode := 0; end if;
1878: --

Line 2953: FND_MSG_PUB.ADD;

2949: --BUG 3440344: We should not add message to the stack if
2950: --G_SUGG_FAILURE_MESSAGE is null
2951: IF x_msg_data IS NOT NULL OR x_msg_data <> '' THEN
2952: FND_MESSAGE.SET_NAME('WMS',WMS_ENGINE_PVT.G_SUGG_FAILURE_MESSAGE);
2953: FND_MSG_PUB.ADD;
2954: END IF;
2955:
2956: IF l_debug = 1 THEN
2957: log_procedure(l_api_name, 'end G_SUGG_FAILURE_MESSAGE', x_msg_data );

Line 2965: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

2961: EXCEPTION
2962: WHEN fnd_api.g_exc_error THEN
2963: ROLLBACK TO create_suggestions_sa;
2964: x_return_status := fnd_api.g_ret_sts_error;
2965: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2966: IF l_debug = 1 THEN
2967: log_error(l_api_name, 'error', 'Error in create_suggestions - ' || x_msg_data);
2968: END IF ;
2969: --

Line 2973: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

2969: --
2970: WHEN fnd_api.g_exc_unexpected_error THEN
2971: ROLLBACK TO create_suggestions_sa;
2972: x_return_status := fnd_api.g_ret_sts_unexp_error;
2973: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2974: IF l_debug = 1 THEN
2975: log_error(l_api_name, 'unexp_error', 'Unexpected error ' || 'in create_suggestions - ' || x_msg_data);
2976: END IF;
2977: --

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

2978: WHEN OTHERS THEN
2979: ROLLBACK TO create_suggestions_sa;
2980: x_return_status := fnd_api.g_ret_sts_unexp_error;
2981:
2982: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2983: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2984: END IF;
2985: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2986: IF l_debug = 1 THEN

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

2979: ROLLBACK TO create_suggestions_sa;
2980: x_return_status := fnd_api.g_ret_sts_unexp_error;
2981:
2982: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2983: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2984: END IF;
2985: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2986: IF l_debug = 1 THEN
2987: log_error(l_api_name, 'other_error', 'Other error ' || 'in create_suggestions - ' || x_msg_data);

Line 2985: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

2981:
2982: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2983: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2984: END IF;
2985: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2986: IF l_debug = 1 THEN
2987: log_error(l_api_name, 'other_error', 'Other error ' || 'in create_suggestions - ' || x_msg_data);
2988: END IF;
2989: