Answer Posted / amit
In a procedure, we can return a value using OUT PARAMETER
or EVEN USING IN OUT PARAMETER.
For Eg:
CREATE OR REPLACE PROCEDURE add_num(a IN NUMBER, b IN OUT
NUMBER) IS
BEGIN
b:= a + b;
END add_num;
The IN OUT / OUT parameters can be modified within PLSQL
block and the updated values of this parameter can be
refered using a actual paramter once the execution of this
procedure is completed.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what are the balancing segments in AR?
pls send me out bound code of supplers,site,bankiformation code pls as soon as
What is instead of trigger in where we will use?
What are file in oracle.
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
In sequence i want to 11 and 15th values how we will write?
What do you understand by soa?
In support project one ticket alloted which steps follows manualy tell me ?
please send me forms, xml pulisher questions,answers
is it possible to run the interface without using oracle apps?
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
do you know is it possible to run the interface without using oracle apps?
List the various types of value set.