DBA Data[Home] [Help]

APPS.GHR_REI_BUS dependencies on FND_DATE

Line 582: If nvl(fnd_date.canonical_to_date(date_end.pei_information2),l_effective_date)

578:
579: if l_first_noa_code not in ('001', '002') then
580: If p_rec.information_type = 'GHR_US_PAR_TERM_RET_GRADE' then
581: for date_end in C_date_end loop
582: If nvl(fnd_date.canonical_to_date(date_end.pei_information2),l_effective_date)
583: < l_effective_date then
584: hr_utility.set_message(8301,'GHR_38500_REC_ALREADY_ENDED');
585: hr_utility.raise_error;
586: End if;