DBA Data[Home] [Help]

PACKAGE: APPS.CSP_CMERGE_BB7

Source


1 PACKAGE CSP_CMERGE_BB7 AUTHID CURRENT_USER as
2 /* $Header: cscm107s.pls 115.0 99/07/16 08:48:07 porting ship $ */
3 
4 /* This is the main block for merging the cs_repairs table.
5    This block calls a merge procedure that in turns call the procedures that will
6    perform the update on cs_repairs. The call sequence is
7    listed below.
8 
9                ---CSP_CMERGE_BB7.MERGE ( table cs_repairs )
10                              |
11                               CS_MERGE_CUSTOMER_ID
12 
13                       								    */
14 
15   PROCEDURE MERGE ( req_id       IN NUMBER,
16                     set_number   IN NUMBER,
17                     process_mode IN VARCHAR2 );
18 
19   END CSP_CMERGE_BB7;