DBA Data[Home] [Help]

APPS.PAY_DK_EINR dependencies on HR_UTILITY

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

338: l_payroll_action_id :=p_payroll_action_id;
339: --fnd_file.put_line(fnd_file.log,'3');
340: END IF;
341:
342: hr_utility.set_location('Entered Procedure GETDATA',10);
343:
344: /* Pick up the data related to Record 1000*/
345: FOR rg_csr_1000 IN csr_1000 (l_payroll_action_id)
346: LOOP

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

1361: END LOOP;
1362:
1363:
1364:
1365: hr_utility.set_location('After populating pl/sql table',30);
1366:
1367:
1368: WritetoCLOB (p_xml );
1369:

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

1387: l_IANA_charset VARCHAR2 (50);
1388:
1389: BEGIN
1390: l_IANA_charset :=PAY_DK_GENERAL.get_IANA_charset ;
1391: hr_utility.set_location('Entering WritetoCLOB ',70);
1392: l_str1 := ' ' ;
1393: l_str2 := '<';
1394: l_str3 := '>';
1395: l_str4 := '

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

1468:
1469: --fnd_file.put_line(fnd_file.log,'wc5');
1470: p_xfdf_clob := l_xfdf_string;
1471:
1472: hr_utility.set_location('Leaving WritetoCLOB ',40);
1473:
1474: EXCEPTION
1475: WHEN OTHERS then
1476: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);

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

1472: hr_utility.set_location('Leaving WritetoCLOB ',40);
1473:
1474: EXCEPTION
1475: WHEN OTHERS then
1476: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);
1477: HR_UTILITY.RAISE_ERROR;
1478: END WritetoCLOB;
1479: -------------------------------------------------------------------------------------------------------------------------
1480: END PAY_DK_EINR;

Line 1477: HR_UTILITY.RAISE_ERROR;

1473:
1474: EXCEPTION
1475: WHEN OTHERS then
1476: HR_UTILITY.TRACE('sqlerrm ' || SQLERRM);
1477: HR_UTILITY.RAISE_ERROR;
1478: END WritetoCLOB;
1479: -------------------------------------------------------------------------------------------------------------------------
1480: END PAY_DK_EINR;