DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on FND_MSG_PUB

Line 330: FND_MSG_PUB.count_and_get

326: EXCEPTION
327: WHEN FND_API.G_EXC_ERROR THEN
328: x_return_status := FND_API.G_RET_STS_ERROR;
329: /* Get message count and data*/
330: FND_MSG_PUB.count_and_get
331: ( p_count => x_msg_count
332: , p_data => x_msg_data
333: );
334: IF g_debug <= gme_debug.g_log_procedure THEN

Line 340: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

336: END IF;
337: WHEN OTHERS THEN
338: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
339:
340: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
341: , 'convert_FPO'
342: );
343: /* Get message count and data*/
344: FND_MSG_PUB.count_and_get

Line 344: FND_MSG_PUB.count_and_get

340: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
341: , 'convert_FPO'
342: );
343: /* Get message count and data*/
344: FND_MSG_PUB.count_and_get
345: ( p_count => x_msg_count
346: , p_data => x_msg_data
347: );
348: IF g_debug <= gme_debug.g_log_procedure THEN

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

1327: || ' Error is '
1328: || SQLERRM);
1329: END IF;
1330:
1331: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1332: x_return_status := fnd_api.g_ret_sts_unexp_error;
1333:
1334: END transfer_reservation_to_inv;
1335:

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

1455: || ' Error is '
1456: || SQLERRM);
1457: END IF;
1458:
1459: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1460: x_return_status := fnd_api.g_ret_sts_unexp_error;
1461:
1462: END query_prod_supply_reservations;
1463:

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

1759: || ' Error is '
1760: || SQLERRM);
1761: END IF;
1762:
1763: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1764: x_return_status := fnd_api.g_ret_sts_unexp_error;
1765:
1766: END relieve_prod_supply_resv;
1767:

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

1947: || ' Error is '
1948: || SQLERRM);
1949: END IF;
1950:
1951: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1952: x_return_status := fnd_api.g_ret_sts_unexp_error;
1953:
1954: END delete_prod_supply_resv;
1955:

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

2126: || ' Error is '
2127: || SQLERRM);
2128: END IF;
2129:
2130: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2131: x_return_status := fnd_api.g_ret_sts_unexp_error;
2132:
2133: END delete_batch_prod_supply_resv;
2134: