DBA Data[Home] [Help]

APPS.WMS_UNLOAD_UTILS_PVT dependencies on FND_MSG_PUB

Line 752: fnd_msg_pub.count_and_get(p_count => msg_cnt, p_data => x_message);

748: IF (l_debug = 1) THEN
749: mydebug(' In exception unload_task x_ret' || x_ret_value);
750: END IF;
751:
752: fnd_msg_pub.count_and_get(p_count => msg_cnt, p_data => x_message);
753: END unload_task;
754:
755:
756: