DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on STANDARD

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

2: /* $Header: OTARPSISB.pls 120.2 2008/06/04 14:30:24 amakrish noship $ */
3: function BeforeReport return boolean is
4: begin
5:
6: --hr_standard.event('BEFORE REPORT') ;
7:
8: return (TRUE);
9: end;
10:

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

204: end;
205:
206: function AfterReport return boolean is
207: begin
208: --hr_standard.event('AFTER REPORT') ;
209: return (TRUE);
210: end;
211:
212: --Functions to refer Oracle report placeholders--