DBA Data[Home] [Help]

PACKAGE: APPS.AMS_GEN_SUP_LIST_PVT

Source


1 PACKAGE AMS_Gen_Sup_List_PVT AUTHID CURRENT_USER AS
2 /* $Header: amsvspls.pls 115.4 2002/11/22 08:56:21 jieli ship $ */
3 
4 -----------------------------------------------------------
5 -- PACKAGE
6 --    AMS_Gen_Sup_List_PVT
7 --
8 -- PURPOSE
9 --    Private API for Oracle Marketing Party Sources.
10 --
11 -- PROCEDURES
12 
13 --Schedule_Suppression_List
14 
15 --------------------------------------------------------------------
16 -- PROCEDURE
17 --    Schedule_Suppression_List
18 -- PURPOSE
19 --    Used as a concurrent program to schedule generation of all
20 --    suppression lists in the system
21 --------------------------------------------------------------------
22 PROCEDURE Schedule_Suppression_List(
23    errbuf                  OUT NOCOPY   VARCHAR2,
24    retcode                 OUT NOCOPY   NUMBER
25 );
26 
27 
28 END AMS_Gen_Sup_List_PVT;