DBA Data[Home] [Help]

APPS.GML_RCV_TXN_INTERFACE dependencies on FND_MSG_PUB

Line 1563: fnd_msg_pub.count_and_get

1559: WHEN fnd_api.g_exc_error THEN
1560: ROLLBACK TO rcv_transactions_sa;
1561: x_return_status := fnd_api.g_ret_sts_error;
1562: -- Get message count and data
1563: fnd_msg_pub.count_and_get
1564: ( p_count => x_msg_count
1565: , p_data => x_msg_data
1566: );
1567:

Line 1613: fnd_msg_pub.count_and_get

1609: ROLLBACK TO rcv_transactions_sa;
1610: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1611:
1612: -- Get message count and data
1613: fnd_msg_pub.count_and_get
1614: ( p_count => x_msg_count
1615: , p_data => x_msg_data
1616: );
1617:

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

1657:
1658: WHEN OTHERS THEN
1659: ROLLBACK TO rcv_transactions_sa;
1660: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1661: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1662: THEN
1663: fnd_msg_pub.add_exc_msg
1664: ( g_pkg_name
1665: , l_api_name

Line 1663: fnd_msg_pub.add_exc_msg

1659: ROLLBACK TO rcv_transactions_sa;
1660: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1661: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1662: THEN
1663: fnd_msg_pub.add_exc_msg
1664: ( g_pkg_name
1665: , l_api_name
1666: );
1667: END IF;

Line 1669: fnd_msg_pub.count_and_get

1665: , l_api_name
1666: );
1667: END IF;
1668: -- Get message count and data
1669: fnd_msg_pub.count_and_get
1670: ( p_count => x_msg_count
1671: , p_data => x_msg_data
1672: );
1673: