Page leve validation
325647May 10 2010 — edited May 11 2010I have what I thought was a simple validation but it does not seem to be working. I have the following set as a page level validation, p/sql expression:
:P2_ITEM_COLOR iis null AND :P2_ITEM_DESC is null
Is seems to always be true however, even if I have selected both P2_ITEM_COLOR and P2_ITEM_DESC . These are both drop down lists. Thoughts?