DBA Data[Home] [Help]

APPS.JTF_MSITE_GRP dependencies on JTF_MSITE_GRP

Line 1: PACKAGE BODY JTF_MSite_GRP AS

1: PACKAGE BODY JTF_MSite_GRP AS
2: /* $Header: JTFGMSTB.pls 115.26 2004/07/09 18:50:04 applrt ship $ */
3:
4: master_msite_exists_exception EXCEPTION;
5: store_not_exists_exception exception;

Line 2501: END JTF_Msite_GRP;

2497: from JTF_MSITES_TL T
2498: where T.MSITE_ID = B.MSITE_ID
2499: and T.LANGUAGE = L.LANGUAGE_CODE);
2500: end ADD_LANGUAGE;
2501: END JTF_Msite_GRP;
2502: