What use of command line parameter cmd file?
Answer / guest
It is a command line argument that allows you to
specify a file that contain a set of arguments for r20run.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is integrity n how many integrity rules r there?
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 the two ways by which data can be generated for a parameter's Using static values?
What is user exit.?
2 Answers IBM, Synergy, Zensar,
How do you reference a parameter indirectly?
Where is a procedure return in an external pl/sql library executed at the client or at the server?
Is the After report trigger fired if the report execution fails?
how to create the triggers in the forms?
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 are the built-ins used for processing rows?
why the Ctl file u put only in bin folder why not in other folder
Can you attach an lov to a field at run-time? if yes, give the build-in name.