DBA Data[Home] [Help]

PACKAGE: APPS.PAY_LEGISLATION_RULES_PKG

Source


1 package pay_legislation_rules_pkg AUTHID CURRENT_USER as
2 /* $Header: pylegrul.pkh 120.0.12010000.1 2008/07/27 23:08:23 appldev ship $*/
3 --
4 /*
5  Copyright (c) Oracle Corporation 1993,1994,1995.  All rights reserved
6 
7 /*
8 
9  Name          : pylegrul.pkh
10  Description   : procedures required fofor check to pay_olegislation_rules
11  Author        : T.Battoo
12  Date Created  : 19-May-1999
13 
14  Change List
15  -----------
16  Date        Name           Vers     Bug No    Description
17  +-----------+--------------+--------+---------+-----------------------+
18  14-MAR-2001 T.Battoo        115.0              created
19  21-DEC-2001 RThirlby        115.2              Added dbdrv lines
20 */
21 
22 
23  function check_leg_rule(rule_type varchar2) return boolean;
24 end;