DBA Data[Home] [Help]

APPS.GHR_NFC_POSITION_EXTRACTS dependencies on BEN_EXT_FMT

Line 2867: l_ret_value := ben_ext_fmt.apply_format_mask(l_ret_value, '9999999999');

2863: l_ret_value := null;
2864: END IF; */ -- Bug 4584046
2865:
2866: IF l_attribute_name = 'Obligated SSN' AND l_ret_value is not null THEN
2867: l_ret_value := ben_ext_fmt.apply_format_mask(l_ret_value, '9999999999');
2868: END IF;
2869:
2870:
2871: RETURN(l_ret_value);