DBA Data[Home] [Help]

APPS.BEN_BENXSMRY_XMLP_PKG dependencies on STANDARD

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

28: end;
29:
30: function BeforeReport return boolean is
31: begin
32: --hr_standard.event('BEFORE REPORT');
33: return (TRUE);
34: end;
35:
36: function AfterReport return boolean is

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

34: end;
35:
36: function AfterReport return boolean is
37: begin
38: --hr_standard.event('AFTER REPORT');
39: return (TRUE);
40: end;
41:
42: --Functions to refer Oracle report placeholders--