Stored procedure?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / saleem
Stored procedure is a sequence of statements that perform
specific function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kranthi
A stored Procedure is the one which is stored in the
database in a compiled format.Can be used directly as it is
in compiled format.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sannidhi84
it is a set of sql statements ...where all dml operations
can be done and dql operations as welll...it is stored in
database as compiled format.
| Is This Answer Correct ? | 0 Yes | 1 No |
What do you understand by a set of books?
What is procedure?
how to move the one file from one instance to another instance?and ur scripts also?
Are there any alternate tools other than sql* loader to load data into oracle apps tables from external systems
how to create a file in forms?
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
what is the back ground program run while transferring data from OM to AR?
where the accounting related data is stored ? all type of accounting related data costing etc...
How to register a form and stored procedure in oracle apps
what is the data type of lexical parameter?
What is the Exception. Types of exception, Difference between those. And example
Where we can write a PL/SQL code in report triggers?