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 |
What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1
What are the User PARAMETERS in the Reports?
What are file in oracle.
I Have report which is having field at the end of page,,, problem is when i run report data is overflowing to the next page,,i want the data to come on same page can anybody help me out????
which is the table for storing organization information?
9 Answers Infosys, Scan Steel,
what is instead of trigger in where u will use?
when we run payment batch what are the 3 concurrent programs?
can we use look up type instead of a pofile option?or valueset?is it possible how?
what is fiscalcalendar?
in oracle workflow if i want to send a mail to the user after sending if the user didn't approve the mail after 10 mins it is automatimatically approved how we can approach?
what is pick selection list generation report.
How to call oracle database stored procedure from form in form coding ?