DBA Data[Home] [Help]

APPS.ASO_WORKFLOW_PVT dependencies on FND_MSG_PUB

Line 140: fnd_msg_pub.Get(l_this,FND_API.G_FALSE,l_temp_str,l_next);

136: l_this := 1;
137: l_errmsg_data := '';
138: WHILE ( l_this <= l_errmsg_count ) LOOP
139: l_temp_str := null;
140: fnd_msg_pub.Get(l_this,FND_API.G_FALSE,l_temp_str,l_next);
141: l_errmsg_data := l_errmsg_data || TAB || TAB ||l_temp_str || NEWLINE;
142: l_this := l_this + 1;
143: END LOOP;
144: END IF;