DBA Data[Home] [Help]

APPS.QA_ERES_SHIPPING dependencies on FND_MSG_PUB

Line 194: fnd_msg_pub.get ( p_data => f_msg_data,

190: --BUG 3763874: if any error messages, print them to the LOG
191: --minor improvement done as part of fixing above bug
192: if ( o_msg_count > 1) then
193: FOR m IN 1..o_msg_count LOOP
194: fnd_msg_pub.get ( p_data => f_msg_data,
195: p_encoded => 'F',
196: p_msg_index_out => o_msg_index);
197:
198: fnd_file.put_line (fnd_file.log, 'MSG'|| m ||' :'|| f_msg_data);