DBA Data[Home] [Help]

APPS.PQH_PQIPED2_XMLP_PKG dependencies on STANDARD

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

48:
49:
50: begin
51: P_REPORT_DATE_T := to_char(P_REPORT_DATE,'DD-MON-YYYY');
52: --hr_standard.event('BEFORE REPORT');
53:
54: pqh_employment_category.fetch_empl_categories(p_business_group_id,l_fr,l_ft,l_pr,l_pt);
55:
56: cp_fr := l_fr;

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

80: end;
81:
82: function AfterReport return boolean is
83: begin
84: --hr_standard.event('AFTER REPORT');
85:
86: return (TRUE);
87: end;
88: