DBA Data[Home] [Help]

APPS.PAY_FI_PSTR dependencies on HR_UTILITY

Line 641: -- hr_utility.set_location ('Entering WritetoCLOB ', 10);

637: l_str31 varchar2 (30);
638: l_iana_charset varchar2 (30);
639: current_index pls_integer;
640: begin
641: -- hr_utility.set_location ('Entering WritetoCLOB ', 10);
642: l_iana_charset := hr_fi_utility.get_iana_charset;
643: l_str1 := ' ';
644: l_str2 := '<';
645: l_str3 := '>';

Line 794: hr_utility.set_location ('Leaving WritetoCLOB ', 20);

790: dbms_lob.writeappend (l_xfdf_string, length (l_str7), l_str7);
791: end if;
792:
793: p_xfdf_clob := l_xfdf_string;
794: hr_utility.set_location ('Leaving WritetoCLOB ', 20);
795: fnd_file.put_line (fnd_file.log, 'XML Part');
796: end writetoclob;
797: end pay_fi_pstr;