DBA Data[Home] [Help]

APPS.PAY_SE_TAX_DECL_REPORT dependencies on HR_UTILITY

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

202: effective_end_date;
203:
204: BEGIN
205:
206: hr_utility.set_location ('Entered Procedure GETDATA', 10);
207:
208: l_payroll_action_id :=
209: get_archive_payroll_action_id (p_payroll_action_id);
210:

Line 284: hr_utility.set_location ('Before populating pl/sql table', 70);

280:
281:
282: /*****************************************************************************************************/
283:
284: hr_utility.set_location ('Before populating pl/sql table', 70);
285: gplsqltable (l_counter).tagname := 'START';
286: gplsqltable (l_counter).tagvalue := 'START';
287: l_counter := l_counter
288: + 1;

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

1699: current_index PLS_INTEGER;
1700: l_counter PLS_INTEGER;
1701: BEGIN
1702:
1703: hr_utility.set_location ('Entering WritetoCLOB ', 70);
1704: l_str1 := ' ';
1705: l_str2 := '<';
1706: l_str3 := '>';
1707: l_str4 := '

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

1763: ELSE
1764: DBMS_LOB.writeappend (l_xfdf_string, LENGTH (l_str7), l_str7);
1765: END IF;
1766: p_xfdf_clob := l_xfdf_string;
1767: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
1768: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
1769:
1770:
1771: END writetoclob;

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

1764: DBMS_LOB.writeappend (l_xfdf_string, LENGTH (l_str7), l_str7);
1765: END IF;
1766: p_xfdf_clob := l_xfdf_string;
1767: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
1768: hr_utility.set_location ('Leaving WritetoCLOB ', 70);
1769:
1770:
1771: END writetoclob;
1772: -------------------------------------------------------------------------------------------------------------------------

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

1876: l_month varchar2(5);
1877: l_full_month varchar2(25);
1878: BEGIN
1879: fnd_file.put_line (fnd_file.LOG, 'Entering into GET_XML');
1880: hr_utility.set_location ('Entered Procedure GETDATA', 10);
1881:
1882: l_payroll_action_id :=
1883: get_archive_payroll_action_id (p_payroll_action_id);
1884:

Line 1960: hr_utility.set_location('Inside GETDATA',30);

1956:
1957: ';
1958: dbms_lob.writeAppend( l_xfdf_string, length(l_str1), l_str1 );
1959:
1960: hr_utility.set_location('Inside GETDATA',30);
1961:
1962: p_xml := l_xfdf_string;
1963:
1964: hr_utility.set_location('Leaving GETDATA',40);

Line 1964: hr_utility.set_location('Leaving GETDATA',40);

1960: hr_utility.set_location('Inside GETDATA',30);
1961:
1962: p_xml := l_xfdf_string;
1963:
1964: hr_utility.set_location('Leaving GETDATA',40);
1965:
1966: END GET_XML;
1967:
1968: -------------------------------------------------------------------------------------------------------------------------