What is forms_DDL?
Answers were Sorted based on User's Feedback
Answer / chaudhry
Issues dynamic Sql statements at run time, including server
side pl/SQl and DDL
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rupesh babu k
This is used to run DDL or DML commands in forms.
In reports srw.do_sql
In pl/sql execute immediate and dbms_sql
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the use of Data Link in Reports?
what are Navigational Triggers?
System.effective_date system variable is read only True/False
When to use Place holder columns in Oracle Reports and what is a place holder column?
What is a Layout Editor?
what exactly u write in when_new_form_instance
what are difference between post database commit and post-form commit?
What are the ways to monitor the performance of the report?
What are visual attributes?
What is a library in Forms 4.0?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
Where do u define the select statement of the parameter? is it followed by the & variable ?