Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is function?

Answer Posted / kiran kumar

---- is a named pl/sql block to perform a specific task, is
mainly used for calculation purpose.
---- A function is called as part of an exception.
---- Every function should return a value
Example for function
Create or replace
Function get_sal(p_id in emp.emp_no% type)
Return number
Is
v_sal emp.sal%type :=0;
Begin
Select salary into v_salary

From emp

Where emp_no = p_id;
Return v_salary
End get_sal;
End;

Output :
var g_sal number;
Exec :g_sal := get_sal(99);
Print g_salary;

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

tell my any difficult situtation you solved in your experience in your company?

2361


Tell me where we find the status of order information?

1194


pls send me out bound code of supplers,site,bankiformation code pls as soon as

2311


where to define interorganization transaction charges and what are the different options?

2465


What are the Standard Reports and Forms in HRMS?

2376


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

1165


What do you understand by a set of books?

1152


How is choreography different from orchestration?

1174


List the types of flexfield?

1087


In hierarchical structure of a database? we have write query from where we should start?

2298


What is a value set? List its various types.

1139


How many schemas we have? how many you have used?

2110


In support project one ticket alloted which steps follows manualy tell me ?

2709


what is pay run id ?

2241


Explain oracle apps architecture.

1301