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 |
Tell me how to find the custom directory in front end?
what are the steps to develop a new report?
when we run payment batch what are the 3 concurrent programs?
What is sca and how is it useful?
about TCA architecture
what is the invoice matching
what is meant by lexical parameter
what type of testing u r doing?
what are the pl/sql tables
where do u specify in org_id?
IN WHICH MODULE THE LEGAL ENTITY COMES?
can we write sql statement in Format trigger?