[Solved] where clause with date range give strange result

[ad_1] there are many ways of skinning this particular cat, this is just one method. By the way in your example you gave a date of 31st April, this does not exists. SELECT TO_Char(ordered_date,’DD-MON-YYYY’) as ordered_date, order_number, customer_name FROM order_tbl WHERE NVL(:P_ORDER_NUMBER, order_number) = order_number AND ordered_date between NVL(TO_DATE(:P_FROM_DATE,’DD-MON-YYYY’),TO_DATE(’01-MAR-1900′,’DD-MON-YYYY’)) and NVL(to_date(:P_TO_DATE,’DD-MON-YYYY’),TO_DATE(’31-DEC-2100′,’DD-MON-YYYY’)) AND NVL(:P_CUSTOMER_NAME, customer_name) = … Read more

[Solved] oracle account lockout status

[ad_1] You said: “Did Oracle EBS has a feature to sent an email at the pre-registered email address “. Do you mean workflow notification mailer? The EBS is managed using apps user. If apps user is locked then the whole EBS would be down. 3 [ad_2] solved oracle account lockout status