DBA Data[Home] [Help]

APPS.PAY_FI_DPSR dependencies on HR_UTILITY

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

119: l_payroll_action_id :=p_payroll_action_id;
120:
121: END IF;
122:
123: hr_utility.set_location('Entered Procedure GETDATA',10);
124:
125: /* Pick up the data related to Record VSPSERIE*/
126: FOR rg_csr_VSPSERIE1 IN csr_VSPSERIE1 (l_payroll_action_id)
127: LOOP

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

676: gtagdata(l_counter).TagValue := rg_csr_VSPSVYHT.action_information30;
677: l_counter := l_counter + 1;
678:
679: END LOOP;
680: hr_utility.set_location('After populating pl/sql table',30);
681:
682:
683: WritetoCLOB (p_xml );
684:

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

702: l_IANA_charset VARCHAR2 (50);
703:
704: BEGIN
705: l_IANA_charset :=hr_fi_utility.get_IANA_charset ;
706: hr_utility.set_location('Entering WritetoCLOB ',70);
707: l_str1 := ' ' ;
708: l_str2 := '<';
709: l_str3 := '>';
710: l_str4 := '

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

773: END IF;
774:
775: p_xfdf_clob := l_xfdf_string;
776:
777: hr_utility.set_location('Leaving WritetoCLOB ',40);
778:
779: EXCEPTION
780: WHEN OTHERS then
781: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);

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

777: hr_utility.set_location('Leaving WritetoCLOB ',40);
778:
779: EXCEPTION
780: WHEN OTHERS then
781: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);
782: HR_UTILITY.RAISE_ERROR;
783: END WritetoCLOB;
784: -------------------------------------------------------------------------------------------------------------------------
785:

Line 782: HR_UTILITY.RAISE_ERROR;

778:
779: EXCEPTION
780: WHEN OTHERS then
781: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);
782: HR_UTILITY.RAISE_ERROR;
783: END WritetoCLOB;
784: -------------------------------------------------------------------------------------------------------------------------
785:
786: END PAY_FI_DPSR;