DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on HR_UTILITY

Line 218: g_debug := hr_utility.debug_enabled;

214: l_pln_rec ben_pl_f%rowtype;
215: l_all_inelig varchar2(1);
216: begin
217: --
218: g_debug := hr_utility.debug_enabled;
219: --
220: if g_debug then
221: hr_utility.set_location('Entering :'||l_proc,10);
222: end if;

Line 221: hr_utility.set_location('Entering :'||l_proc,10);

217: --
218: g_debug := hr_utility.debug_enabled;
219: --
220: if g_debug then
221: hr_utility.set_location('Entering :'||l_proc,10);
222: end if;
223:
224: l_all_inelig := 'N';
225: g_inelg_rsn_cd := NULL;

Line 277: hr_utility.set_location('PGM_ID '||p_pgm_id,12);

273: --
274: if p_pgm_id is not null then
275: --
276: if g_debug then
277: hr_utility.set_location('PGM_ID '||p_pgm_id,12);
278: end if;
279: --
280: l_pgm_rec := ben_cobj_cache.g_pgm_currow;
281: --

Line 285: hr_utility.set_location('PL_ID '||p_pl_id,14);

281: --
282: elsif p_pl_id is not null then
283: --
284: if g_debug then
285: hr_utility.set_location('PL_ID '||p_pl_id,14);
286: end if;
287: --
288: l_pl_rec := ben_cobj_cache.g_pl_currow;
289: --

Line 293: hr_utility.set_location('OIPL_ID '||p_oipl_id,16);

289: --
290: elsif p_oipl_id is not null then
291: --
292: if g_debug then
293: hr_utility.set_location('OIPL_ID '||p_oipl_id,16);
294: end if;
295: --
296: l_oipl_rec := ben_cobj_cache.g_oipl_currow;
297: --

Line 301: hr_utility.set_location('PLIP_ID '||p_plip_id,18);

297: --
298: elsif p_plip_id is not null then
299: --
300: if g_debug then
301: hr_utility.set_location('PLIP_ID '||p_plip_id,18);
302: end if;
303: --
304: l_plip_rec := ben_cobj_cache.g_plip_currow;
305: --

Line 309: hr_utility.set_location('PTIP_ID '||p_ptip_id,20);

305: --
306: elsif p_ptip_id is not null then
307: --
308: if g_debug then
309: hr_utility.set_location('PTIP_ID '||p_ptip_id,20);
310: end if;
311: --
312: l_ptip_rec := ben_cobj_cache.g_ptip_currow;
313: --

Line 317: hr_utility.set_location('l_pl_typ_id : '|| l_pl_typ_id ,16871);

313: --
314: end if;
315: --
316: if g_debug then
317: hr_utility.set_location('l_pl_typ_id : '|| l_pl_typ_id ,16871);
318: end if;
319: --
320: -- Check parent eligibility
321: --

Line 323: hr_utility.set_location(l_proc||' Parent elig ',10);

319: --
320: -- Check parent eligibility
321: --
322: if g_debug then
323: hr_utility.set_location(l_proc||' Parent elig ',10);
324: end if;
325: --
326: if p_ptip_id is not null
327: and p_par_elig_state.elig_for_pgm_flag = 'N'

Line 404: hr_utility.set_location(l_proc||' Part Ovr ',10);

400: -- the elig per participation override flag is on and the effective date is
401: -- less than (or equal to) the participation override thru date
402: --
403: if g_debug then
404: hr_utility.set_location(l_proc||' Part Ovr ',10);
405: end if;
406: --
407: if p_pgm_id is not null then
408: --

Line 632: hr_utility.set_location(l_proc||' Before profile loop',22);

628: end if;
629: --
630: -- Check if program, plan or option has an eligibility profile
631: if g_debug then
632: hr_utility.set_location(l_proc||' Before profile loop',22);
633: end if;
634: --
635: -- Check life event eligibility. If a life event is specified and
636: -- elig_inelig_code =

Line 644: hr_utility.set_location('l_all_inelig '||l_all_inelig,22);

