Prepare for your Next Interview
This is a discussion on Parameters passing in packages in Interfaces within the Oracle Apps forums, part of the Enterprise Solutions category; 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 ...
|
|||
|
Parameters passing in packages in Interfaces
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 |
| Sponsored Links |
|
|||
|
Re: Parameters passing in packages in Interfaces
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.
|
|
|||
|
Re: Parameters passing in packages in Interfaces
if any error is comming in ur programming through ur procedure then
these two parameter errbuff and retcode will do following functions. errbuff: it will provide the buffer memory to error message and write into log and out files retcode: return the code into buffer memory and write into log and outfiles |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cursors in packages | babi_geek | Oracle | 5 | 06-13-2008 02:39 AM |
| Input Parameters & Output Parameters | ramyamca1984 | QTP | 1 | 01-02-2008 09:10 AM |
| info on pay packages | simar_3391 | Companies | 4 | 08-04-2007 11:23 AM |
| How is SAP different from other ERP packages? | Geek_Guest | SAP R/3 | 0 | 07-07-2007 10:40 AM |
| diff between parameter passing by reference and passing by value | nettyamraghu | Oracle Apps | 3 | 04-25-2007 06:33 AM |