189: , xv_return_status => l_return_status
190: , xv_return_message => l_return_message
191: );
192:
193: IF l_return_status IN ( FND_API.G_RET_STS_UNEXP_ERROR, FND_API.G_RET_STS_ERROR) THEN
194: errbuf := l_return_message;
195: retcode := 2;
196: RETURN;
197: END IF;