DBA Data[Home] [Help]

APPS.GME_MOBILE_RSRV dependencies on FND_MSG_PUB

Line 88: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','fetch_lot_reservations');

84: WHEN OTHERS THEN
85: IF g_debug <= gme_debug.g_log_unexpected THEN
86: gme_debug.put_line('When others exception in Fetch Lot Reservation');
87: END IF;
88: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','fetch_lot_reservations');
89: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
90: x_error_msg := fnd_message.get;
91:
92: END Fetch_Lot_Reservations;

Line 150: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','Check_Rsrv_Exist');

146: WHEN OTHERS THEN
147: IF g_debug <= gme_debug.g_log_unexpected THEN
148: gme_debug.put_line('When others exception in Check Rsrv Exist');
149: END IF;
150: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','Check_Rsrv_Exist');
151: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
152: x_error_msg := fnd_message.get;
153:
154: END Check_Rsrv_Exist;

Line 234: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','get_material_reservations');

230: WHEN OTHERS THEN
231: IF g_debug <= gme_debug.g_log_unexpected THEN
232: gme_debug.put_line('When others exception in get Mtl Reservation');
233: END IF;
234: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','get_material_reservations');
235: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
236: x_error_msg := fnd_message.get;
237:
238: END get_material_reservations;

Line 311: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','Get_Material_Detail_Reservations');

307: WHEN OTHERS THEN
308: IF g_debug <= gme_debug.g_log_unexpected THEN
309: gme_debug.put_line('When others exception in get Mtl detail Reservation');
310: END IF;
311: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','Get_Material_Detail_Reservations');
312: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
313: x_error_msg := fnd_message.get;
314:
315: END Get_Material_Dtl_Reservations;

Line 425: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','get_available_qties');

421: WHEN OTHERS THEN
422: IF g_debug <= gme_debug.g_log_unexpected THEN
423: gme_debug.put_line('When others exception in get available qties');
424: END IF;
425: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','get_available_qties');
426:
427: END Get_Available_Qties;
428:
429: /*+========================================================================+

Line 623: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','Update_Qty_Tree_For_Rsrv');

619: WHEN OTHERS THEN
620: IF g_debug <= gme_debug.g_log_unexpected THEN
621: gme_debug.put_line('When others exception in Update Qty Tree');
622: END IF;
623: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','Update_Qty_Tree_For_Rsrv');
624: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
625: x_error_msg := fnd_message.get;
626:
627: END Update_Qty_Tree_For_Rsrv;

Line 717: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','fetch_Atr_Qty');

713: WHEN OTHERS THEN
714: IF g_debug <= gme_debug.g_log_unexpected THEN
715: gme_debug.put_line('When others exception in Fetch_Atr_Qty');
716: END IF;
717: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','fetch_Atr_Qty');
718: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
719: x_error_msg := fnd_message.get;
720:
721: END Fetch_Atr_Qty;

Line 772: FND_MSG_PUB.Get(

768: THEN
769:
770: x_return_status := FND_API.G_RET_STS_ERROR;
771:
772: FND_MSG_PUB.Get(
773: p_msg_index => 1,
774: p_data => x_error_msg,
775: p_encoded => FND_API.G_FALSE,
776: p_msg_index_out => l_msg_index_out);

Line 801: fnd_msg_pub.Count_And_Get

797: l_message VARCHAR2(2000);
798: l_msg_count NUMBER;
799: BEGIN
800:
801: fnd_msg_pub.Count_And_Get
802: (p_encoded => FND_API.g_false,
803: p_count => l_msg_count,
804: p_data => l_message
805: );

Line 808: fnd_msg_pub.delete_msg;

804: p_data => l_message
805: );
806:
807:
808: fnd_msg_pub.delete_msg;
809:
810: x_message := l_message;
811:
812: EXCEPTION

Line 903: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','create_reservation');

899: WHEN OTHERS THEN
900: IF g_debug <= gme_debug.g_log_unexpected THEN
901: gme_debug.put_line('When others exception in Create Reservation');
902: END IF;
903: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','create_reservation');
904: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
905: x_error_msg := fnd_message.get;
906:
907: END Create_Reservation;

Line 983: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','update_reservation');

979: WHEN OTHERS THEN
980: IF g_debug <= gme_debug.g_log_unexpected THEN
981: gme_debug.put_line('When others exception in Update Reservation');
982: END IF;
983: fnd_msg_pub.add_exc_msg('GME_MOBILE_RSRV','update_reservation');
984: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
985: x_error_msg := fnd_message.get;
986:
987: END Update_Reservation;