Quote Originally Posted by nishank31 View Post
Hi Everyone,
In Oracle Apps, in inbound interafaces this is the mandatory to pass two OUT variables in the main procedures of the package. Please let me know the requirement of using these two variable :-

1)RETCODE
2)ERRBUF.

Thanks and regards,
Nishank Jain
Using these variables in the code is optional nishan. For Concurrent program these are the two mandatory parameters but in the program there is no need to use. If you want to use also you can use these variables. These are used mainly for handling exceptions.