DBA Data[Home] [Help]

APPS.BEN_BENXAUDT_XMLP_PKG dependencies on STANDARD

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

34: end;
35:
36: function BeforeReport return boolean is
37: begin
38: --hr_standard.event('BEFORE REPORT');
39: return (TRUE);
40: end;
41:
42: function AfterReport return boolean is

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

40: end;
41:
42: function AfterReport return boolean is
43: begin
44: --hr_standard.event('AFTER REPORT');
45: return (TRUE);
46: end;
47:
48: --Functions to refer Oracle report placeholders--