DBA Data[Home] [Help]

APPS.PAY_PAYUSEAR_XMLP_PKG dependencies on HR_REPORTS

Line 16: hr_reports.get_business_group(p_business_group_id);

12:
13: -- hr_standard.event('BEFORE REPORT');
14: null;
15: c_business_group_name :=
16: hr_reports.get_business_group(p_business_group_id);
17:
18: if p_consolidation_set_id is not null then
19: c_consolidation_set_name :=
20: hr_us_reports.get_consolidation_set

Line 25: hr_reports.get_time_period

21: (p_consolidation_set_id);
22: end if;
23:
24: if p_time_period_id is not null then
25: hr_reports.get_time_period
26: (p_time_period_id
27: ,l_time_period_name
28: ,l_period_start_date
29: ,l_period_end_date);

Line 37: hr_reports.get_payroll_name(l_period_end_date

33: end if;
34:
35: if p_payroll_id is not null then
36: c_payroll_name :=
37: hr_reports.get_payroll_name(l_period_end_date
38: ,p_payroll_id);
39: end if;
40:
41: if p_tax_unit_id is not null then