<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />

    <xsl:include href="/app/tools/rps/templates/help/help_layout.xsl" />

    
    <xsl:template name="helpPage">
        <div class="sectionHeader">
            <h1>Help - UK Mechanical Royalty Runs</h1>
    	</div>
        <div class="sectionBody">    
            <div class="section">
                <p>
                    The "UK Mechanicals Royalty Run" page lists mechanical royalty runs that have been completed for MCPS reporting.  This historical listing of runs includes the ability to access details for each run from this page.
                </p>
                
                <img src="/production/images/help/rps/uk_mech/list.gif" />           
                
                <p>
                    High level information concerning each run is provided within this view:
                </p>  

                <dl>
                    <dt># of Statements</dt> 
                    <dd> - The number of statements that are available in a specific royalty run.  By selecting the number in this column the user is taken to the list of statements that are included in the royalty run.</dd>  
                        
                    <dt>Payor</dt>
                    <dd> - The name of the payor for whom the statements where generated.  Note that royalty runs are Payor specific.  All statements contained in a royalty run are associated with the same Payor.</dd>
                        
                    <dt>Reporting Period</dt>
                    <dd> - Notes the quarter and year for the associated royalty run.  This is informational only and is used to help differentiate royalty runs.</dd>                     
                        
                    <dt>Run Date</dt>
                    <dd> - The date that the royalty run was generated.</dd>
                    
                    <dt>Status</dt>
                    <dd> - The status of the royalty run.  The following states can be seen for a royalty run:
                        <ul>
                            <li>Completed – The royalty run successfully completed with no errors. 
                                <ul>
                                    <li>A completed run can be deleted if corrections to data have been made and another run is required.  When deleted, the run will be removed from the system.</li>
                                    <li>A completed run can be invalidated. The run will remain in the system, but cannot be committed.  Note: Changes to UK mechanical related data within the system can only be made if there are no "Completed" runs.</li>
                                    <li>A completed run can be committed.</li>
                                </ul>
                            </li>
                            <li>Committed – The royalty run was committed.  All associated calculations and data are confirmed and set within the application.  Note: committed royalty runs cannot be deleted.</li>
                            <li>Closed –  If a subsequent royalty run is committed, the previous run is automatically closed.  Closed is the final state for a royalty run. </li>
                            <li>Error – Notes that the associated royalty run has an error and statements could not be fully generated.</li>
                            <li>Invalid – Notes that the associated royalty run has been invalidated.  Statements can be viewed when a royalty run is in this state, but the run can only be deleted and is no longer available for being committed as data has changed since it was initially created.</li>
                        </ul>
                    </dd>
                        
                    <dt>Action</dt>
                    <dd> - By selecting the action task within this column, the specific action will be taken against a specific royalty run.
                        <ul>
                            <li>There are currently no actions that the user can take against UK mechanical royalty runs.</li>
                            <li>Contact Client Services to have action taken against a specific royalty run.  Available actions include:
                                <ul>
                                    <li>Delete – Deletes a specific royalty run from the system.  Only completed, error, or invalidated runs can be deleted.</li>
                                    <li>Invalidate – Invalidates a specific royalty run.  The run is kept within the system, but is not allowed to be committed.  This allows a user to make changes to mechanical variables and while referencing the invalidated run.</li>
                                    <li>Commit – Confirms and locks all associated data within the application for the specific royalty run.</li>
                                </ul>
                            </li>
                        </ul>
                    
                    </dd>
                        
                </dl>    	                
                			
                <br class="superBreak" />
    	    </div>
    	</div>
    </xsl:template>
    
    
</xsl:stylesheet>    

