DBA Data[Home] [Help]

APPS.PAY_DK_EINR dependencies on HR_UTILITY

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

179: l_payroll_action_id :=p_payroll_action_id;
180: --fnd_file.put_line(fnd_file.log,'3');
181: END IF;
182:
183: hr_utility.set_location('Entered Procedure GETDATA',10);
184:
185: /* Pick up the data related to Record 1000*/
186: FOR rg_csr_1000 IN csr_1000 (l_payroll_action_id)
187: LOOP

Line 755: hr_utility.set_location('After populating pl/sql table',30);

751: END LOOP;
752:
753:
754:
755: hr_utility.set_location('After populating pl/sql table',30);
756:
757:
758: WritetoCLOB (p_xml );
759:

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

777: l_IANA_charset VARCHAR2 (50);
778:
779: BEGIN
780: l_IANA_charset :=PAY_DK_GENERAL.get_IANA_charset ;
781: hr_utility.set_location('Entering WritetoCLOB ',70);
782: l_str1 := ' ' ;
783: l_str2 := '<';
784: l_str3 := '>';
785: l_str4 := '

Line 862: hr_utility.set_location('Leaving WritetoCLOB ',40);

858:
859: --fnd_file.put_line(fnd_file.log,'wc5');
860: p_xfdf_clob := l_xfdf_string;
861:
862: hr_utility.set_location('Leaving WritetoCLOB ',40);
863:
864: EXCEPTION
865: WHEN OTHERS then
866: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);

Line 866: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);

862: hr_utility.set_location('Leaving WritetoCLOB ',40);
863:
864: EXCEPTION
865: WHEN OTHERS then
866: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);
867: HR_UTILITY.RAISE_ERROR;
868: END WritetoCLOB;
869: -------------------------------------------------------------------------------------------------------------------------
870:

Line 867: HR_UTILITY.RAISE_ERROR;

863:
864: EXCEPTION
865: WHEN OTHERS then
866: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);
867: HR_UTILITY.RAISE_ERROR;
868: END WritetoCLOB;
869: -------------------------------------------------------------------------------------------------------------------------
870:
871: END PAY_DK_EINR;