DBA Data[Home] [Help]

APPS.AMS_WFCMPAPR_PVT dependencies on FND_RELEASE

Line 3135: if (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version = 1 and FND_RELEASE.POINT_VERSION >= 1 )

3131: aname => 'AMS_CURRENCY');
3132:
3133: --Hbandi code for resoving the BUG #7538786 and (set this FND_FORMS_USER_CALENDAR default value to 'GREGORIAN' for the bug #8974486)
3134: --jmahendr bug fix 11824518
3135: if (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version = 1 and FND_RELEASE.POINT_VERSION >= 1 )
3136: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.MINOR_VERSION >= 2)
3137: or (FND_RELEASE.MAJOR_VERSION > 12)
3138: then
3139: l_camp_start_date_txt := to_char(l_start_dt,

Line 3136: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.MINOR_VERSION >= 2)

3132:
3133: --Hbandi code for resoving the BUG #7538786 and (set this FND_FORMS_USER_CALENDAR default value to 'GREGORIAN' for the bug #8974486)
3134: --jmahendr bug fix 11824518
3135: if (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version = 1 and FND_RELEASE.POINT_VERSION >= 1 )
3136: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.MINOR_VERSION >= 2)
3137: or (FND_RELEASE.MAJOR_VERSION > 12)
3138: then
3139: l_camp_start_date_txt := to_char(l_start_dt,
3140: FND_PROFILE.VALUE_SPECIFIC('ICX_DATE_FORMAT_MASK', -1),

Line 3137: or (FND_RELEASE.MAJOR_VERSION > 12)

3133: --Hbandi code for resoving the BUG #7538786 and (set this FND_FORMS_USER_CALENDAR default value to 'GREGORIAN' for the bug #8974486)
3134: --jmahendr bug fix 11824518
3135: if (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version = 1 and FND_RELEASE.POINT_VERSION >= 1 )
3136: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.MINOR_VERSION >= 2)
3137: or (FND_RELEASE.MAJOR_VERSION > 12)
3138: then
3139: l_camp_start_date_txt := to_char(l_start_dt,
3140: FND_PROFILE.VALUE_SPECIFIC('ICX_DATE_FORMAT_MASK', -1),
3141: 'NLS_CALENDAR = ''' || NVL(FND_PROFILE.VALUE_SPECIFIC('FND_FORMS_USER_CALENDAR',-1),'GREGORIAN') || '''');