DBA Data[Home] [Help]

APPS.PSP_PSPRCLSL_XMLP_PKG dependencies on STANDARD

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

208:
209: function BeforeReport return boolean is
210: begin
211:
212: --hr_standard.event('BEFORE REPORT');
213: return (TRUE);
214: end;
215:
216: function cf_currency_formatformula(currency_code in varchar2) return char is

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

421: end;
422:
423: function AfterReport return boolean is
424: begin
425: --hr_standard.event('AFTER REPORT');
426: return (TRUE);
427: end;
428:
429: --Functions to refer Oracle report placeholders--