How do you reference a Parameter?
Answer / guest
In Pl/Sql, You can reference and set the values of form
parameters using bind variables syntax. Ex. PARAMETER name
= '' or :block.item = PARAMETER
Parameter name
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?
What triggers are associated with the radio group?
What are the default extension of the files created by library module?
What are the two ways to incorporate images into a oracle forms application?
Can you attach an alert to a field?
What is the built-in function used for finding the alert?
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
all steps of bitmap report?
What are the built_in used to trapping errors in forms 4?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
Is the After report trigger fired if the report execution fails?
What is the difference between OLE Server & Ole Container?