DBA Data[Home] [Help]

PACKAGE: APPS.CSP_CMERGE_BB4

Source


1 PACKAGE CSP_CMERGE_BB4 AUTHID CURRENT_USER as
2 /* $Header: cscm104s.pls 115.0 99/07/16 08:47:49 porting ship $ */
3 
4 /* This is the main block for merging the cs_templates_interface table.
5    This block calls a merge procedure that in turns call the procedures that will
6    perform the update on cs_templates_interface table. The call sequence is
7    listed below.
8 
9                ---CSP_CMERGE_BB4.MERGE ( table cs_access_control_templates )
10                              |
11                               CS_MERGE_SYS_INSTALL_SITE_ID
12 			      CS_MERGE_SYS_SHIP_USE_ID
13 			      CS_MERGE_CP_INSTALL_SITE_ID
14       			      CS_MERGE_CP_SHIP_SITE_ID
15                               CS_MERGE_CUSTOMER_ID
16                               CS_CHECK_MERGE_DATA
17 
18                       								    */
19 
20   PROCEDURE MERGE ( req_id       IN NUMBER,
21                     set_number   IN NUMBER,
22                     process_mode IN VARCHAR2 );
23 
24   END CSP_CMERGE_BB4;