DBA Data[Home] [Help]

APPS.INV_ITEM_INQ dependencies on FND_MSG_PUB

Line 1922: fnd_msg_pub.count_and_get( p_count => x_msg_count

1918: if iteminfo%isopen then
1919: close iteminfo;
1920: end if;
1921: x_return_status := fnd_api.g_ret_sts_unexp_error;
1922: fnd_msg_pub.count_and_get( p_count => x_msg_count
1923: ,p_data => x_msg_data );
1924:
1925: END UPDATE_QUANTITY;
1926:

Line 2074: fnd_msg_pub.count_and_get( p_count => x_msg_count

2070: if iteminfo%isopen then
2071: close iteminfo;
2072: end if;
2073: x_return_status := fnd_api.g_ret_sts_unexp_error;
2074: fnd_msg_pub.count_and_get( p_count => x_msg_count
2075: ,p_data => x_msg_data );
2076:
2077: END UPDATE_QUANTITY;
2078: -- INVCONV, NSRIVAST, END