DBA Data[Home] [Help]

APPS.CSTPSMCW dependencies on WSMPVERS

Line 89: IF WSMPVERS.GET_OSFM_RELEASE_VERSION >= '110509' THEN

85:
86: BEGIN
87:
88: /* For 11i9 and above, return */
89: IF WSMPVERS.GET_OSFM_RELEASE_VERSION >= '110509' THEN
90: FND_FILE.put_line(fnd_file.log, 'This program is no longer supported');
91: RETURN;
92: ELSE
93: /* Pre 11i.9 Processor */