DBA Data[Home] [Help]

APPS.PER_PERRPRMS_XMLP_PKG dependencies on HR_GENERAL

Line 7: c_end_of_time := hr_general.end_of_time;

3:
4: function BeforeReport return boolean is
5: begin
6:
7: c_end_of_time := hr_general.end_of_time;
8: declare l_legislation_code VARCHAR2(2);
9: begin
10: P_SESSION_DATE1:=TO_CHAR(P_SESSION_DATE,'DD-MON-YYYY');
11: --hr_standard.event('BEFORE REPORT');