Stored procedure?

Answer Posted / amit shrivastava

Stored Procedure store in the database as a independent
obejct and can call directly with proc name.

begin
proc_ex (e_name,e_no);
end;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

q)what are the validations in sql*loader

1743


Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?

2129


How do you register report in oracle apps?

633


Explain what are the tables of auto invoice?

648


how to print multi lay outs,muti currency,muti language in xml publisher

10735






how do you describe O2C along with tables

2310


In sequence i want to 11 and 15th values how we will write?

1573


If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?

1654


how can develope the po variance and po summary report? with tables mandatory columns and query please?

1976


Do you know what is applysys in oracle application database schema, what is apps?

675


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

637


please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in

3079


CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

2093


do you know is it possible to run the interface without using oracle apps?

651


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.

1679