DBA Data[Home] [Help]

APPS.OTA_OTARPREG_XMLP_PKG dependencies on STANDARD

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

5:
6: function BeforeReport return boolean is
7:
8: begin
9: --hr_standard.event('BEFORE REPORT');
10:
11: c_business_group_name := hr_reports.get_business_group(p_business_group_id);
12:
13: return (TRUE);

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

168: end;
169:
170: function AfterReport return boolean is
171: begin
172: --hr_standard.event('AFTER REPORT');
173: return (TRUE);
174: end;
175:
176: --Functions to refer Oracle report placeholders--