DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on BENUTILS

Line 59: 20-JUL-99 Gperry 115.19 genutils -> benutils package rename.

55: 15-JUL-99 mhoyes 115.16 - Added new trace messages.
56: 15-JUL-99 pbodla 115.18 - This is a leap frog : as there a alias error
57: (ler.ler_id instead of ptn.ler_id)
58: in dynamic SQL at open c_person_life
59: 20-JUL-99 Gperry 115.19 genutils -> benutils package rename.
60: 03-AUG-99 Gperry 115.20 performance enhancements.
61: 31-AUG-99 Gperry 115.21 Changed ben_ptnl_ler_for_per cursor
62: to look for all statuses apart from
63: PROCD and VOIDD.

Line 72: p_business_group_id added to benutils.formula

68: WWBUG 1096828.
69: ler_id bind was not working for life
70: event mode, was defaulting to 0.
71: 18-JAN-00 pbodla 115.24 Fixed bug 4146(WWBUG 1120687)
72: p_business_group_id added to benutils.formula
73: call.
74: 03-Apr-00 mmogel 115.25 Added tokens to BEN_91329_FORMULA_
75: RETURN message
76: 21-Jun-00 mhoyes 115.26 - Modified create_life_person_actions

Line 193: benutils.get_assignment_id(p_person_id=> p_person_id

189: --
190: ELSE
191: --
192: l_assignment_id :=
193: benutils.get_assignment_id(p_person_id=> p_person_id
194: ,p_business_group_id => p_business_group_id
195: ,p_effective_date => p_effective_date);
196: --
197: if l_assignment_id is null

Line 204: benutils.formula(p_formula_id=> p_person_selection_rule_id

200: end if ;
201: --
202:
203: l_outputs :=
204: benutils.formula(p_formula_id=> p_person_selection_rule_id
205: ,p_effective_date => p_effective_date
206: ,p_business_group_id => p_business_group_id
207: ,p_assignment_id => l_assignment_id
208: ,p_param1 => 'BEN_IV_PERSON_ID' -- Bug 5331889