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 681: -- Note: in debug mode, later call to fnd_msg_pub.get will not get

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 1825: fnd_msg_pub.initialize;

1821:
1822: --
1823: -- Initialize message list if p_init_msg_list is set to true
1824: IF fnd_api.to_boolean(p_init_msg_list) THEN
1825: fnd_msg_pub.initialize;
1826: END IF;
1827:
1828: --
1829: -- Initialisize API return status to access

Line 2663: FND_MSG_PUB.ADD;

2659: --BUG 3440344: We should not add message to the stack if
2660: --G_SUGG_FAILURE_MESSAGE is null
2661: IF x_msg_data IS NOT NULL OR x_msg_data <> '' THEN
2662: FND_MESSAGE.SET_NAME('WMS',WMS_ENGINE_PVT.G_SUGG_FAILURE_MESSAGE);
2663: FND_MSG_PUB.ADD;
2664: END IF;
2665:
2666: IF l_debug = 1 THEN
2667: log_procedure(l_api_name, 'end G_SUGG_FAILURE_MESSAGE', x_msg_data );

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

2671: EXCEPTION
2672: WHEN fnd_api.g_exc_error THEN
2673: ROLLBACK TO create_suggestions_sa;
2674: x_return_status := fnd_api.g_ret_sts_error;
2675: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2676: IF l_debug = 1 THEN
2677: log_error(l_api_name, 'error', 'Error in create_suggestions - ' || x_msg_data);
2678: END IF ;
2679: --

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

2679: --
2680: WHEN fnd_api.g_exc_unexpected_error THEN
2681: ROLLBACK TO create_suggestions_sa;
2682: x_return_status := fnd_api.g_ret_sts_unexp_error;
2683: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2684: IF l_debug = 1 THEN
2685: log_error(l_api_name, 'unexp_error', 'Unexpected error ' || 'in create_suggestions - ' || x_msg_data);
2686: END IF;
2687: --

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

2688: WHEN OTHERS THEN
2689: ROLLBACK TO create_suggestions_sa;
2690: x_return_status := fnd_api.g_ret_sts_unexp_error;
2691:
2692: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2693: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2694: END IF;
2695: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2696: IF l_debug = 1 THEN

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

2689: ROLLBACK TO create_suggestions_sa;
2690: x_return_status := fnd_api.g_ret_sts_unexp_error;
2691:
2692: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2693: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2694: END IF;
2695: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2696: IF l_debug = 1 THEN
2697: log_error(l_api_name, 'other_error', 'Other error ' || 'in create_suggestions - ' || x_msg_data);

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

2691:
2692: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2693: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2694: END IF;
2695: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2696: IF l_debug = 1 THEN
2697: log_error(l_api_name, 'other_error', 'Other error ' || 'in create_suggestions - ' || x_msg_data);
2698: END IF;
2699: