DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on STANDARD

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

4:
5: function BeforeReport return boolean is
6: begin
7:
8: --hr_standard.event('BEFORE REPORT') ;
9:
10: return (TRUE);
11: end;
12:

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

217: end;
218:
219: function AfterReport return boolean is
220: begin
221: --hr_standard.event('AFTER REPORT') ;
222: return (TRUE);
223: end;
224:
225: --Functions to refer Oracle report placeholders--