DBA Data[Home] [Help]

APPS.PAY_PAYRPTMD_XMLP_PKG dependencies on STANDARD

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

5: l_trace_value varchar2(10);
6: begin
7:
8: P_ENABLED_FLAG_1 := NVL(P_ENABLED_FLAG,'Y');
9: --hr_standard.event('BEFORE REPORT');
10:
11: insert into fnd_sessions (session_id,
12: effective_date)
13: select userenv('sessionid'),

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

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