List the Types of Items?
Answer / guest
Text item.
Chart item.
Check box.
Display item.
Image item.
List item.
Radio Group.
User Area item.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is difference between group above and group left report
What is a timer?
What is a Layout Editor?
What do you understand by oracle forms?
how to pass 2 variables from one form to other form
What is a Trigger ?
When a form is invoked with call_form, Does oracle forms issues a save point?
in before report trigger SRW.user_exit(FND_Userinit) what will do
What is the between Function and Procedure?
Explain how can you use the same lov for 2 columns?
Use the Add_group_row procedure to add a row to a static record group 1. true or false?
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;