DBA Data[Home] [Help]

APPS.HXC_HRR_BUS dependencies on HR_GENERAL

Line 383: IF p_start_date > NVL(p_end_date, hr_general.END_OF_TIME) THEN

379: BEGIN
380: --
381: -- check that the start date is not greater than the end date
382: --
383: IF p_start_date > NVL(p_end_date, hr_general.END_OF_TIME) THEN
384: --
385: hr_utility.set_message
386: (809
387: ,'HXC_0085_HRR_START_DT_ERR'