DBA Data[Home] [Help]

APPS.PSP_PSPENASG_XMLP_PKG dependencies on STANDARD

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

212: function BeforeReport return boolean is
213: begin
214:
215:
216: --hr_standard.event('BEFORE REPORT');
217: return (TRUE);
218: end;
219:
220: function AfterReport return boolean is

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

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