Answer Posted / 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 |
Post New Answer View All Answers
what is oracle forms?
Explain the various types of oracle report?
Explain the different levels at which oracle form services interact.
i am writing a query select EmpNo from Emp how can i call in after parameter form
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
What are the various configuration files that are used by oracle forms?
if some data is not transfered where it will get stored
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
Name the different triggers associated with oracle forms having a master-detail relationship.
List the different types of columns in oracle reports.
Can we invoke one form from another in a multi-forms application?
List out the oracle forms configuration files?
Explain how can you use the same lov for 2 columns?
from where do u receive the information to develop report
What is a user exit program in oracle reports?