DBA Data[Home] [Help]

APPS.PER_PERRPFP4_XMLP_PKG dependencies on STANDARD

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

16:
17:
18: /*srw.message('001','start');*/null;
19:
20: --hr_standard.event('BEFORE REPORT');
21:
22: c_business_group_name :=
23: hr_reports.get_business_group(p_business_group_id);
24:

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

292: function AfterReport return boolean is
293: begin
294:
295:
296: --hr_standard.event('AFTER REPORT');
297:
298: return (TRUE);
299: end;
300: