DBA Data[Home] [Help]

APPS.WIP_REBUILD dependencies on FND_MSG_PUB

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

366: mesg := '';
367: IF(l_msg_count>0) THEN
368: msg_index := l_msg_count;
369: for i in 1..l_msg_count loop
370: fnd_msg_pub.get(p_msg_index => FND_MSG_PUB.G_NEXT,
371: p_encoded => 'F',
372: p_data => temp,
373: p_msg_index_out => msg_index);
374: msg_index := msg_index-1;