Hello experts,
I am using Oracle 11g.
I have a package which returns an associative array (index by varchar2).
My requirement is to use the MEMBER condition and check if a particular string is present in the associative array.
Could you please suggest on how I may compare the target string with the elements present in the associative array.
Thanks,
Haider