DBA Data[Home] [Help]

APPS.PER_US_EEO5_PKG dependencies on PER_US_EEO5_PKG

Line 1: PACKAGE BODY per_us_eeo5_pkg AS

1: PACKAGE BODY per_us_eeo5_pkg AS
2: /* $Header: peuseeo5.pkb 120.11 2011/04/20 12:46:37 nvelaga ship $ */
3:
4: g_debug_flag VARCHAR2(1) := 'Y';
5: g_concurrent_flag VARCHAR2(1) := 'Y';

Line 993: hr_utility.set_location('=======in EEO5 per_us_eeo5_pkg==========='||l_fr, 5);

989: ,l_ft
990: ,l_pr
991: ,l_pt);
992:
993: hr_utility.set_location('=======in EEO5 per_us_eeo5_pkg==========='||l_fr, 5);
994: hr_utility.set_location('l_fr -> '||l_fr, 5);
995: hr_utility.set_location('l_fr -> '||l_ft, 5);
996: hr_utility.set_location('l_fr -> '||l_pr, 5);
997: hr_utility.set_location('l_fr -> '||l_pt, 5);

Line 998: hr_utility.set_location('=======in EEO5 per_us_eeo5_pkg==========='||l_fr, 5);

994: hr_utility.set_location('l_fr -> '||l_fr, 5);
995: hr_utility.set_location('l_fr -> '||l_ft, 5);
996: hr_utility.set_location('l_fr -> '||l_pr, 5);
997: hr_utility.set_location('l_fr -> '||l_pt, 5);
998: hr_utility.set_location('=======in EEO5 per_us_eeo5_pkg==========='||l_fr, 5);
999:
1000: --l_report_date is always for September.
1001: l_report_date := TO_DATE('30-09'||'-'||p_reporting_year,'DD-MM-RRRR');
1002: l_xml_string := l_xml_string ||convert_into_xml('EMPLOYEE_SALARY_EMPLOYMENT_CAT','A. FULL-TIME STAFF','D');

Line 1633: END per_us_eeo5_pkg;

1629: --To put the trace just uncomment the below three lines.
1630: --BEGIN
1631: -- hr_utility.trace_on(null,'EEO5');
1632: -- g_debug := hr_utility.debug_enabled;
1633: END per_us_eeo5_pkg;