DBA Data[Home] [Help]

APPS.WSH_DSNO dependencies on FND_MSG_PUB

Line 116: fnd_msg_pub.get(

112:
113: IF (l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) OR NOT(l_call_status) THEN
114: -- Print Error Messages
115: FOR i IN 1..l_msg_count LOOP
116: fnd_msg_pub.get(
117: p_msg_index => i,
118: p_encoded => FND_API.G_FALSE,
119: p_data => l_msg_data,
120: p_msg_index_out => l_tmp_out);

Line 343: l_msg_count := fnd_msg_pub.count_msg;

339: p_trip_stop_id,
340: l_return_status);
341:
342: -- Dump message file information
343: l_msg_count := fnd_msg_pub.count_msg;
344: FOR i IN 1..l_msg_count LOOP
345: fnd_msg_pub.get(
346: p_msg_index => i,
347: p_encoded => FND_API.G_FALSE,

Line 345: fnd_msg_pub.get(

341:
342: -- Dump message file information
343: l_msg_count := fnd_msg_pub.count_msg;
344: FOR i IN 1..l_msg_count LOOP
345: fnd_msg_pub.get(
346: p_msg_index => i,
347: p_encoded => FND_API.G_FALSE,
348: p_data => l_msg_data,
349: p_msg_index_out => l_tmp_out);