DBA Data[Home] [Help]

APPS.HXT_HXT953A_XMLP_PKG dependencies on HR_GENERAL

Line 40: start_date := hr_general.start_of_time;

36: /*SRW.USER_EXIT('FND SRWINIT');*/null;
37:
38:
39: if start_date is null then
40: start_date := hr_general.start_of_time;
41: end if;
42: if end_date is null then
43: end_date := hr_general.end_of_time;
44: end if;

Line 43: end_date := hr_general.end_of_time;

39: if start_date is null then
40: start_date := hr_general.start_of_time;
41: end if;
42: if end_date is null then
43: end_date := hr_general.end_of_time;
44: end if;
45: return (TRUE);
46: end;
47: