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 |
What are the menu items that oracle forms 4.0 supports?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE (VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost, DEVIN – Language the software or package is developed in, SCOST – Software Cost, DCOST – Development Cost, PROF1 – Proficiency 1 Use the above table definitions to answer the questions that follow. Find out the selling cost average for packages developed in Oracle. Display the names, ages and experiences of all programmers How much revenue has been earned through
what is oracle forms?
Can we use GO-BLOCK package in a pre-field trigger ?
What is a property clause?
What is a Check Box?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
What is a Text_io Package?
what are Navigational Triggers?
Can we invoke one form from another in a multi-forms application?
What are the default extension of the files created by library module?