DBA Data[Home] [Help]

PACKAGE: APPS.WSH_CUST_MERGE

Source


1 PACKAGE WSH_CUST_MERGE as
2 /* $Header: WSHCMRGS.pls 120.0.12000000.1 2007/01/16 05:42:50 appldev ship $ */
3 
4 --
5 --
6 --  Procedure:		Merge
7 --  Description:	New code to merge customer and site information
8 --                      throughout WSH.  This is the main procedure for
9 --                      customer merge for WSH, which calls all other internal
10 --                      procedures for customer merge based on the functional
11 --                      areas.
12 --  Usage:		Called by TCA's Customer Merge.
13 
14 PROCEDURE Merge(Req_Id IN NUMBER, Set_Num IN NUMBER, Process_Mode IN VARCHAR2 );
15 
16 END WSH_CUST_MERGE;
17