DBA Data[Home] [Help]

APPS.PAY_NO_EERR_CONTINUOUS dependencies on HR_NO_UTILITY

Line 3500: l_iana_charset := hr_no_utility.get_iana_charset;

3496: l_str17 varchar2 (30);
3497: l_iana_charset varchar2 (50);
3498: current_index pls_integer;
3499: begin
3500: l_iana_charset := hr_no_utility.get_iana_charset;
3501: l_str1 := ' 3502: || '"?> ';
3503: l_str2 := '<';
3504: l_str3 := '>';

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

3619: 'DDDDDD-DDDDD'
3620: );
3621:
3622: if l_return_value <> '0' then
3623: l_check_value := hr_no_utility.chk_valid_date (l_return_value);
3624:
3625: if l_check_value <> 0 then
3626: /* Valid Birthdate */
3627: d1 := fnd_number.canonical_to_number (substr (l_return_value, 1, 1));