DBA Data[Home] [Help]

PACKAGE: APPS.HR_CASH_RULES

Source


1 package hr_cash_rules AUTHID CURRENT_USER as
2 /* $Header: pycshrle.pkh 115.0 99/07/17 05:55:30 porting ship $ */
3 /*
4  ******************************************************************
5  *                                                                *
6  *  Copyright (C) 1993 Oracle Corporation UK Ltd.,                *
7  *                   Chertsey, England.                           *
8  *                                                                *
9  *  All rights reserved.                                          *
10  *                                                                *
11  *  This material has been provided pursuant to an agreement      *
12  *  containing restrictions on its use.  The material is also     *
13  *  protected by copyright law.  No part of this material may     *
14  *  be copied or distributed, transmitted or transcribed, in      *
15  *  any form or by any means, electronic, mechanical, magnetic,   *
16  *  manual, or otherwise, or disclosed to third parties without   *
17  *  the express written permission of Oracle Corporation UK Ltd,  *
18  *  Oracle Park, Bittams Lane, Guildford Road, Chertsey, Surrey,  *
19  *  England.                                                      *
20  *                                                                *
21  ******************************************************************
22 
23  ======================================================================
24 
25 
26  Change List
27  ===========
28 
29  Version Date       Author    ER/CR No. Description of Change
30  -------+---------+----------+---------+-------------------------------
31  3.0     11/03/93  H.MINTON            Added copyright and exit line
32 110.1  19-mar-98   WMcVeagh            Change create or replace 'as' not 'is'
33  ----------------------------------------------------------------------
34 */
35 /*
36  * ---------------------------------------------------------------------------
37    Copyright (c) Oracle Corporation (UK) Ltd 1992.
38    All Rights Reserved.
39   --
40   --
41   PRODUCT
42     Oracle*Payroll
43   NAME
44     hr_cash_rules (hrpca.pkh)
45   NOTES
46      Package available to user for implementation of cash analysis rules.
47   USAGE
48     See hrpca.pkb
49   MODIFIED
50     --
51     amcinnes    28-JAN-1993  Created
52   --
53   ---------------------------------------------------------------------------
54 */
55   procedure user_rule(cash_rule in varchar2);
56   --
57 end hr_cash_rules;