DBA Data[Home] [Help]

APPS.OTA_OTARPBUD_XMLP_PKG dependencies on STANDARD

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

36:
37:
38:
39: begin
40: --hr_standard.event('BEFORE REPORT');
41:
42: c_business_group_name :=
43: hr_reports.get_business_group(p_business_group_id);
44:

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

214: end;
215:
216: function AfterReport return boolean is
217: begin
218: --hr_standard.event('AFTER REPORT');
219: return (TRUE);
220: end;
221:
222: --Functions to refer Oracle report placeholders--