DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BENUTILS

Line 57: 28 Jul 99 tmathers 115.18 genutils to benutils.

53: Added a rule call for enrt_cvg_strt_dt_rl.
54: 08 May 99 jcarpent 115.16 Check ('VOIDD', 'BCKDT') for pil stat cd
55: 06 Jun 99 stee 115.17 Check for datetrack mode before
56: updating dependent.
57: 28 Jul 99 tmathers 115.18 genutils to benutils.
58: 06 Aug 99 mhoyes 115.19 - Added new trace messages.
59: 10 Aug 99 gperry 115.20 Removed global references to
60: g_cache_person.
61: 24 Aug 99 maagrawa 115.21 Changes related to breaking of

Line 157: derived inside benutils.formula.

153: in the call to ben_determine_date.main procedure
154: 05 Jan 01 kmahendr 115.59 Added per_in_ler_id column in the cursor to fetch active
155: life event
156: 27 Aug 01 tilak 115.61 bug:1949361 jurisdiction code is
157: derived inside benutils.formula.
158: 18 nov 01 tjesumic 115.62 cwb changes
159: 20 dec 01 ikasire 115.63 added dbdrv lines
160: 22 jan 02 mhoyes 115.64 - Added p_per_in_ler_id and p_opt_id to
161: call to get_elig_dpnt_rec.

Line 215: benutils.formula for ler_chg_dpnt_cvg_rl in procedure main

211: 26-May-06 bmanyam 115.92 5100008 - EGD elig_thru_dt is the
212: date eligibility is lost. Previously the elig_thru_dt
213: was updated with PDP cvg_thru_dt.
214: 28-Jun-06 swjain 115.94 5331889 - Added person_id as param in call to
215: benutils.formula for ler_chg_dpnt_cvg_rl in procedure main
216: 15-Sep-06 rgajula 115.95 Bug 5529902: In the cursor c_dsgn
217: if mx_dpnts_alwd_num is NULL, consider unlimited designees can be assigned.
218: 02-Apr-07 swjain 115.96 Bug 5936849 : Set L_ENV.MODE_CD using benutils
219: if not available through benenvir

Line 218: 02-Apr-07 swjain 115.96 Bug 5936849 : Set L_ENV.MODE_CD using benutils

214: 28-Jun-06 swjain 115.94 5331889 - Added person_id as param in call to
215: benutils.formula for ler_chg_dpnt_cvg_rl in procedure main
216: 15-Sep-06 rgajula 115.95 Bug 5529902: In the cursor c_dsgn
217: if mx_dpnts_alwd_num is NULL, consider unlimited designees can be assigned.
218: 02-Apr-07 swjain 115.96 Bug 5936849 : Set L_ENV.MODE_CD using benutils
219: if not available through benenvir
220: 01-Oct-09 krupani 115.97 Bug 7481099: Corrected the fix done against bug 4287999
221: 08-Mar-10 sagnanas 115.98 Bug 9443647 - Corrected the fix done against bug 4287999
222: */

Line 224: g_rec benutils.g_batch_dpnt_rec;

220: 01-Oct-09 krupani 115.97 Bug 7481099: Corrected the fix done against bug 4287999
221: 08-Mar-10 sagnanas 115.98 Bug 9443647 - Corrected the fix done against bug 4287999
222: */
223: --------------------------------------------------------------------------------
224: g_rec benutils.g_batch_dpnt_rec;
225: g_cvg_thru_dt date := null;
226: g_mnanrd_condition boolean:=false;
227: --
228: --

Line 687: l_benmngle_parm_rec benutils.g_batch_param_rec; /* Bug 5936849 */

683: l_elig_per_elctbl_chc_id number;
684: l_per_in_ler_id number;
685:
686: l_env ben_env_object.g_global_env_rec_type;
687: l_benmngle_parm_rec benutils.g_batch_param_rec; /* Bug 5936849 */
688: l_effective_date date ;
689: l_contact_date_end date;
690: --
691: begin

Line 958: l_outputs := benutils.formula

954: --end if ;
955: --
956: end if;
957: --
958: l_outputs := benutils.formula
959: (p_formula_id => l_ler_chg_dep.ler_chg_dpnt_cvg_rl,
960: p_effective_date => nvl(p_lf_evt_ocrd_dt,p_effective_date),
961: p_assignment_id => l_ass_rec.assignment_id,
962: p_organization_id => l_ass_rec.organization_id,

Line 1294: benutils.write(p_rec => g_rec);

1290: g_rec.dpnt_person_id := l_contact.contact_person_id;
1291: g_rec.business_group_id := p_business_group_id;
1292: g_rec.effective_date := p_effective_date;
1293: --
1294: benutils.write(p_rec => g_rec);
1295: --
1296: hr_utility.set_location (' Elig Y BED_GEPID '||l_proc,90);
1297: if p_elig_per_id is not null
1298: then

Line 1331: benutils.get_batch_parameters(p_benefit_action_id => l_env.benefit_action_id,

1327: --
1328: if l_env.mode_cd is null
1329: then
1330: --
1331: benutils.get_batch_parameters(p_benefit_action_id => l_env.benefit_action_id,
1332: p_rec => l_benmngle_parm_rec
1333: );
1334: --
1335: hr_utility.set_location('ACE l_benmngle_parm_rec.mode_cd = ' || l_benmngle_parm_rec.mode_cd, 9999);