640: --
641:
642: /* Bug 12558830: If ALL_INELIG flag is 'Y' for the comp object(Plan,Program,PLIP,PTIP,OIPL) at a particular level,
643: then Participant should be ineligible for the comp object irrespective whether ineligible for the Life Event or Eligibility profile*/
644: hr_utility.set_location('l_all_inelig '||l_all_inelig,22);
645: if( nvl(l_all_inelig,'N') = 'Y') then
646: g_inelg_rsn_cd := 'ALLINELIG';
647: fnd_message.set_name('BEN','BEN_92303_LIFE_EVENT_NOT_ELIG');
648: raise g_not_eligible;

Line 669: hr_utility.set_location('p_pl_id '||p_pl_id,24);

665: -- (e.g. eligible for dependent only coverage in an HMO if dependent
666: -- lives in service area and participant is full time).
667: -- Only check for plan, plip and oipl.
668: if g_debug then
669: hr_utility.set_location('p_pl_id '||p_pl_id,24);
670: hr_utility.set_location('p_oipl_id '||p_oipl_id,24);
671: hr_utility.set_location('p_pgm_id '||p_comp_obj_tree_row.par_pgm_id,24);
672: end if;
673: --BUG 4055771

Line 670: hr_utility.set_location('p_oipl_id '||p_oipl_id,24);

666: -- lives in service area and participant is full time).
667: -- Only check for plan, plip and oipl.
668: if g_debug then
669: hr_utility.set_location('p_pl_id '||p_pl_id,24);
670: hr_utility.set_location('p_oipl_id '||p_oipl_id,24);
671: hr_utility.set_location('p_pgm_id '||p_comp_obj_tree_row.par_pgm_id,24);
672: end if;
673: --BUG 4055771
674: ben_env_object.get(p_rec => l_env_rec);

Line 671: hr_utility.set_location('p_pgm_id '||p_comp_obj_tree_row.par_pgm_id,24);

667: -- Only check for plan, plip and oipl.
668: if g_debug then
669: hr_utility.set_location('p_pl_id '||p_pl_id,24);
670: hr_utility.set_location('p_oipl_id '||p_oipl_id,24);
671: hr_utility.set_location('p_pgm_id '||p_comp_obj_tree_row.par_pgm_id,24);
672: end if;
673: --BUG 4055771
674: ben_env_object.get(p_rec => l_env_rec);
675: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id

Line 680: hr_utility.set_location(l_proc||' Family mem stuff ',10);

676: ,p_rec => l_benmngle_parm_rec);
677: --
678: -- BUG 4055771 l_env.mode_cd Never got initialized
679: if g_debug then
680: hr_utility.set_location(l_proc||' Family mem stuff ',10);
681: end if;
682: --
683: if (p_pl_id is not null
684: or p_oipl_id is not null) and NVL(l_benmngle_parm_rec.mode_cd,'X') not in ('I','D') -- BUG 4055771

Line 694: hr_utility.set_location('p_par_pgm_id '||p_comp_obj_tree_row.par_pgm_id,25);

690: -- that will take precedence over lower levels.
691: -- If vrfy_fmly_mmbr_cd is defined at ler level for
692: -- a comp object that will take precedence.
693: if g_debug then
694: hr_utility.set_location('p_par_pgm_id '||p_comp_obj_tree_row.par_pgm_id,25);
695: hr_utility.set_location('p_par_ptip_id '||p_comp_obj_tree_row.par_ptip_id,25);
696: hr_utility.set_location('p_par_plip_id '||p_comp_obj_tree_row.par_plip_id,25);
697: hr_utility.set_location('p_par_pl_id '||p_comp_obj_tree_row.par_pl_id,25);
698: hr_utility.set_location('l_pl_name '||l_pl_rec.name,26);

Line 695: hr_utility.set_location('p_par_ptip_id '||p_comp_obj_tree_row.par_ptip_id,25);

691: -- If vrfy_fmly_mmbr_cd is defined at ler level for
692: -- a comp object that will take precedence.
693: if g_debug then
694: hr_utility.set_location('p_par_pgm_id '||p_comp_obj_tree_row.par_pgm_id,25);
695: hr_utility.set_location('p_par_ptip_id '||p_comp_obj_tree_row.par_ptip_id,25);
696: hr_utility.set_location('p_par_plip_id '||p_comp_obj_tree_row.par_plip_id,25);
697: hr_utility.set_location('p_par_pl_id '||p_comp_obj_tree_row.par_pl_id,25);
698: hr_utility.set_location('l_pl_name '||l_pl_rec.name,26);
699: end if;

Line 696: hr_utility.set_location('p_par_plip_id '||p_comp_obj_tree_row.par_plip_id,25);

692: -- a comp object that will take precedence.
693: if g_debug then
694: hr_utility.set_location('p_par_pgm_id '||p_comp_obj_tree_row.par_pgm_id,25);
695: hr_utility.set_location('p_par_ptip_id '||p_comp_obj_tree_row.par_ptip_id,25);
696: hr_utility.set_location('p_par_plip_id '||p_comp_obj_tree_row.par_plip_id,25);
697: hr_utility.set_location('p_par_pl_id '||p_comp_obj_tree_row.par_pl_id,25);
698: hr_utility.set_location('l_pl_name '||l_pl_rec.name,26);
699: end if;
700: --

Line 697: hr_utility.set_location('p_par_pl_id '||p_comp_obj_tree_row.par_pl_id,25);

693: if g_debug then
694: hr_utility.set_location('p_par_pgm_id '||p_comp_obj_tree_row.par_pgm_id,25);
695: hr_utility.set_location('p_par_ptip_id '||p_comp_obj_tree_row.par_ptip_id,25);
696: hr_utility.set_location('p_par_plip_id '||p_comp_obj_tree_row.par_plip_id,25);
697: hr_utility.set_location('p_par_pl_id '||p_comp_obj_tree_row.par_pl_id,25);
698: hr_utility.set_location('l_pl_name '||l_pl_rec.name,26);
699: end if;
700: --
701: if p_comp_obj_tree_row.par_pgm_id is not null

Line 698: hr_utility.set_location('l_pl_name '||l_pl_rec.name,26);

694: hr_utility.set_location('p_par_pgm_id '||p_comp_obj_tree_row.par_pgm_id,25);
695: hr_utility.set_location('p_par_ptip_id '||p_comp_obj_tree_row.par_ptip_id,25);
696: hr_utility.set_location('p_par_plip_id '||p_comp_obj_tree_row.par_plip_id,25);
697: hr_utility.set_location('p_par_pl_id '||p_comp_obj_tree_row.par_pl_id,25);
698: hr_utility.set_location('l_pl_name '||l_pl_rec.name,26);
699: end if;
700: --
701: if p_comp_obj_tree_row.par_pgm_id is not null
702: then

Line 733: hr_utility.set_location('l_ptip level '||l_vrfy_fmly_mmbr_cd,26);

729: l_vrfy_fmly_mmbr_rl := l_par_ptip_rec.vrfy_fmly_mmbr_rl;
730: end if;
731: --
732: if g_debug then
733: hr_utility.set_location('l_ptip level '||l_vrfy_fmly_mmbr_cd,26);
734: end if;
735: end if;
736: --
737: if l_vrfy_fmly_mmbr_cd is null and

Line 753: -- hr_utility.set_location('l_plip level '||l_vrfy_fmly_mmbr_cd,26);

749: --
750: l_vrfy_fmly_mmbr_cd := l_par_plip_rec.vrfy_fmly_mmbr_cd;
751: l_vrfy_fmly_mmbr_rl := l_par_plip_rec.vrfy_fmly_mmbr_rl;
752: end if;
753: -- hr_utility.set_location('l_plip level '||l_vrfy_fmly_mmbr_cd,26);
754: --
755: end if;
756: --
757: if l_vrfy_fmly_mmbr_cd is null and

Line 777: hr_utility.set_location('l_pl level '||l_vrfy_fmly_mmbr_cd,26);

773: l_vrfy_fmly_mmbr_rl := l_par_pl_rec.vrfy_fmly_mmbr_rl;
774: end if;
775: --
776: if g_debug then
777: hr_utility.set_location('l_pl level '||l_vrfy_fmly_mmbr_cd,26);
778: end if;
779: end if;
780: --
781: if p_pl_id is not null then

