DBA Data[Home] [Help]

APPS.GME_LPN_MOBILE_TXN dependencies on FND_MSG_PUB

Line 276: fnd_msg_pub.add_exc_msg('GME_MOBILE_TXN','create_material_txn');

272: WHEN OTHERS THEN
273: IF g_debug <= gme_debug.g_log_unexpected THEN
274: gme_debug.put_line('When others exception in Create MAterial Txn');
275: END IF;
276: fnd_msg_pub.add_exc_msg('GME_MOBILE_TXN','create_material_txn');
277: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
278: x_error_msg := fnd_message.get;
279:
280: END Create_Material_Txn;

Line 385: fnd_msg_pub.add_exc_msg('GME_MOBILE_TXN','process_transactions');

381: WHEN OTHERS THEN
382: IF g_debug <= gme_debug.g_log_unexpected THEN
383: gme_debug.put_line('When others exception in Process_Transactions');
384: END IF;
385: fnd_msg_pub.add_exc_msg('GME_MOBILE_TXN','process_transactions');
386: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
387: x_error_msg := fnd_message.get;
388:
389: END Process_Interface_Txn;