DBA Data[Home] [Help]

APPS.PAY_NO_SELF_CERTIFICATION_RPT dependencies on HR_UTILITY

Line 133: hr_utility.set_location ('Entering WritetoCLOB ', 70);

129: l_counter PLS_INTEGER;
130: l_IANA_charset VARCHAR2 (50);
131: BEGIN
132: l_IANA_charset :=hr_no_utility.get_IANA_charset ;
133: hr_utility.set_location ('Entering WritetoCLOB ', 70);
134: l_str1 := ' ';
135: l_str2 := '<';
136: l_str3 := '>';
137: l_str4 := '

Line 194: hr_utility.TRACE ( 'sqlerrm '

190:
191: EXCEPTION
192: WHEN OTHERS
193: THEN
194: hr_utility.TRACE ( 'sqlerrm '
195: || SQLERRM);
196: hr_utility.raise_error;
197: END writetoclob;
198:

Line 196: hr_utility.raise_error;

192: WHEN OTHERS
193: THEN
194: hr_utility.TRACE ( 'sqlerrm '
195: || SQLERRM);
196: hr_utility.raise_error;
197: END writetoclob;
198:
199: END PAY_NO_SELF_CERTIFICATION_RPT;