DBA Data[Home] [Help]

APPS.PAY_NO_EERR_CONTINUOUS dependencies on HR_NO_UTILITY

Line 3307: l_iana_charset := hr_no_utility.get_iana_charset;

3303: l_str17 varchar2 (30);
3304: l_iana_charset varchar2 (50);
3305: current_index pls_integer;
3306: begin
3307: l_iana_charset := hr_no_utility.get_iana_charset;
3308: l_str1 := ' 3309: || '"?> ';
3310: l_str2 := '<';
3311: l_str3 := '>';

Line 3430: l_check_value := hr_no_utility.chk_valid_date (l_return_value);

3426: 'DDDDDD-DDDDD'
3427: );
3428:
3429: if l_return_value <> '0' then
3430: l_check_value := hr_no_utility.chk_valid_date (l_return_value);
3431:
3432: if l_check_value <> 0 then
3433: /* Valid Birthdate */
3434: d1 := fnd_number.canonical_to_number (substr (l_return_value, 1, 1));