DBA Data[Home] [Help]

PACKAGE: APPS.EGO_ITEM_CATALOG_PVT

Source


1 PACKAGE EGO_ITEM_CATALOG_PVT AUTHID CURRENT_USER AS
2 /* $Header: EGOVCAGS.pls 120.1 2005/06/29 00:25:58 lkapoor noship $ */
3 
4 /* Private API for processing catalog groups
5 ** Applications should not call this catalog group api directly.
6 ** return_status: this is returned by the api to indicate the success/failure of the call
7 ** msg_count: this is returned by the api to indicate the number of message logged for this
8 ** call.
9 **
10 */
11 
12 Procedure Process_Catalog_Groups
13 (  x_return_status           OUT NOCOPY VARCHAR2
14  , x_msg_count               OUT NOCOPY NUMBER
15  );
16 
17 END EGO_ITEM_CATALOG_PVT;