370: p_date_of_birth);
371:
372: end if;
373:
374: -- call the hr_java_conv_util_ss to get the number out of boolean
375: -- to be passed to java
376:
377: p_resultout := hr_java_conv_util_ss.get_number(isDuplicate);
378:
373:
374: -- call the hr_java_conv_util_ss to get the number out of boolean
375: -- to be passed to java
376:
377: p_resultout := hr_java_conv_util_ss.get_number(isDuplicate);
378:
379: EXCEPTION
380: WHEN OTHERS THEN
381: raise;