DBA Data[Home] [Help]

PACKAGE: APPS.PAY_WC_INFO

Source


1 PACKAGE PAY_WC_INFO AS
2 /* $Header: pyuswcfn.pkh 120.0 2005/05/29 10:13:33 appldev noship $ */
3 --
4 /*
5    ******************************************************************
6    *                                                                *
7    *  Copyright (C) 1996 Oracle Corporation.                        *
8    *  All rights reserved.                                          *
9    *                                                                *
10    *  This material has been provided pursuant to an agreement      *
11    *  containing restrictions on its use.  The material is also     *
12    *  protected by copyright law.  No part of this material may     *
13    *  be copied or distributed, transmitted or transcribed, in      *
14    *  any form or by any means, electronic, mechanical, magnetic,   *
15    *  manual, or otherwise, or disclosed to third parties without   *
16    *  the express written permission of Oracle Corporation,         *
17    *  500 Oracle Parkway, Redwood City, CA, 94065.                  *
18    *                                                                *
19    ******************************************************************
20 
21     Name        : PAY_WC_INFO
22 
23     Description : Called from the Workers Comp Formula.
24 
25     Uses        :
26 
27     Change List
28     -----------
29      Date        Name     Vers    Bug No     Description
30      ----        ----     ------  ------     -----------
31      15-OCT-2000 hmaclean 115.0              Created.
32 
33 */
34 
35 FUNCTION get_wc_carrier(  p_assignment_id IN NUMBER )
36 RETURN NUMBER;
37 
38 END PAY_WC_INFO;