What are the 2 mandatory parameters that we pass when we register a conc program in oracle applications

Showing Answers 1 - 3 of 3 Answers

sathish

  • Apr 25th, 2006
 

Hi,

The two important parameters are

1)errbuf varchar2--which will give error messages if any in the package

2)retcode number  --which will give error code if any in the package

thanks....

  Was this answer useful?  Yes

Siva

  • Jul 24th, 2006
 

 

errbuf:This is out parameter which will through the error messges in to the log file.

retcode: This is also out parameter,  it will tells the status of the concurrent program.

if sucess it will give-------------- 0

if any warnings it will give--------1

if any error it will give ----------2

Thanks&Regards

siva.p

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions