DBA Data[Home] [Help]

APPS.HR_PERSON_INFO_UTIL_SS dependencies on HR_JAVA_CONV_UTIL_SS

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

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

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

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