DBA Data[Home] [Help]

APPS.INV_ITEM_INQ dependencies on FND_MSG_PUB

Line 1846: fnd_msg_pub.count_and_get( p_count => x_msg_count

1842: if iteminfo%isopen then
1843: close iteminfo;
1844: end if;
1845: x_return_status := fnd_api.g_ret_sts_unexp_error;
1846: fnd_msg_pub.count_and_get( p_count => x_msg_count
1847: ,p_data => x_msg_data );
1848:
1849: END UPDATE_QUANTITY;
1850:

Line 1998: fnd_msg_pub.count_and_get( p_count => x_msg_count

1994: if iteminfo%isopen then
1995: close iteminfo;
1996: end if;
1997: x_return_status := fnd_api.g_ret_sts_unexp_error;
1998: fnd_msg_pub.count_and_get( p_count => x_msg_count
1999: ,p_data => x_msg_data );
2000:
2001: END UPDATE_QUANTITY;
2002: -- INVCONV, NSRIVAST, END