DBA Data[Home] [Help]

APPS.PER_PERUSADA_XMLP_PKG dependencies on HR_REPORTS

Line 16: c_business_group_name := hr_reports.get_business_group(p_business_group_id);

12: where not exists
13: (select 1
14: from fnd_sessions fs
15: where fs.session_id = userenv('sessionid'));
16: c_business_group_name := hr_reports.get_business_group(p_business_group_id);
17: c_organization := hr_us_reports.get_org_name(p_organization_id, p_business_group_id);
18: IF P_ORG_STRUCTURE_VERSION_ID_1 is null then
19: P_ORG_STRUCTURE_VERSION_ID_1 := -1;
20: c_organization_hierarchy := null;

Line 36: c_full_name := hr_reports.get_person_name(p_session_date, p_person);

32: and rule_type = 'ADA_DIS_ACC';
33: IF p_person is not null THEN
34: c_lex_assign_where := c_lex_assign_where ||
35: ' and peo.person_id = '|| to_char(p_person);
36: c_full_name := hr_reports.get_person_name(p_session_date, p_person);
37: END IF;
38: IF p_employee_number is not null THEN
39: c_lex_assign_where := c_lex_assign_where ||
40: ' and peo.person_id = '|| to_char(p_employee_number);