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 |
explain registration steps of a concurrent program.
i have 100 pages output. i want to print 10 records per page in Template?
Which is the best website to learn Oracle Apps?
While importing data into interface tables,if u got number of records are error(like more than 1000 records are error),how to imform user?
what is difference between d2k report and oracle apps report
What is multoorg and what is it's level or structure
How to send the e-mail notification in XML Pub Report?
what is the use of anchors?
tell me the scenarios of between pages in reports
Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen
You are working with interfaces if client doesnot give any flat then what will u do?
In Per_all_people_f table what is the significance of '_f ' ?