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 do's and dont's of Interface?
Hi Friends this is preetham, i am searching for job on oracle apps(technical) i put 3 years fake exp, so any one please could you help me for realtime interview questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify
How can you achieve loose coupling in soa framework?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
What do you understand by concurrent programs?
List the various types of value set.
pls send me out bound code of supplers,site,bankiformation code pls as soon as
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
Do you know what is applysys in oracle application database schema, what is apps?
what is the differences between internal requisition and internal sales order?
Tell me how to debug the report?
what are the prerequisites for costing transactions?
How to move the one file from one instance to another instance? And your scripts also?
What is instead of trigger in where we will use?
What are the Standard Reports and Forms in HRMS?