for report i have to parameters those are from_date and
to_date ,so to_date should be greater when compare to
from_date ,if we are giving to_date is less then it must
shows some error how we willmake
Answer Posted / rajesh
I have not been using reports since long back.But as per my
previous knowledge i am giving you this sugession.
We can also validate it at run time by writing small code
in 'After Parameter Form Trigger' like
If :p_from_date > :p_to_date then
srw.message(20001,'You should enter to_date > from_date');
--srw.message();
end if;
OR
If :p_from_date > :p_to_date then
return(false);
else if
return(true);
end if;
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
pls send me out bound code of supplers,site,bankiformation code pls as soon as
How is choreography different from orchestration?
What are file in oracle.
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
Can we create tables in apps schema?
what are the balancing segments in AR?
Can you explain the difference between architecture followed in 10g & 11g?
Do you know what is applysys in oracle application database schema, what is apps?
Which oracle apps version you are very confident in?
In sequence i want to 11 and 15th values how we will write?
Can you define an erp system?
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
what is pay run id ?
Tell me where we find the status of order information?
Is soa a part of oracle fusion middleware?