DBA Data[Home] [Help]

APPS.BEN_DETERMINE_CHC_CTFN dependencies on BENUTILS

Line 36: 20-JUL-99 Gperry 115.10 genutils -> benutils package

32: 04 May 99 Shdas 115.7 Added jurisdiction code.
33: 14 May 99 T Guy 115.8 is to as
34: 15 Jul 99 mhoyes 115.9 - Added new trace messages.
35: - Replaced all +0s
36: 20-JUL-99 Gperry 115.10 genutils -> benutils package
37: rename.
38: 20-JUL-99 mhoyes 115.11 Added new trace messages.
39: 30-AUG-99 tguy 115.12 fixed choice object version
40: number problem in get_ecf_ctfn

Line 84: derived inside benutils.formula.

80: 07-Nov-00 mhoyes 115.30 - Phased out main.c_epe.
81: - Referenced comp object loop.
82: 21-NOV-00 jcarpent 115.31 - Close cursor missing.
83: 27-Aug-01 pbodla 115.32 - bug:1949361 jurisdiction code is
84: derived inside benutils.formula.
85: 30-Apr-02 kmahendr 115.33 - Added token to message 91832.
86: 08-Jun-02 pabodla 115.34 Do not select the contingent worker
87: assignment when assignment data is
88: fetched.

Line 170: l_ler_ctfn_rqd := benutils.formula

166: l_write_ctfn := false;
167:
168: if p_ctfn_rqd_when_rl is not null then
169:
170: l_ler_ctfn_rqd := benutils.formula
171: (p_formula_id => p_ctfn_rqd_when_rl,
172: p_effective_date => p_effective_date,
173: p_business_group_id => p_business_group_id,
174: p_assignment_id => p_assignment_id,

Line 302: l_ctfn_rqd := benutils.formula

298: l_create_ctfn := false;
299: --
300: if p_ctfn_rqd_when_rl is not null then
301: --
302: l_ctfn_rqd := benutils.formula
303: (p_formula_id => p_ctfn_rqd_when_rl,
304: p_effective_date => p_effective_date,
305: p_business_group_id => p_business_group_id,
306: p_assignment_id => p_assignment_id,

Line 686: Bug 1949361 : Now the l_jurisdiction_code is derived inside benutils.formula.

682: close c_asg; -- will pass null to formula
683: --
684: g_mode := p_mode;
685: /*
686: Bug 1949361 : Now the l_jurisdiction_code is derived inside benutils.formula.
687: if l_asg.region_2 is not null then
688: --
689: l_jurisdiction_code := pay_mag_utils.lookup_jurisdiction_code
690: (p_state => l_asg.region_2);