Conc Job Conditional Parameter Validation
Hi,
We are using Oracle Applications : 12.2.7
4 parameters, 2 data parameters ( from date and to date), 2 parameters(Customer Id, bank #) with Custom LOV's which is created from value set with table option,
The ask is whenever from date and to date is entered, either customer id or bank # must be entered.
Added a hidden variable and did validation using SQL statment. Also tried to do validation using value set "special" option. Both options gave error message but parameter screen gets closed and cursor is landed to conc job screen.
Requirement is to give error message and prameter screen should stay like that until user enters right data.