DBA Data[Home] [Help]

APPS.PER_PERFREMD_XMLP_PKG dependencies on STANDARD

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

2: /* $Header: PERFREMDB.pls 120.0 2007/12/24 13:18:44 amakrish noship $ */
3:
4: function BeforeReport return boolean is
5: begin
6: --hr_standard.event('BEFORE REPORT');
7: cp_business_group_name :=
8: hr_reports.get_business_group(p_business_group_id);
9: return (TRUE);
10:

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

20:
21: function AfterReport return boolean is
22: begin
23:
24: --hr_standard.event('AFTER REPORT');
25:
26: return (TRUE);
27: end;
28: