DBA Data[Home] [Help]

PACKAGE: APPS.GMIPVER

Source


1 package GMIPVER AUTHID CURRENT_USER as
2 /* $Header: GMIPVERS.pls 115.0 2002/08/01 21:48:47 jsrivast noship $          */
3 
4 /* ========================================================
5    This package would be used to ascertain the OPM 11i
6    patchset level.
7    ======================================================== */
8 /* ========================================================
9    This function would be return OPM 11i family pack on the
10    installation .
11    Returns:
12 	   0 -- Base 11i or undetermined
13 	   1 -- 11i.GMI.A
14 	   2--  11i.GMI.B
15 	   3--  11i.GMI.C
16 	   4--  11i.GMI.D
17 	   5--  11i.GMI.E
18 	   6--  11i.GMI.F
19 	   7--  11i.GMI.G
20 	   8--  11i.GMI.H
21 	   9--  11i.GMI.I
22 	  10--  11i.GMI.J
23 	  11--  11i.GMI.K
24 	  12--  11i.GMI.L
25 	  13--  11i.GMI.M
26 	  14--  11i.GMI.N
27 	  15--  11i.GMI.O
28    ======================================================== */
29 
30 FUNCTION get_opm_11i_family_pack RETURN NUMBER;
31 
32 END GMIPVER;