DBA Data[Home] [Help]

APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on HR_NO_UTILITY

Line 2420: l_iana_charset := hr_no_utility.get_iana_charset;

2416: l_iana_charset varchar2 (50);
2417: current_index pls_integer;
2418: begin
2419: hr_utility.set_location ('Entering WritetoCLOB ', 10);
2420: l_iana_charset := hr_no_utility.get_iana_charset;
2421: l_str1 := ' 2422: || '"?> ';
2423: l_str2 := '<';
2424: l_str3 := '>';

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

2619: 'DDDDDD-DDDDD'
2620: );
2621:
2622: if l_return_value <> '0' then
2623: l_check_value := hr_no_utility.chk_valid_date (l_return_value);
2624:
2625: if l_check_value <> 0 then
2626: /* Valid Birthdate */
2627: d1 := fnd_number.canonical_to_number (substr (l_return_value, 1, 1));