DBA Data[Home] [Help]

APPS.WSMPVERS dependencies on WSMPVERS

Line 1: PACKAGE BODY WSMPVERS AS

1: PACKAGE BODY WSMPVERS AS
2: /* $Header: WSMVERSB.pls 120.1 2005/06/29 03:37:05 mprathap noship $ */
3:
4: function get_osfm_release_version RETURN VARCHAR2
5: IS

Line 29: -- if WSMPVERS.get_osfm_release_version >= '110508' then

25: -- functionally control execution of your code.
26: --
27: -- Example:
28: -- If your code is released in Pack H, then you would check
29: -- if WSMPVERS.get_osfm_release_version >= '110508' then
30: --
31: -- end if;
32: --
33: */

Line 43: END WSMPVERS;

39: Begin
40: Return osfm_current_code_version;
41: End get_osfm_release_version;
42:
43: END WSMPVERS;