DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_PRE_REP_PROC_PKG dependencies on FND_API

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

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;