DBA Data[Home] [Help]

APPS.PAY_PAYRPBLK1_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:
11: if p_payroll_id is not null then
12: cp_payroll_name := hr_reports.get_payroll_name(P_EFFECTIVE_DATE, P_PAYROLL_ID);

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

18: end;
19:
20: function AfterReport return boolean is
21: begin
22: --hr_standard.event('AFTER REPORT');
23: return (TRUE);
24: end;
25:
26: function CF_business_groupFormula return VARCHAR2 is