DBA Data[Home] [Help]

APPS.GME_MOBILE_RSRV dependencies on FND_MESSAGE

Line 90: x_error_msg := fnd_message.get;

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;
93:
94: /*+========================================================================+

Line 152: x_error_msg := fnd_message.get;

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;
155:
156: /*+========================================================================+

Line 236: x_error_msg := fnd_message.get;

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;
239:
240:

Line 313: x_error_msg := fnd_message.get;

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;
316:
317:

Line 608: fnd_message.set_name('INV', 'ERR_PREPARE_RSV_QTY');

604: x_return_status => x_return_status
605: , p_tree_id => x_tree_id);
606:
607: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
608: fnd_message.set_name('INV', 'ERR_PREPARE_RSV_QTY');
609: x_error_msg := fnd_message.get;
610: END IF;
611:
612:

Line 609: x_error_msg := fnd_message.get;

605: , p_tree_id => x_tree_id);
606:
607: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
608: fnd_message.set_name('INV', 'ERR_PREPARE_RSV_QTY');
609: x_error_msg := fnd_message.get;
610: END IF;
611:
612:
613: EXCEPTION

Line 625: x_error_msg := fnd_message.get;

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;
628:
629: /*+========================================================================+

Line 719: x_error_msg := fnd_message.get;

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;
722:
723: /*+========================================================================+

Line 905: x_error_msg := fnd_message.get;

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;
908:
909: /*+========================================================================+

Line 985: x_error_msg := fnd_message.get;

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;
988:
989: