DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on FND_DATE

Line 6856: IF l_effective_date between fnd_date.canonical_to_date(l_special_info_type.segment3)

6852: );
6853:
6854: -- BUG #6528698 Appraisal effective date need to be considered instead of Appraisal start date
6855: /* Rating of Record Level must be within 12 months*/
6856: IF l_effective_date between fnd_date.canonical_to_date(l_special_info_type.segment3)
6857: and ADD_MONTHS(fnd_date.canonical_to_date(l_special_info_type.segment3),12) THEN
6858: /*Rating of Record Level must be '3','4' '5' or Rating of Record
6859: must be 'E','F' or 'O'*/
6860: IF l_special_info_type.segment5 in ('3','4','5')

Line 6857: and ADD_MONTHS(fnd_date.canonical_to_date(l_special_info_type.segment3),12) THEN

6853:
6854: -- BUG #6528698 Appraisal effective date need to be considered instead of Appraisal start date
6855: /* Rating of Record Level must be within 12 months*/
6856: IF l_effective_date between fnd_date.canonical_to_date(l_special_info_type.segment3)
6857: and ADD_MONTHS(fnd_date.canonical_to_date(l_special_info_type.segment3),12) THEN
6858: /*Rating of Record Level must be '3','4' '5' or Rating of Record
6859: must be 'E','F' or 'O'*/
6860: IF l_special_info_type.segment5 in ('3','4','5')
6861: OR