DBA Data[Home] [Help]

APPS.GHR_POI_FLEX_DDF dependencies on FND_DATE

Line 376: if not(fnd_date.canonical_to_date(p_date_to) > fnd_date.canonical_to_date(p_date_from))

372: begin
373: hr_utility.set_location('Entering: '|| l_proc, 10);
374: if p_date_to is not null and p_date_from is not null
375: then
376: if not(fnd_date.canonical_to_date(p_date_to) > fnd_date.canonical_to_date(p_date_from))
377: then
378: hr_utility.set_message(8301, 'GHR_DATE_TO_INVALID');
379: hr_utility.raise_error;
380: end if;