What is the use of transactional triggers?
Answer / chaudhry
Using transactional triggers we can control or
modify the default functionality of the oracle forms
Is This Answer Correct ? | 4 Yes | 1 No |
What is a text list?
What are the built-ins that are used to Attach an LOV programmatically to an item?
When do you use data parameter type?
How do you trap the error in forms 3.0 ?
What do you understand by oracle forms and why are they required?
What are the different types of Coordinations of the Master with the Detail block?
What is the difference between $$DATE$$ & $$DBDATE$$
Which parameter can be used to set read level consistency across multiple queries?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
What do we mean by record group in oracle forms?
What is the significance of PAGE 0 in forms 3.0 ?