DBA Data[Home] [Help]

APPS.PER_PERUSEOX_XMLP_PKG dependencies on STANDARD

Line 15: -- hr_standard.event('BEFORE REPORT');

11: begin
12: P_PAYROLL_PERIOD_DATE_START_1:=TO_DATE(substr(P_PAYROLL_PERIOD_DATE_START,1,10),'YYYY/MM/DD');
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

Line 133: -- hr_standard.event('AFTER REPORT');

129:
130: function AfterReport return boolean is
131: begin
132:
133: -- hr_standard.event('AFTER REPORT');
134: if P_AUDIT_REPORT = 'Y' then
135: null;
136: -- file_io.close;
137: end if;