DBA Data[Home] [Help]

APPS.PER_PERHDCNT_XMLP_PKG dependencies on STANDARD

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

4: function BeforeReport return boolean is
5:
6: begin
7:
8: --hr_standard.event('BEFORE REPORT');
9:
10: insert into fnd_sessions
11: (session_id,effective_date)
12: values(userenv('SESSIONID'),sysdate);

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

171:
172: function AfterReport return boolean is
173: begin
174:
175: -- hr_standard.event('AFTER REPORT');
176:
177: return (TRUE);
178: end;
179: