211:
212: if l_msg_count IS NOT NULL then
213: WSH_UTIL_CORE.Add_Message(l_return_status);
214: for i in 1 ..l_msg_count loop
215: l_msg_data := FND_MSG_PUB.get(p_msg_index => i,
216: p_encoded => 'F');
217:
218: end loop;
219: END IF;
325:
326: if l_msg_count IS NOT NULL then
327: WSH_UTIL_CORE.Add_Message(l_return_status);
328: for i in 1 ..l_msg_count loop
329: l_msg_data := FND_MSG_PUB.get(p_msg_index => i,
330: p_encoded => 'F');
331:
332: end loop;
333: end if;