DBA Data[Home] [Help]

APPS.PAY_PAYUSEAR_XMLP_PKG dependencies on HR_US_REPORTS

Line 20: hr_us_reports.get_consolidation_set

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
21: (p_consolidation_set_id);
22: end if;
23:
24: if p_time_period_id is not null then

Line 42: c_tax_unit := hr_us_reports.get_org_name(p_tax_unit_id,p_business_group_id);

38: ,p_payroll_id);
39: end if;
40:
41: if p_tax_unit_id is not null then
42: c_tax_unit := hr_us_reports.get_org_name(p_tax_unit_id,p_business_group_id);
43: end if;
44:
45: if p_payroll_action_id is not null then
46: c_payroll_action := hr_us_reports.get_payroll_action

Line 46: c_payroll_action := hr_us_reports.get_payroll_action

42: c_tax_unit := hr_us_reports.get_org_name(p_tax_unit_id,p_business_group_id);
43: end if;
44:
45: if p_payroll_action_id is not null then
46: c_payroll_action := hr_us_reports.get_payroll_action
47: (p_payroll_action_id);
48: end if;
49:
50: if p_element_type_id is not null then

Line 51: c_element_type_name := hr_us_reports.get_element_type_name

47: (p_payroll_action_id);
48: end if;
49:
50: if p_element_type_id is not null then
51: c_element_type_name := hr_us_reports.get_element_type_name
52: (p_element_type_id);
53: end if;
54:
55: end; return (TRUE);

Line 67: hr_us_reports.get_address

63:
64: begin
65:
66: l_location_id := location_id;
67: hr_us_reports.get_address
68: (l_location_id
69: ,l_tax_unit_address);
70:
71: c_tax_unit_address2 := l_tax_unit_address;