DBA Data[Home] [Help]

APPS.PAY_FI_UMFR dependencies on HR_UTILITY

Line 135: hr_utility.set_location ('Entered Procedure GETDATA', 10);

131: l_legal_employer_name varchar2(2000):= 'XXX';
132: l_local_unit_name varchar2(2000):= 'XXX';
133: L_LOCAL_TOTAL NUMBER :=0;
134: BEGIN
135: hr_utility.set_location ('Entered Procedure GETDATA', 10);
136:
137:
138: fnd_file.put_line (
139: fnd_file.LOG, 'payroll_action_id '||l_payroll_action_id

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

358: L_COUNTER PLS_INTEGER;
359: l_IANA_charset VARCHAR2 (50);
360: BEGIN
361: l_IANA_charset :=hr_fi_utility.get_IANA_charset ;
362: hr_utility.set_location ('Entering WritetoCLOB ', 70);
363: l_str1 := ' ';
364: l_str2 := '<';
365: l_str3 := '>';
366: l_str4 := '

Line 491: hr_utility.set_location ('Leaving WritetoCLOB ', 70);

487: ELSE
488: DBMS_LOB.writeappend (l_xfdf_string, LENGTH (l_str7), l_str7);
489: END IF;
490: p_xfdf_clob := l_xfdf_string;
491: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
492:
493:
494:
495: hr_utility.set_location ('Leaving WritetoCLOB ', 70);

Line 495: hr_utility.set_location ('Leaving WritetoCLOB ', 70);

491: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
492:
493:
494:
495: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
496: /* EXCEPTION
497: WHEN OTHERS
498: THEN
499: hr_utility.TRACE ( 'sqlerrm '

Line 499: hr_utility.TRACE ( 'sqlerrm '

495: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
496: /* EXCEPTION
497: WHEN OTHERS
498: THEN
499: hr_utility.TRACE ( 'sqlerrm '
500: || SQLERRM);
501: hr_utility.raise_error;*/
502: END writetoclob;
503: -------------------------------------------------------------------------------------------------------------------------

Line 501: hr_utility.raise_error;*/

497: WHEN OTHERS
498: THEN
499: hr_utility.TRACE ( 'sqlerrm '
500: || SQLERRM);
501: hr_utility.raise_error;*/
502: END writetoclob;
503: -------------------------------------------------------------------------------------------------------------------------
504: END PAY_FI_UMFR;