[code] create table test_date (creation_date date); [/code] [code] Insert into test_date (CREATION_DATE) Values (TO_DATE('07/14/2017 14:45:10', 'MM/DD/YYYY HH24:MI:SS')); COMMIT; [/code] --My code [code] select * from test_date where TO_CHAR(creation_date,'DD-MON-YY') = NVL(TO_CHAR (TO_DATE (:pv_date, 'YYYY-MM-DD HH24:MI:SS'), 'DD-MON-YY'), TO_CHAR(creation_date,'DD-MON-YY')); [/code] I am comparing dates in my code using the fnd_standard_date valueset. But it is not fetching data. I am passing pv_date ...
Oraask Latest Questions
How to Stop & Start Weblogic server services in Linux ?
How to check your URL in EBS Suite ?
Hi, How to get process ID By Concurrent request ID in EBS R12? Thanks.
Hello, How to enable Forms Runtime Diagnostic Trace? Regards.
How to know Version Database $ Application?
Hello , Please help, I have Error RMAN-06026 some targets not found - aborting restore. Thanks
Hi, How to change all Application users password in EBS R12 in Backend? Thanks.
What is the command to compile form and PL/sql Library manual?
We have an application which requires switching between two identical schemas with many tables on a daily basis. Flashback query is used to guarantee data consistency, to make sure we get 100% identical copy of the first schema as of ...