DBA Data[Home] [Help]

APPS.PER_PERUSHRM_XMLP_PKG dependencies on HR_US_REPORTS

Line 24: c_tax_unit := hr_us_reports.get_org_name

20: p_multi_state_1 := 'N';
21: end if;
22:
23: if p_tax_unit_id is not null then
24: c_tax_unit := hr_us_reports.get_org_name
25: (p_tax_unit_id,p_business_group_id);
26: end if;
27:
28: if p_state_code is not null then

Line 29: c_state_name := hr_us_reports.get_state_name

25: (p_tax_unit_id,p_business_group_id);
26: end if;
27:
28: if p_state_code is not null then
29: c_state_name := hr_us_reports.get_state_name
30: (p_state_code);
31: end if;
32:
33: hr_utility.set_location(l_name,20);

Line 68: hr_us_reports.get_employee_address

64: begin
65:
66: l_person_id := person_id;
67:
68: hr_us_reports.get_employee_address
69: (l_person_id
70: ,l_employee_address);
71:
72:

Line 102: l_salary := hr_us_reports.get_salary(l_business_group_id,

98: or p_state_code = 'MD' then
99: l_business_group_id := P_BUSINESS_GROUP_ID;
100: l_report_date := fnd_date.canonical_to_date(P_REPORT_DATE);
101:
102: l_salary := hr_us_reports.get_salary(l_business_group_id,
103: assignment_id,
104: l_report_date
105: );
106: hr_utility.set_location('Leaving c_salary formula', 10);

Line 1099: hr_us_reports.get_address(l_location_id, l_tax_unit_address);

1095:
1096: begin
1097:
1098: l_location_id := location_id;
1099: hr_us_reports.get_address(l_location_id, l_tax_unit_address);
1100: return(l_tax_unit_address);
1101:
1102: exception
1103: when others then