DBA Data[Home] [Help]

APPS.GME_LPN_MOBILE_TXN dependencies on FND_MSG_PUB

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

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

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

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