What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE
TRIGGERS ?
Answer / guest
These triggers are executes when inserting,deleting and
updating operations are performed and can be used to
change the default function of insert,delete or update
respectively.
For Eg, instead of inserting a row in a table an
existing row can be updated in the same table.
| Is This Answer Correct ? | 1 Yes | 0 No |
I HAVE A REPORT LAYOUT LIKE THIS RUNDATE -FIELD DEPTNO-FIELD ------------------------------------------------------------ ------------------- EMPNO-----ENAME------SAL-----COMM----MGR----- ------------------------------------------------------------ ------------------ ------- ------------ -------- -------- -------- MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE. I WANT LIKE THIS ....
What do you understand by lov and how can it be used?
What are the default extentions of the files created by menu module?
To display the page no. for each page on a report what would be the source & logical page no. or & of physical page no.?
What is an Invoice ? How many types of invoices are there in AP and AR ?
What is a Layout Editor?
What do you mean by a pop-up window ?
what are the different objects that you cannot copy or reference in object groups?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What are parameters?
Can you have more than one content canvas view attached with a window?
Is it possible to execute a dynamic sql from forms?