what are bind variables?
No Answer is Posted For this Question
Be the First to Post Answer
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?
What is the advantage of the library?
what are difference between post database commit and post-form commit?
What do you mean by a block in forms4.0?
What are the different types of Record Groups?
List the built-in routines for the controlling canvas views during run-time?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
what are different types of canvas views?
To execute row from being displayed that still use column in the row which property can 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 the source file of po report?