DBA Data[Home] [Help]

APPS.PO_CODE_RELEASE_GRP dependencies on PO_CODE_RELEASE_GRP

Line 1: PACKAGE BODY PO_CODE_RELEASE_GRP AS

1: PACKAGE BODY PO_CODE_RELEASE_GRP AS
2: /* $Header: POXGCRLB.pls 115.1 2003/08/06 02:23:32 bmunagal noship $*/
3:
4: -------------------------------------------------------------------------------
5: --Start of Comments

Line 32: -- IF PO_CODE_RELEASE_GRP.Current_Release >= PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J THEN

28: -- delivered as part of PRC Family Pack, but hidden if the same code
29: -- is delivered as part of a one-off patch, wrap your code in
30: -- the following IF condition.
31: --
32: -- IF PO_CODE_RELEASE_GRP.Current_Release >= PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J THEN
33: --
34: -- END IF
35: --
36: -- The above wrapping should be necessary **only** in the interfaces to new code.

Line 42: -- PO_CODE_RELEASE_GRP.Current_Release >= PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J

38: --
39: --Testing:
40: -- If the instance has 115.0 version, then the below check should be false
41: -- If the instance has 115.1 or higher, then the below check should be true
42: -- PO_CODE_RELEASE_GRP.Current_Release >= PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J
43: --
44: -- Also, at the time of releasing FPJ, verify in ARU system that version 115.1
45: -- of this file is included only by one aru: the final prc-fpj aru
46: --End of Comments

Line 86: END PO_CODE_RELEASE_GRP;

82: Begin
83: Return '11.05.10.00';
84: End PRC_11i_Family_Pack_J;
85:
86: END PO_CODE_RELEASE_GRP;