DBA Data[Home] [Help]

APPS.PAY_PAYRPDTR_XMLP_PKG dependencies on STANDARD

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

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

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

35: end;
36:
37: function AfterReport return boolean is
38: begin
39: --hr_standard.event('AFTER REPORT');
40: return (TRUE);
41: end;
42:
43: function cf_count_short_nameformula(CS_COUNT_SHORT_NAME in number) return number is