DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on FND_DATE

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

6994: );
6995:
6996: -- BUG #6528698 Appraisal effective date need to be considered instead of Appraisal start date
6997: /* Rating of Record Level must be within 12 months*/
6998: IF l_effective_date between fnd_date.canonical_to_date(l_special_info_type.segment3)
6999: and ADD_MONTHS(fnd_date.canonical_to_date(l_special_info_type.segment3),12) THEN
7000: /*Rating of Record Level must be '3','4' '5' or Rating of Record
7001: must be 'E','F' or 'O'*/
7002: IF l_special_info_type.segment5 in ('3','4','5')

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

6995:
6996: -- BUG #6528698 Appraisal effective date need to be considered instead of Appraisal start date
6997: /* Rating of Record Level must be within 12 months*/
6998: IF l_effective_date between fnd_date.canonical_to_date(l_special_info_type.segment3)
6999: and ADD_MONTHS(fnd_date.canonical_to_date(l_special_info_type.segment3),12) THEN
7000: /*Rating of Record Level must be '3','4' '5' or Rating of Record
7001: must be 'E','F' or 'O'*/
7002: IF l_special_info_type.segment5 in ('3','4','5')
7003: OR