Name
BPEL.BPEL.copy_script — Makes a copy of an existing script
Synopsis
              BPEL.BPEL.copy_script
            (
            | 
                    in 
scp_id
   int
); | 
          
Parameters
scp_id
int the ID of the BPEL script to be copied
Return Types
returns a unique integer identifier for the script copy
Description
                BPEL.BPEL.copy_script
   makes a copy of an existing script and put it in edit mode.
Examples
Example 24.639. Simple example
This will copy a script with identifier equal to 1, the copy have Id equal to 2
	    SQL> select BPEL.BPEL.copy_script (1);
	    unnamed
	    INTEGER
	    _______________________________________________________________________________
	    2
	    1 Rows. -- 1672 msec.