Concurrent Program with date parameter not working after upgrade to R12.1.3
Upgraded from 11.5.9 to R12.1.3 11.2.0.4 db 64bit SLES11.
Concurrent Program with date parameter attached to Special Validation is not getting passed. This worked fine in 11i, but does not work now after the upgrade to R12.1.3.
Date parameter of concurrent program is set to Value Set DNR_DATE_LESS_SYSDATE for validation that Date Entered must be <= Sysdate. Validation works just fine, but date value is not passed to program..
If I change this to FND_STANDARD_DATE then it works fine. However I need it set it to DNR_DATE_LESS_SYSDATE to validate the date entered.
See attached document with screen shots.