DBA Data[Home] [Help]

APPS.HXC_TCD_XML_PKG dependencies on STANDARD

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

60: function BeforeReport return boolean is
61: begin
62: clear_report_table;
63: populate_report_table;
64: --hr_standard.event('BEFORE REPORT');
65: return (TRUE);
66: end;
67:
68: function AfterReport return boolean is

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

66: end;
67:
68: function AfterReport return boolean is
69: begin
70: --hr_standard.event('AFTER REPORT');
71: clear_report_table;
72: return (TRUE);
73: end;
74: