can i use lexical variable in formula column
Answer / anand
No you can't use lexical variable in fomula column
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the Maximum allowed length of Record group Column?
Is it possible to have multiple layouts in a report?
How do you pass the parameters from one form to another form?
What is AppCore and AppCore2 ?
how can u store a picture file in oracle database? explain the path/command?
How i get the client m/c IP address.
What are the different window events activated at runtimes?
What use of command line parameter cmd file?
What do you understand by lov and how can it be used?
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;
What is a property clause?
What is an User_exit?