DBA Data[Home] [Help]

APPS.PER_PERFRD2R_XMLP_PKG dependencies on STANDARD

Line 148: --Commented By Raj hr_standard.event('BEFORE REPORT');

144: l_breakdown_particular varchar2(32000);
145: l_count_disabled varchar2(32000);
146: l_disabled_where_clause varchar2(32500);
147: begin
148: --Commented By Raj hr_standard.event('BEFORE REPORT');
149: l_return_code := per_fr_d2_pkg.set_headcounts
150: (P_ESTABLISHMENT_ID,
151: PC_1JAN,
152: PC_31DEC,

Line 208: --Commented By Raj hr_standard.event('AFTER REPORT');

204: RETURN NULL; end;
205:
206: function AfterReport return boolean is
207: begin
208: --Commented By Raj hr_standard.event('AFTER REPORT');
209: return (TRUE);
210:
211: end;
212: