DBA Data[Home] [Help]

APPS.HXT_HXT959A_XMLP_PKG dependencies on HR_GENERAL

Line 108: start_date := hr_general.start_of_time;

104: begin
105: /*SRW.USER_EXIT('FND SRWINIT');*/null;
106:
107: if start_date is null then
108: start_date := hr_general.start_of_time;
109: end if;
110: if end_date is null then
111: end_date := hr_general.end_of_time;
112: end if;

Line 111: end_date := hr_general.end_of_time;

107: if start_date is null then
108: start_date := hr_general.start_of_time;
109: end if;
110: if end_date is null then
111: end_date := hr_general.end_of_time;
112: end if;
113: return (TRUE);
114: end;
115: