DBA Data[Home] [Help]

APPS.PER_PERUSCPE_XMLP_PKG dependencies on HR_REPORTS

Line 15: hr_reports.get_business_group(p_business_group_id);

11: --hr_standard.event('BEFORE REPORT');
12: LP_SESSION_DATE := to_char(P_SESSION_DATE, 'dd-mon-yyyy');
13:
14: c_business_group_name :=
15: hr_reports.get_business_group(p_business_group_id);
16: v_organization_name := c_business_group_name;
17:
18: c_employee_name := hr_reports.get_person_name(
19: p_session_date => lp_session_date,

Line 18: c_employee_name := hr_reports.get_person_name(

14: c_business_group_name :=
15: hr_reports.get_business_group(p_business_group_id);
16: v_organization_name := c_business_group_name;
17:
18: c_employee_name := hr_reports.get_person_name(
19: p_session_date => lp_session_date,
20: p_person_id => TO_NUMBER(p_person_id ));
21:
22: IF ( p_qual_date IS NOT NULL )