DBA Data[Home] [Help]

APPS.WSH_DSNO dependencies on FND_MSG_PUB

Line 136: fnd_msg_pub.get(

132:
133: IF (l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) OR NOT(l_call_status) THEN
134: -- Print Error Messages
135: FOR i IN 1..l_msg_count LOOP
136: fnd_msg_pub.get(
137: p_msg_index => i,
138: p_encoded => FND_API.G_FALSE,
139: p_data => l_msg_data,
140: p_msg_index_out => l_tmp_out);

Line 363: l_msg_count := fnd_msg_pub.count_msg;

359: p_trip_stop_id,
360: l_return_status);
361:
362: -- Dump message file information
363: l_msg_count := fnd_msg_pub.count_msg;
364: FOR i IN 1..l_msg_count LOOP
365: fnd_msg_pub.get(
366: p_msg_index => i,
367: p_encoded => FND_API.G_FALSE,

Line 365: fnd_msg_pub.get(

361:
362: -- Dump message file information
363: l_msg_count := fnd_msg_pub.count_msg;
364: FOR i IN 1..l_msg_count LOOP
365: fnd_msg_pub.get(
366: p_msg_index => i,
367: p_encoded => FND_API.G_FALSE,
368: p_data => l_msg_data,
369: p_msg_index_out => l_tmp_out);