For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
PLSQL determines branching by whether the item is empty or contained.
Empty is determined by Item = " " or Item =NULL Which is it?
For example IF :P1_ITEM = " " THEN or IF :P1_ITEM = NULL THEN