DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on HR_JAVA_CONV_UTIL_SS

Line 374: -- call the hr_java_conv_util_ss to get the number out of boolean

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:

Line 377: p_resultout := hr_java_conv_util_ss.get_number(isDuplicate);

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;