DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_PRE_REP_PROC_PKG dependencies on FND_API

Line 214: IF l_return_status IN ( FND_API.G_RET_STS_UNEXP_ERROR, FND_API.G_RET_STS_ERROR) THEN

210: , xv_return_status => l_return_status
211: , xv_return_message => l_return_message
212: );
213:
214: IF l_return_status IN ( FND_API.G_RET_STS_UNEXP_ERROR, FND_API.G_RET_STS_ERROR) THEN
215: errbuf := l_return_message;
216: retcode := 2;
217: RETURN;
218: END IF;