DBA Data[Home] [Help]

PACKAGE: APPS.AMS_QP_INS_PVT

Source


1 PACKAGE AMS_QP_INS_PVT AUTHID CURRENT_USER as
2 /* $Header: amsvqiss.pls 115.4 2002/09/12 19:14:58 julou ship $ */
3 
4 -- Start of Comments
5 --
6 -- NAME
7 --   AMS_QP_INS_PVT
8 --
9 -- PURPOSE
10 --   This package is a Private API for creating the Mapping Rules for
11 --   different attributes used by Marketing
12 --
13 --   Procedures and Functions:
14 --     Create_MappingRule (see below for specification)
15 --
16 -- NOTES
17 --
18 --
19 -- HISTORY
20 --   01/26/2000        ptendulk         Created
21 -- End of Comments
22 
23 
24 --------------- start of comments --------------------------
25 -- NAME
26 --    Create_MappingRule
27 --
28 -- USAGE
29 --    This Procedure will map the Attributes by calling
30 --    different QP APIs
31 -- NOTES
32 --
33 -- HISTORY
34 --   01/26/2000        ptendulk            created
35 -- End of Comments
36 --
37 --------------- end of comments ----------------------------
38 PROCEDURE Create_MappingRule ;
39 
40 
41 
42 END AMS_QP_INS_PVT ;