DBA Data[Home] [Help]

APPS.FV_WF_BE_APPROVAL dependencies on FND_RELEASE

Line 1169: IF ((FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 1 and

1165: */
1166: -- IF FND_PROFILE.VALUE_SPECIFIC('FND_FORMS_USER_CALENDAR', vg_user_id) IS
1167: -- NOT NULL THEN
1168:
1169: IF ((FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 1 and
1170: FND_RELEASE.POINT_VERSION >= 1 )
1171: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 2)
1172: or (FND_RELEASE.MAJOR_VERSION > 12)) THEN
1173: /*

Line 1170: FND_RELEASE.POINT_VERSION >= 1 )

1166: -- IF FND_PROFILE.VALUE_SPECIFIC('FND_FORMS_USER_CALENDAR', vg_user_id) IS
1167: -- NOT NULL THEN
1168:
1169: IF ((FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 1 and
1170: FND_RELEASE.POINT_VERSION >= 1 )
1171: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 2)
1172: or (FND_RELEASE.MAJOR_VERSION > 12)) THEN
1173: /*
1174: * Execute for versions equal and above R12.1.1

Line 1171: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 2)

1167: -- NOT NULL THEN
1168:
1169: IF ((FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 1 and
1170: FND_RELEASE.POINT_VERSION >= 1 )
1171: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 2)
1172: or (FND_RELEASE.MAJOR_VERSION > 12)) THEN
1173: /*
1174: * Execute for versions equal and above R12.1.1
1175: */

Line 1172: or (FND_RELEASE.MAJOR_VERSION > 12)) THEN

1168:
1169: IF ((FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 1 and
1170: FND_RELEASE.POINT_VERSION >= 1 )
1171: or (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 2)
1172: or (FND_RELEASE.MAJOR_VERSION > 12)) THEN
1173: /*
1174: * Execute for versions equal and above R12.1.1
1175: */
1176: IF vg_user_id IS NULL OR vg_user_id = '' THEN