DBA Data[Home] [Help]

APPS.PSP_PSPARREP_XMLP_PKG dependencies on STANDARD

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

3:
4: function BeforeReport return boolean is
5: begin
6:
7: --hr_standard.event('BEFORE REPORT');
8: return (TRUE);
9: end;
10:
11: function CF_Begin_period_nameFormula return Char is

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

165: end;
166:
167: function AfterReport return boolean is
168: begin
169: --hr_standard.event('AFTER REPORT');
170: return (TRUE);
171: end;
172:
173: --Functions to refer Oracle report placeholders--