DBA Data[Home] [Help]

APPS.PAY_PAYUSRRS_XMLP_PKG dependencies on STANDARD

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

6: declare
7: trace varchar2(30) := '';
8: begin
9:
10: --hr_standard.event('BEFORE REPORT');
11:
12: null;
13:
14: c_business_group_name := hr_reports.get_business_group(p_business_group_id);

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

124: end;
125:
126: function AfterReport return boolean is
127: begin
128: --hr_standard.event('AFTER REPORT');
129: return (TRUE);
130: end;
131:
132: function AfterPForm return boolean is