DBA Data[Home] [Help]

APPS.PER_PERUSEOX_XMLP_PKG dependencies on HR_REPORTS

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

13: P_PAYROLL_PERIOD_DATE_END_1:=TO_DATE(substr(P_PAYROLL_PERIOD_DATE_END,1,10),'YYYY/MM/DD');
14:
15: -- hr_standard.event('BEFORE REPORT');
16: x := P_REPORT_YEARValidTrigger ;
17: c_business_group_name := hr_reports.get_business_group(p_business_group_id);
18: c_report_date := trunc(sysdate);
19: if P_PAYROLL_PERIOD_DATE_START is not null
20: then
21: c_report_year:= to_char(fnd_date.canonical_to_date(P_PAYROLL_PERIOD_DATE_START),'RRRR');