DBA Data[Home] [Help]

PACKAGE: APPS.AS_SALES_GROUP_PVT

Source


1 PACKAGE AS_SALES_GROUP_PVT AUTHID CURRENT_USER as
2 /* $Header: asxvsgrs.pls 115.4 2002/11/06 01:02:08 appldev ship $ */
3 
4 -- Start of Comments
5 --
6 -- NAME
7 --   AS_SALES_GROUP_PVT
8 --
9 -- PURPOSE
10 --   This package is a private API for generic commodity api's that is used
11 --     across OSM.
12 --
13 --   Procedures:
14 --   Get_Sales_groups
15 --
16 --
17 --
18 
19 --
20 -- HISTORY
21 --   7/31/98        ALHUNG            created
22 --
23 -- End of Comments
24 
25 
26 
27 END AS_SALES_GROUP_PVT;