DBA Data[Home] [Help]

APPS.BEN_BENXLAYT_XMLP_PKG dependencies on STANDARD

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

82: end;
83:
84: function BeforeReport return boolean is
85: begin
86: --hr_standard.event('BEFORE REPORT');
87: return (TRUE);
88: end;
89:
90: function AfterReport return boolean is

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

88: end;
89:
90: function AfterReport return boolean is
91: begin
92: --hr_standard.event('AFTER REPORT');
93: return (TRUE);
94: end;
95:
96: --Functions to refer Oracle report placeholders--