What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE
TRIGGERS ?
Answer Posted / 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 |
Post New Answer View All Answers
hiding item in report how like that properly,thats manually but at runtime i want to do
what is a package n what r the packages availbla in report
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
How can we expand Parameter Form Canvas on Reports 6i?
how do u place it in required folder
what is the difference between call_form, new_form and open_form?
What is an SQL FORMS ?
List the different types of columns in oracle reports.
difference between global n context sensitive segments?
What is the difference between bind and lexical parameter?
Explain how one can iterate through items and records in a specified block?
What is an oracle report?
how to send file attachment from oracle forms
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed