DBA Data[Home] [Help]

APPS.PAY_PAYGBGTN_XMLP_PKG dependencies on STANDARD

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

6:
7: begin
8:
9: null;
10: --hr_standard.event('BEFORE REPORT');
11:
12: --Global_Variable.Initialise_Variables;
13: Initialise_Variables;
14:

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

82: end;
83:
84: function AfterReport return boolean is
85: begin
86: --hr_standard.event('AFTER REPORT');
87: return (TRUE);
88: end;
89:
90: --Functions to refer Oracle report placeholders--