DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on FND_MSG_PUB

Line 3142: fnd_msg_pub.count_and_get

3138: WHEN fnd_api.g_exc_error THEN
3139: ROLLBACK TO rcv_transactions_sa;
3140: x_return_status := fnd_api.g_ret_sts_error;
3141: -- Get message count and data
3142: fnd_msg_pub.count_and_get
3143: ( p_count => x_msg_count
3144: , p_data => x_msg_data
3145: );
3146:

Line 3218: fnd_msg_pub.count_and_get

3214: ROLLBACK TO rcv_transactions_sa;
3215: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3216:
3217: -- Get message count and data
3218: fnd_msg_pub.count_and_get
3219: ( p_count => x_msg_count
3220: , p_data => x_msg_data
3221: );
3222:

Line 3296: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

3292: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3293: IF SQLCODE IS NOT NULL THEN
3294: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);
3295: END IF;
3296: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3297: THEN
3298: fnd_msg_pub.add_exc_msg
3299: ( g_pkg_name
3300: , l_api_name

Line 3298: fnd_msg_pub.add_exc_msg

3294: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);
3295: END IF;
3296: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3297: THEN
3298: fnd_msg_pub.add_exc_msg
3299: ( g_pkg_name
3300: , l_api_name
3301: );
3302: END IF;

Line 3304: fnd_msg_pub.count_and_get

3300: , l_api_name
3301: );
3302: END IF;
3303: -- Get message count and data
3304: fnd_msg_pub.count_and_get
3305: ( p_count => x_msg_count
3306: , p_data => x_msg_data
3307: );
3308: