If the maximum record retrieved property of the query is set
to 10 then a summary value will be calculated?
i created a parameter list in reports. how to restrict that parameter list with parameters
what is a display item?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
If a break order is set on a column would it effect columns which are under the column?
What is the User-Named Editor?
What Enter package procedure does ?
what is difference between group above and group left report
What are the types of trigger actions?
Can we use GO-BLOCK package in a pre-field trigger ?
how do u call a report from form
what is oracle forms?
What is the difference between restricted and unrestricted package procedure ?