DBA Data[Home] [Help]

APPS.PAY_PAYUSNAC_XMLP_PKG dependencies on STANDARD

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

32: c_consolidation_set_id := cid;
33:
34: begin
35:
36: --hr_standard.event('BEFORE REPORT');
37: null; c_business_group_name :=
38: hr_reports.get_business_group(p_business_group_id);
39: /*srw.message('1','Business Group ID
40: '||c_business_group_name);*/null;

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

176: end;
177:
178: function AfterReport return boolean is
179: begin
180: --hr_standard.event('AFTER REPORT');
181: return (TRUE);
182: end;
183:
184: --Functions to refer Oracle report placeholders--