How to call oracle database stored procedure from form in
form coding ?
Answers were Sorted based on User's Feedback
Answer / ashwinee
It can be called directly in triggers or program units
provided the form schema has grants for the stored
procedures.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / j.c
1. After Store procedure registration using the submit
request i can call database procedure.
2. Using Oracle Alert I can also call oracle database store
procedure.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / m,n
up to my knowledge i have written into the WEB.SHOW_DOCUMENT
()
Forms module, the following code can be used in a WHEN-
BUTTON-PRESSED trigger to execute a Report that has a
parameter form:
or
and report:RUN_REPORT_OBJECT('name')..
| Is This Answer Correct ? | 3 Yes | 7 No |
types of invoices?
7 Answers BelAir Store, Convergys, Wings Biotech,
in sql loader,i have 100 records in my flatefile, i want to skip the 80 to 90 records .please help me
What is Value Set?
What is the Lookup's and what is the use of lookup's?
how can we return morethan one parameters in procedure?
What is REF Cursor?
19 Answers Infosys, Intelligroup,
Difference between set of books id and ledger id in r12 ?
What is request group
What is Place holder Columns?
Types of cursors?
What is oracle soa suite and what are its different components?
Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?