DBA Data[Home] [Help]

APPS.GME_PICKING_PVT dependencies on FND_MSG_PUB

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

181: gme_common_pvt.count_and_get (x_count => l_msg_count
182: ,x_data => l_msg_data);
183: raise_application_error (-20000, l_msg_data, TRUE);
184: WHEN OTHERS THEN
185: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
186:
187: IF g_debug <= gme_debug.g_log_unexpected THEN
188: gme_debug.put_line ( 'When others exception in '
189: || g_pkg_name

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

249: RETURN l_open_qty;
250: END IF;
251: EXCEPTION
252: WHEN OTHERS THEN
253: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
254:
255: IF g_debug <= gme_debug.g_log_unexpected THEN
256: gme_debug.put_line ( 'When others exception in '
257: || g_pkg_name

Line 615: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));

611: ,p_token1_value => l_move_order_header_id
612: ,p_token2_name => 'CONC_REQUEST_ID'
613: ,p_token2_value => l_conc_req_id);
614: IF g_debug <= gme_debug.g_log_unexpected THEN
615: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));
616: END IF;
617: ELSIF (g_partially_allocated OR g_fully_allocated) THEN
618: gme_common_pvt.log_message
619: (p_message_code => 'GME_PICKED_PARTIAL_PRINTED'

Line 625: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));

621: ,p_token1_value => l_move_order_header_id
622: ,p_token2_name => 'CONC_REQUEST_ID'
623: ,p_token2_value => l_conc_req_id);
624: IF g_debug <= gme_debug.g_log_unexpected THEN
625: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));
626: END IF;
627: END IF;
628: ELSE
629: IF (NOT (g_partially_allocated) AND NOT (g_not_allocated) ) THEN

Line 635: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));

631: (p_message_code => 'GME_PICKED_ALL'
632: ,p_token1_name => 'MO_NUMBER'
633: ,p_token1_value => l_move_order_header_id);
634: IF g_debug <= gme_debug.g_log_unexpected THEN
635: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));
636: END IF;
637: ELSIF (g_partially_allocated OR g_fully_allocated) THEN
638: gme_common_pvt.log_message
639: (p_message_code => 'GME_PICKED_PARTIAL'

Line 643: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));

639: (p_message_code => 'GME_PICKED_PARTIAL'
640: ,p_token1_name => 'MO_NUMBER'
641: ,p_token1_value => l_move_order_header_id);
642: IF g_debug <= gme_debug.g_log_unexpected THEN
643: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));
644: END IF;
645: ELSIF (NOT (g_partially_allocated) AND NOT (g_fully_allocated) ) THEN
646: gme_common_pvt.log_message
647: (p_message_code => 'GME_PICKED_NO_ALLOC'

Line 651: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));

647: (p_message_code => 'GME_PICKED_NO_ALLOC'
648: ,p_token1_name => 'MO_NUMBER'
649: ,p_token1_value => l_move_order_header_id);
650: IF g_debug <= gme_debug.g_log_unexpected THEN
651: gme_debug.put_line(fnd_msg_pub.get(FND_MSG_PUB.G_LAST, 'F'));
652: END IF;
653: END IF;
654: END IF;
655:

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

667: x_return_status := fnd_api.g_ret_sts_error;
668: WHEN create_move_order_err OR process_line_err OR print_pickslip_err THEN
669: x_return_status := l_return_status;
670: WHEN OTHERS THEN
671: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
672:
673: IF g_debug <= gme_debug.g_log_unexpected THEN
674: gme_debug.put_line ( 'When others exception in '
675: || g_pkg_name

Line 1034: fnd_msg_pub.ADD;

1030: IF (l_rsv_detailed_qty_conv = -99999) THEN
1031: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');
1032: fnd_message.set_token('UOM', l_primary_uom);
1033: fnd_message.set_token('ROUTINE', 'Pick Release process');
1034: fnd_msg_pub.ADD;
1035: RAISE fnd_api.g_exc_unexpected_error;
1036: END IF;
1037: END IF;
1038:

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

1208: EXCEPTION
1209: WHEN create_suggestions_err OR get_pick_slip_err THEN
1210: x_return_status := l_return_status;
1211: WHEN OTHERS THEN
1212: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1213:
1214: IF g_debug <= gme_debug.g_log_unexpected THEN
1215: gme_debug.put_line ( 'When others exception in '
1216: || g_pkg_name