DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_PVT dependencies on FND_MSG_PUB

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

281: WHEN error_unexp_phantom THEN
282: gme_common_pvt.log_message ('PM_UNEXPLODED_PHANTOMS');
283: x_return_status := FND_API.G_RET_STS_ERROR;
284: WHEN OTHERS THEN
285: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
286: IF g_debug <= gme_debug.g_log_procedure THEN
287: gme_debug.put_line ('Unexpected error: '||g_pkg_name||'.'||l_api_name||': '||SQLERRM);
288: END IF;
289: x_return_status := FND_API.g_ret_sts_unexp_error;

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

457: WHEN error_dispense_non_reserve THEN
458: gme_common_pvt.log_message ('GME_DISPENSE_NON_RESERVE');
459: x_return_status := fnd_api.g_ret_sts_error;
460: WHEN OTHERS THEN
461: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
462: IF g_debug <= gme_debug.g_log_procedure THEN
463: gme_debug.put_line ('Unexpected error: '||g_pkg_name||'.'||l_api_name||': '||SQLERRM);
464: END IF;
465: x_return_status := FND_API.g_ret_sts_unexp_error;

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

1086: x_return_status := FND_API.g_ret_sts_unexp_error;
1087: WHEN error_unexpected THEN
1088: x_return_status := FND_API.g_ret_sts_unexp_error;
1089: WHEN OTHERS THEN
1090: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1091: IF (NVL(G_DEBUG,-1) = GME_DEBUG.G_LOG_STATEMENT) THEN
1092: gme_debug.put_line ('Unexpected error: '||g_pkg_name||'.'||l_api_name||': '||SQLERRM);
1093: END IF;
1094: x_return_status := FND_API.g_ret_sts_unexp_error;

Line 1587: fnd_msg_pub.ADD;

1583: fnd_message.set_name ('GMI', 'IC_API_UOM_CONVERSION_ERROR');
1584: fnd_message.set_token ('ITEM_NO', l_item_no);
1585: fnd_message.set_token ('FROM_UOM',l_from_um);
1586: fnd_message.set_token ('TO_UOM', l_to_um);
1587: fnd_msg_pub.ADD;
1588: x_return_status := FND_API.g_ret_sts_error;
1589: WHEN error_create_trxn OR error_build_mmti OR error_get_dtl_qty OR error_relieve_rsrv THEN
1590: NULL;
1591: WHEN dispense_error THEN

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

1590: NULL;
1591: WHEN dispense_error THEN
1592: x_return_status := fnd_api.g_ret_sts_error;
1593: WHEN OTHERS THEN
1594: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1595: IF (NVL(G_DEBUG,-1) = GME_DEBUG.G_LOG_STATEMENT) THEN
1596: gme_debug.put_line ('Unexpected error: '||g_pkg_name||'.'||l_api_name||': '||SQLERRM);
1597: END IF;
1598: x_return_status := FND_API.g_ret_sts_unexp_error;

Line 1655: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME , l_api_name);

1651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1652:
1653: WHEN OTHERS THEN
1654: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1655: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME , l_api_name);
1656:
1657: END constr_mmti_from_reservation;
1658:
1659: PROCEDURE constr_mmti_from_qty_tree

Line 1700: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME , l_api_name);

1696: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1697:
1698: WHEN OTHERS THEN
1699: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1700: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME , l_api_name);
1701:
1702: END constr_mmti_from_qty_tree;
1703:
1704: PROCEDURE create_batch_exception

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

1855: WHEN OTHERS THEN
1856: IF nvl(g_debug, gme_debug.g_log_unexpected + 1) <= gme_debug.g_log_unexpected THEN
1857: gme_debug.put_line('When others exception in '||g_pkg_name||'.'||l_api_name||' Error is ' || SQLERRM);
1858: END IF;
1859: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1860: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1861: END create_batch_exception;
1862:
1863: /*************************************************************************************/

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

1969: WHEN OTHERS THEN
1970: IF nvl(g_debug, gme_debug.g_log_unexpected + 1) <= gme_debug.g_log_unexpected THEN
1971: gme_debug.put_line('When others exception in '||g_pkg_name||'.'||l_api_name||' Error is ' || SQLERRM);
1972: END IF;
1973: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1974: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1975: END check_unexploded_phantom;
1976:
1977: PROCEDURE validate_batch_for_release (p_batch_header_rec IN gme_batch_header%ROWTYPE

Line 2121: fnd_msg_pub.ADD;

2117: gme_common_pvt.log_message('GME_API_INVALID_BATCH_REL');
2118: x_return_status := fnd_api.g_ret_sts_error;
2119: WHEN error_future_date THEN
2120: fnd_message.set_name ('GMA', 'SY_NOFUTUREDATE');
2121: fnd_msg_pub.ADD;
2122: x_return_status := fnd_api.g_ret_sts_error;
2123: WHEN OTHERS THEN
2124: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2125:

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

2120: fnd_message.set_name ('GMA', 'SY_NOFUTUREDATE');
2121: fnd_msg_pub.ADD;
2122: x_return_status := fnd_api.g_ret_sts_error;
2123: WHEN OTHERS THEN
2124: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2125:
2126: IF g_debug <= gme_debug.g_log_procedure THEN
2127: gme_debug.put_line ( 'Unexpected error: '
2128: || g_pkg_name