Line 792: hr_utility.set_location(l_proc||' oipl NN ',28);

788: l_dpnt_pl_id := p_pl_id;
789: --
790: elsif p_oipl_id is not null then
791: if g_debug then
792: hr_utility.set_location(l_proc||' oipl NN ',28);
793: hr_utility.set_location(' vrfy fmly mmbr cd from ben_elig_to_prte_rsn_f '
794: || l_elig_to_prte_rsn_row.vrfy_fmly_mmbr_cd ,29);
795: end if;
796: --

Line 793: hr_utility.set_location(' vrfy fmly mmbr cd from ben_elig_to_prte_rsn_f '

789: --
790: elsif p_oipl_id is not null then
791: if g_debug then
792: hr_utility.set_location(l_proc||' oipl NN ',28);
793: hr_utility.set_location(' vrfy fmly mmbr cd from ben_elig_to_prte_rsn_f '
794: || l_elig_to_prte_rsn_row.vrfy_fmly_mmbr_cd ,29);
795: end if;
796: --
797: if l_vrfy_fmly_mmbr_cd is null then

Line 829: hr_utility.set_location(l_proc||' Ver FM Code ',10);

825: -- Check verify family member code. CDR - Check
826: -- Designation requirements.
827: --
828: if g_debug then
829: hr_utility.set_location(l_proc||' Ver FM Code ',10);
830: hr_utility.set_location(' l_vrfy_fmly_mmbr_cd ' || l_vrfy_fmly_mmbr_cd , 25 );
831: end if;
832: --
833: if l_vrfy_fmly_mmbr_cd = 'CDR' then

Line 830: hr_utility.set_location(' l_vrfy_fmly_mmbr_cd ' || l_vrfy_fmly_mmbr_cd , 25 );

826: -- Designation requirements.
827: --
828: if g_debug then
829: hr_utility.set_location(l_proc||' Ver FM Code ',10);
830: hr_utility.set_location(' l_vrfy_fmly_mmbr_cd ' || l_vrfy_fmly_mmbr_cd , 25 );
831: end if;
832: --
833: if l_vrfy_fmly_mmbr_cd = 'CDR' then
834: --

Line 876: hr_utility.set_location(l_proc||' formula ',30);

872: end if;
873: */
874: --
875: if g_debug then
876: hr_utility.set_location(l_proc||' formula ',30);
877: end if;
878: --
879: l_outputs := benutils.formula
880: (p_formula_id => l_vrfy_fmly_mmbr_rl,

Line 907: hr_utility.set_location('l_per_cvrd_cd '||l_per_cvrd_cd,32);

903: --
904: end if;
905: --
906: if g_debug then
907: hr_utility.set_location('l_per_cvrd_cd '||l_per_cvrd_cd,32);
908: hr_utility.set_location(l_proc||' PCVRDCD',32);
909: end if;
910: --
911: if l_per_cvrd_cd in ('PRTTDPNT', 'DPNTELIG') or

Line 908: hr_utility.set_location(l_proc||' PCVRDCD',32);

904: end if;
905: --
906: if g_debug then
907: hr_utility.set_location('l_per_cvrd_cd '||l_per_cvrd_cd,32);
908: hr_utility.set_location(l_proc||' PCVRDCD',32);
909: end if;
910: --
911: if l_per_cvrd_cd in ('PRTTDPNT', 'DPNTELIG') or
912: l_vrfy_fmly_mmbr_cd = 'CDR' then

Line 935: hr_utility.set_location(l_proc||' Contact loop ',10);

931: --
932: l_ctr_count := 0;
933: --
934: if g_debug then
935: hr_utility.set_location(l_proc||' Contact loop ',10);
936: end if;
937: --
938: for l_ctr_rec in c_get_contacts
939: loop

Line 944: hr_utility.set_location('BEDEP_MN :'||l_proc,34);

940: --
941: -- Call dependent eligibility
942: --
943: if g_debug then
944: hr_utility.set_location('BEDEP_MN :'||l_proc,34);
945: end if;
946: --
947: ben_evaluate_dpnt_elg_profiles.main
948: (p_contact_relationship_id => l_ctr_rec.contact_relationship_id

Line 962: hr_utility.set_location('Dn BEDEP_MN :'||l_proc,36);

958: ,p_dependent_eligible_flag => l_dependent_elig_flag
959: ,p_dpnt_inelig_rsn_cd => l_dpnt_inelig_rsn_cd
960: );
961: if g_debug then
962: hr_utility.set_location('Dn BEDEP_MN :'||l_proc,36);
963: end if;
964: --
965: -- Load dependent data into a plsql table to check
966: -- for designation requirements.

Line 994: hr_utility.set_location('BEN_92255_DPNT_NOT_ELIG: from check_dsgn_rqmts',38);

990: ,p_dpnt_elig_flag => l_dpnt_elig_flag);
991: --
992: if l_dpnt_elig_flag = 'N' then
993: if g_debug then
994: hr_utility.set_location('BEN_92255_DPNT_NOT_ELIG: from check_dsgn_rqmts',38);
995: end if;
996: g_inelg_rsn_cd := 'DLG';
997: fnd_message.set_name('BEN','BEN_92255_DPNT_NOT_ELIG');
998: raise g_not_eligible;

Line 1022: hr_utility.set_location('PGM_ID '||p_pgm_id,44);

1018: --
1019: -- Get eligibility profile details for the business group, plan or
1020: -- program or option combination as of the process date
1021: if g_debug then
1022: hr_utility.set_location('PGM_ID '||p_pgm_id,44);
1023: hr_utility.set_location('PL_ID '||p_pl_id,44);
1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);
1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);
1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);

Line 1023: hr_utility.set_location('PL_ID '||p_pl_id,44);

1019: -- Get eligibility profile details for the business group, plan or
1020: -- program or option combination as of the process date
1021: if g_debug then
1022: hr_utility.set_location('PGM_ID '||p_pgm_id,44);
1023: hr_utility.set_location('PL_ID '||p_pl_id,44);
1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);
1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);
1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);
1027: hr_utility.set_location(l_proc||' Before Cache call',44);

Line 1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);

1020: -- program or option combination as of the process date
1021: if g_debug then
1022: hr_utility.set_location('PGM_ID '||p_pgm_id,44);
1023: hr_utility.set_location('PL_ID '||p_pl_id,44);
1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);
1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);
1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);
1027: hr_utility.set_location(l_proc||' Before Cache call',44);
1028: hr_utility.set_location('p_pil_row.per_in_ler_id '||p_pil_row.per_in_ler_id,44);

Line 1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);

1021: if g_debug then
1022: hr_utility.set_location('PGM_ID '||p_pgm_id,44);
1023: hr_utility.set_location('PL_ID '||p_pl_id,44);
1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);
1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);
1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);
1027: hr_utility.set_location(l_proc||' Before Cache call',44);
1028: hr_utility.set_location('p_pil_row.per_in_ler_id '||p_pil_row.per_in_ler_id,44);
1029: end if;

Line 1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);

1022: hr_utility.set_location('PGM_ID '||p_pgm_id,44);
1023: hr_utility.set_location('PL_ID '||p_pl_id,44);
1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);
1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);
1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);
1027: hr_utility.set_location(l_proc||' Before Cache call',44);
1028: hr_utility.set_location('p_pil_row.per_in_ler_id '||p_pil_row.per_in_ler_id,44);
1029: end if;
1030: --

Line 1027: hr_utility.set_location(l_proc||' Before Cache call',44);

1023: hr_utility.set_location('PL_ID '||p_pl_id,44);
1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);
1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);
1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);
1027: hr_utility.set_location(l_proc||' Before Cache call',44);
1028: hr_utility.set_location('p_pil_row.per_in_ler_id '||p_pil_row.per_in_ler_id,44);
1029: end if;
1030: --
1031: if not ben_evaluate_elig_profiles.eligible

Line 1028: hr_utility.set_location('p_pil_row.per_in_ler_id '||p_pil_row.per_in_ler_id,44);

1024: hr_utility.set_location('OIPL_ID '||p_oipl_id,44);
1025: hr_utility.set_location('PLIP_ID '||p_plip_id,44);
1026: hr_utility.set_location('PTIP_ID '||p_ptip_id,44);
1027: hr_utility.set_location(l_proc||' Before Cache call',44);
1028: hr_utility.set_location('p_pil_row.per_in_ler_id '||p_pil_row.per_in_ler_id,44);
1029: end if;
1030: --
1031: if not ben_evaluate_elig_profiles.eligible
1032: (p_person_id => p_person_id

Line 1061: hr_utility.set_location('before rules: '||l_proc,72);

1057: -- determine further eligibility based upon the rules associated
1058: -- with participation eligibility
1059: --
1060: if g_debug then
1061: hr_utility.set_location('before rules: '||l_proc,72);
1062: end if;
1063: --
1064: ben_elig_rl_cache.get_elig_rl_cache
1065: (p_pgm_id => p_pgm_id

Line 1077: hr_utility.set_location(l_proc||' done rules: ',74);

1073: ,p_inst_set => l_inst_set
1074: ,p_inst_count => l_elig_rl_cnt
1075: );
1076: if g_debug then
1077: hr_utility.set_location(l_proc||' done rules: ',74);
1078: hr_utility.set_location('Number of rules : ' || l_inst_set.count, 74);
1079: end if;
1080: --
1081: if l_elig_rl_cnt > 0 then

Line 1078: hr_utility.set_location('Number of rules : ' || l_inst_set.count, 74);

1074: ,p_inst_count => l_elig_rl_cnt
1075: );
1076: if g_debug then
1077: hr_utility.set_location(l_proc||' done rules: ',74);
1078: hr_utility.set_location('Number of rules : ' || l_inst_set.count, 74);
1079: end if;
1080: --
1081: if l_elig_rl_cnt > 0 then
1082: --

Line 1135: hr_utility.set_location('Fetch pl_typ_id from cache p_ptip_id ' || p_ptip_id, 75);

1131: --
1132: if (p_ptip_id IS NOT NULL) THEN
1133: -- 5482868 Find pl_typ_id for PTIP records
1134: if g_debug then
1135: hr_utility.set_location('Fetch pl_typ_id from cache p_ptip_id ' || p_ptip_id, 75);
1136: end if;
1137: --
1138: BEN_COMP_OBJECT.get_object(p_ptip_id => p_ptip_id, p_rec => l_ctp_rec);
1139: elsif (p_plip_id IS NOT NULL)

Line 1236: hr_utility.set_location('Leaving: '||l_proc,99);

1232: raise g_eligible;
1233: --
1234: end if; -- elig_apls_flag
1235: if g_debug then
1236: hr_utility.set_location('Leaving: '||l_proc,99);
1237: end if;
1238: --
1239: exception
1240: --

Line 1245: hr_utility.set_location(l_proc||' Exc g_eligible ',800);

1241: when g_eligible then
1242: --
1243: -- benutils.write(p_text => 'BENDETEL g_eligible ');
1244: if g_debug then
1245: hr_utility.set_location(l_proc||' Exc g_eligible ',800);
1246: end if;
1247: --
1248: -- Set out parameters
1249: --

Line 1264: hr_utility.set_location(l_proc||' BU_WRITE g_eligible ',812);

1260: g_rec.business_group_id := p_business_group_id;
1261: g_rec.effective_date := p_effective_date;
1262: --
1263: if g_debug then
1264: hr_utility.set_location(l_proc||' BU_WRITE g_eligible ',812);
1265: end if;
1266: --
1267: benutils.write(p_rec => g_rec);
1268: benutils.write(p_text => ben_manage_life_events.g_output_string);

Line 1272: hr_utility.set_location(l_proc||' BDE_CPE g_eligible ',814);

1268: benutils.write(p_text => ben_manage_life_events.g_output_string);
1269: ben_manage_life_events.g_output_string := null;
1270: --
1271: if g_debug then
1272: hr_utility.set_location(l_proc||' BDE_CPE g_eligible ',814);
1273: hr_utility.set_location('AGE VAL in CPE'||p_comp_rec.age_val,814);
1274: end if;
1275: --
1276: --

Line 1273: hr_utility.set_location('AGE VAL in CPE'||p_comp_rec.age_val,814);

1269: ben_manage_life_events.g_output_string := null;
1270: --
1271: if g_debug then
1272: hr_utility.set_location(l_proc||' BDE_CPE g_eligible ',814);
1273: hr_utility.set_location('AGE VAL in CPE'||p_comp_rec.age_val,814);
1274: end if;
1275: --
1276: --
1277: ben_determine_eligibility2.check_prev_elig

Line 1311: hr_utility.set_location(l_proc||' Dn Exc g_eligible ',816);

1307: );
1308: --
1309: --
1310: if g_debug then
1311: hr_utility.set_location(l_proc||' Dn Exc g_eligible ',816);
1312: end if;
1313: --
1314: when g_not_eligible then
1315: --

Line 1318: hr_utility.set_location(l_proc||' Exc g_not_eligible ',818);

1314: when g_not_eligible then
1315: --
1316: -- benutils.write(p_text => 'BENDETEL g_not_eligible ');
1317: if g_debug then
1318: hr_utility.set_location(l_proc||' Exc g_not_eligible ',818);
1319: end if;
1320: --
1321: -- Set out parameters
1322: --

Line 1337: hr_utility.set_location(l_proc||' Dn BU_WRI g_not_eligible ',822);

1333: g_rec.business_group_id := p_business_group_id;
1334: g_rec.effective_date := p_effective_date;
1335: --
1336: if g_debug then
1337: hr_utility.set_location(l_proc||' Dn BU_WRI g_not_eligible ',822);
1338: end if;
1339: --
1340: benutils.write(p_rec => g_rec);
1341: benutils.write(p_text => ben_manage_life_events.g_output_string);

Line 1345: hr_utility.set_location(l_proc||' Dn BDE_CPE g_not_eligible ',824);

1341: benutils.write(p_text => ben_manage_life_events.g_output_string);
1342: ben_manage_life_events.g_output_string := null;
1343: --
1344: if g_debug then
1345: hr_utility.set_location(l_proc||' Dn BDE_CPE g_not_eligible ',824);
1346: hr_utility.set_location('g_inelg_rsn_cd ' || g_inelg_rsn_cd ,824);
1347: hr_utility.set_location('ben_evaluate_elig_profiles.g_inelg_rsn_cd ' || ben_evaluate_elig_profiles.g_inelg_rsn_cd,824);
1348: end if;
1349: --

Line 1346: hr_utility.set_location('g_inelg_rsn_cd ' || g_inelg_rsn_cd ,824);

1342: ben_manage_life_events.g_output_string := null;
1343: --
1344: if g_debug then
1345: hr_utility.set_location(l_proc||' Dn BDE_CPE g_not_eligible ',824);
1346: hr_utility.set_location('g_inelg_rsn_cd ' || g_inelg_rsn_cd ,824);
1347: hr_utility.set_location('ben_evaluate_elig_profiles.g_inelg_rsn_cd ' || ben_evaluate_elig_profiles.g_inelg_rsn_cd,824);
1348: end if;
1349: --
1350: ben_determine_eligibility2.check_prev_elig

Line 1347: hr_utility.set_location('ben_evaluate_elig_profiles.g_inelg_rsn_cd ' || ben_evaluate_elig_profiles.g_inelg_rsn_cd,824);

1343: --
1344: if g_debug then
1345: hr_utility.set_location(l_proc||' Dn BDE_CPE g_not_eligible ',824);
1346: hr_utility.set_location('g_inelg_rsn_cd ' || g_inelg_rsn_cd ,824);
1347: hr_utility.set_location('ben_evaluate_elig_profiles.g_inelg_rsn_cd ' || ben_evaluate_elig_profiles.g_inelg_rsn_cd,824);
1348: end if;
1349: --
1350: ben_determine_eligibility2.check_prev_elig
1351: (p_comp_obj_tree_row => p_comp_obj_tree_row

Line 1384: hr_utility.set_location(l_proc||' Dn Exc g_not_eligible ',826);

1380: );
1381: --
1382: --
1383: if g_debug then
1384: hr_utility.set_location(l_proc||' Dn Exc g_not_eligible ',826);
1385: end if;
1386: --
1387: end determine_elig_prfls;
1388: --