DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on FND_MSG_PUB

Line 3388: fnd_msg_pub.count_and_get

3384: WHEN fnd_api.g_exc_error THEN
3385: ROLLBACK TO rcv_transactions_sa;
3386: x_return_status := fnd_api.g_ret_sts_error;
3387: -- Get message count and data
3388: fnd_msg_pub.count_and_get
3389: ( p_count => x_msg_count
3390: , p_data => x_msg_data
3391: );
3392:

Line 3464: fnd_msg_pub.count_and_get

3460: ROLLBACK TO rcv_transactions_sa;
3461: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3462:
3463: -- Get message count and data
3464: fnd_msg_pub.count_and_get
3465: ( p_count => x_msg_count
3466: , p_data => x_msg_data
3467: );
3468:

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

3538: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3539: IF SQLCODE IS NOT NULL THEN
3540: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);
3541: END IF;
3542: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3543: THEN
3544: fnd_msg_pub.add_exc_msg
3545: ( g_pkg_name
3546: , l_api_name

Line 3544: fnd_msg_pub.add_exc_msg

3540: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);
3541: END IF;
3542: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3543: THEN
3544: fnd_msg_pub.add_exc_msg
3545: ( g_pkg_name
3546: , l_api_name
3547: );
3548: END IF;

Line 3550: fnd_msg_pub.count_and_get

3546: , l_api_name
3547: );
3548: END IF;
3549: -- Get message count and data
3550: fnd_msg_pub.count_and_get
3551: ( p_count => x_msg_count
3552: , p_data => x_msg_data
3553: );
3554: