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 168: l_ler_ctfn_rqd := benutils.formula

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

Line 300: l_ctfn_rqd := benutils.formula

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

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

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