DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on FND_MSG_PUB

Line 3428: fnd_msg_pub.count_and_get

3424: ROLLBACK TO rcv_transactions_gen_sa;
3425: x_return_status := fnd_api.g_ret_sts_error;
3426:
3427: -- Get message count and data
3428: fnd_msg_pub.count_and_get
3429: ( p_count => x_msg_count
3430: , p_data => x_msg_data
3431: );
3432: -- close cursors

Line 3512: fnd_msg_pub.count_and_get

3508: ROLLBACK TO rcv_transactions_gen_sa;
3509: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3510:
3511: -- Get message count and data
3512: fnd_msg_pub.count_and_get
3513: ( p_count => x_msg_count
3514: , p_data => x_msg_data
3515: );
3516: -- close cursors

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

3582:
3583: IF SQLCODE IS NOT NULL THEN
3584: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);
3585: END IF;
3586: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3587: THEN
3588: fnd_msg_pub.add_exc_msg
3589: ( g_pkg_name
3590: , l_api_name

Line 3588: fnd_msg_pub.add_exc_msg

3584: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);
3585: END IF;
3586: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3587: THEN
3588: fnd_msg_pub.add_exc_msg
3589: ( g_pkg_name
3590: , l_api_name
3591: );
3592: END IF;

Line 3595: fnd_msg_pub.count_and_get

3591: );
3592: END IF;
3593:
3594: -- Get message count and data
3595: fnd_msg_pub.count_and_get
3596: ( p_count => x_msg_count
3597: , p_data => x_msg_data
3598: );
3599: