DBA Data[Home] [Help]

APPS.WMS_UNLOAD_UTILS_PVT dependencies on FND_MSG_PUB

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

553: IF (l_debug = 1) THEN
554: mydebug(' In exception unload_task x_ret' || x_ret_value);
555: END IF;
556:
557: fnd_msg_pub.count_and_get(p_count => msg_cnt, p_data => x_message);
558: END unload_task;
559:
560:
561: