DBA Data[Home] [Help]

APPS.HXT_HXT957A_XMLP_PKG dependencies on HR_GENERAL

Line 68: start_date := hr_general.start_of_time;

64: begin
65: /*SRW.USER_EXIT('FND SRWINIT');*/null;
66:
67: if start_date is null then
68: start_date := hr_general.start_of_time;
69: end if;
70: if end_date is null then
71: end_date := hr_general.end_of_time;
72: end if;

Line 71: end_date := hr_general.end_of_time;

67: if start_date is null then
68: start_date := hr_general.start_of_time;
69: end if;
70: if end_date is null then
71: end_date := hr_general.end_of_time;
72: end if;
73: AP_START_DATE:=to_char(start_date,'DD-MON-YYYY');
74: AP_END_DATE:=to_char(end_date,'DD-MON-YYYY');
75: return (TRUE);