DBA Data[Home] [Help]

APPS.PAY_PYCAROEP_XMLP_PKG dependencies on STANDARD

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

30: from hr_assignment_sets
31: where assignment_set_id = p_assignment_set;
32:
33: begin
34: --hr_standard.event('BEFORE REPORT');
35: null;
36: c_business_group_name := hr_reports.get_business_group(p_business_group_id);
37:
38:

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

182: end;
183:
184: function AfterReport return boolean is
185: begin
186: --hr_standard.event('AFTER REPORT');
187: return (TRUE);
188: end;
189:
190: --Functions to refer Oracle report placeholders--