[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 check your URL in EBS Suite ?
Hi, How to get process ID By Concurrent request ID in EBS R12? Thanks.
Hi, Can someone tell me what is the difference between Views and Materialized Views in Oracle? Thanks.
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.
Hi , when am trying to install EBS R12 it failed With me and i need to continue my installation. Thanks,
Hi, Some of the concurrent managers are not coming up and showing the following error :The actual value of the manager is 0. ERROR "System Hold, Fix Manager before resetting counters". thanks.
Hello , i need to cancel Concurrent Requests in back-end. Thanks,