DBA Data[Home] [Help]

PACKAGE: APPS.BEN_RULES

Source


1 package ben_rules as
2 /*$Header: benrules.pkh 120.1.12000000.1 2007/01/19 18:59:28 appldev ship $*/
3 --
4 /*
5 History
6   Version Date       Author     Comment
7   -------+----------+----------+---------------------------------------------
8   115.0   08-Sep-99  maagrawa   Created.
9   115.3   30-Jun-06  swjain     Added ler_id in chk_person_selection
10   ----------------------------------------------------------------------------
11 */
12 
13 function chk_person_selection
14     (p_person_selection_rule_id in number,
15      p_person_id                in number,
16      p_business_group_id        in number,
17      p_effective_date           in date,
18      p_ler_id                   in number) return boolean;
19 
20 function chk_comp_object_selection
21            (p_oipl_id                  in number,
22             p_pl_id                    in number,
23             p_pgm_id                   in number,
24             p_pl_typ_id                in number,
25             p_opt_id                   in number,
26             p_business_group_id        in number,
27             p_comp_selection_rule_id   in number,
28             p_effective_date           in date) return boolean;
29 
30 end ben_rules;