What is AppCore and AppCore2 ?
Answer / raj
The APP_DATE routines are located in the APPCORE library
and can be called from forms and other libraries, except
for libraries that are attached to APPCORE, such as the
CUSTOM library.
For code in the CUSTOM library and other libraries attached
to APPCORE, use the APP_DATE2 package in the special
APPCORE2 library. The APP_DATE2 package is equivalent to
APP_DATE, with the same routines and routine arguments.
| Is This Answer Correct ? | 2 Yes | 2 No |
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
List the different types of columns in oracle reports.
Can we use GO-BLOCK package in a pre-field trigger ?
What is an oracle report? List its various types.
What are the sql clauses supported in the link property sheet?
What is a Package Procedure ?
Give the sequence of execution of the various report triggers?
Can a root window be made modal?
What is the built-in used for showing lov at runtime?
What is WHEN-Database-record trigger?
What is difference between open_form and call_form?
Where is a procedure return in an external pl/sql library executed at the client or at the server?