DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on FND_MSG_PUB

Line 314: FND_MSG_PUB.count_and_get

310: EXCEPTION
311: WHEN FND_API.G_EXC_ERROR THEN
312: x_return_status := FND_API.G_RET_STS_ERROR;
313: /* Get message count and data*/
314: FND_MSG_PUB.count_and_get
315: ( p_count => x_msg_count
316: , p_data => x_msg_data
317: );
318: IF g_debug <= gme_debug.g_log_procedure THEN

Line 324: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

320: END IF;
321: WHEN OTHERS THEN
322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
323:
324: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
325: , 'convert_FPO'
326: );
327: /* Get message count and data*/
328: FND_MSG_PUB.count_and_get

Line 328: FND_MSG_PUB.count_and_get

324: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
325: , 'convert_FPO'
326: );
327: /* Get message count and data*/
328: FND_MSG_PUB.count_and_get
329: ( p_count => x_msg_count
330: , p_data => x_msg_data
331: );
332: IF g_debug <= gme_debug.g_log_procedure THEN

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

1264: || ' Error is '
1265: || SQLERRM);
1266: END IF;
1267:
1268: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1269: x_return_status := fnd_api.g_ret_sts_unexp_error;
1270:
1271: END transfer_reservation_to_inv;
1272:

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

1392: || ' Error is '
1393: || SQLERRM);
1394: END IF;
1395:
1396: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1397: x_return_status := fnd_api.g_ret_sts_unexp_error;
1398:
1399: END query_prod_supply_reservations;
1400:

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

1696: || ' Error is '
1697: || SQLERRM);
1698: END IF;
1699:
1700: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1701: x_return_status := fnd_api.g_ret_sts_unexp_error;
1702:
1703: END relieve_prod_supply_resv;
1704:

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

1884: || ' Error is '
1885: || SQLERRM);
1886: END IF;
1887:
1888: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1889: x_return_status := fnd_api.g_ret_sts_unexp_error;
1890:
1891: END delete_prod_supply_resv;
1892:

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

2063: || ' Error is '
2064: || SQLERRM);
2065: END IF;
2066:
2067: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2068: x_return_status := fnd_api.g_ret_sts_unexp_error;
2069:
2070: END delete_batch_prod_supply_resv;
2071: