DBA Data[Home] [Help]

APPS.EAM_REBUILD dependencies on FND_MSG_PUB

Line 361: fnd_msg_pub.get(p_msg_index => FND_MSG_PUB.G_NEXT,

357: mesg := '';
358: IF(l_msg_count>0) THEN
359: msg_index := l_msg_count;
360: for i in 1..l_msg_count loop
361: fnd_msg_pub.get(p_msg_index => FND_MSG_PUB.G_NEXT,
362: p_encoded => 'F',
363: p_data => temp,
364: p_msg_index_out => msg_index);
365: msg_index := msg_index-1;