How many parameters we can pass through pl/sql program in
Oracle apps
Answers were Sorted based on User's Feedback
Answer / indra sena reddy
question was not clear are you asking mandatory out
parameters or what??
the mandatory outparameters are 2( retcode and errbuf)
or we can pass any number of in parameters
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / akshay
100 parameter will be for concurrent program not including
the errbuf and return code.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pradeep
we can pass 100 parameter for concurrent program by using Fnd_request.submit_request, here 2 parameters are mandatoryi.e,
1) errbuf 2)retcode
| Is This Answer Correct ? | 0 Yes | 0 No |
how to enable Zoom function and steps?
Can u define exceptions twice in same block?
Can u attach Request set with in the Request set?
How to move the one file from one instance to another instance? And your scripts also?
List some exceptions other than NO_DATA_FOUND, TOO_MANY_ROWS and WHEN OTHERS
how to make a parameter optional in the query?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
i have 100 pages output. i want to print 10 records per page in Template?
where we find the status of order information.
In report we have to show two Layout? how it is and how we can see from where it?
What are profile options?
What do you understand by concurrent programs?