DBA Data[Home] [Help]

APPS.HXT_HXT958A_XMLP_PKG dependencies on HR_GENERAL

Line 12: start_date := hr_general.start_of_time;

8:
9:
10:
11: if start_date is null then
12: start_date := hr_general.start_of_time;
13: end if;
14: if end_date is null then
15: end_date := hr_general.end_of_time;
16: end if;

Line 15: end_date := hr_general.end_of_time;

11: if start_date is null then
12: start_date := hr_general.start_of_time;
13: end if;
14: if end_date is null then
15: end_date := hr_general.end_of_time;
16: end if;
17:
18: P_START_DATE :=to_char(start_date,'DD MON YYYY');
19: P_END_DATE :=to_char(end_date,'DD MON YYYY');