DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG dependencies on BEN_EXT_PERSON

Line 390: ben_ext_person.g_elig_ee_pre_tax_cost := null ;

386: --
387: hr_utility.set_location('Entering'||l_proc, 5);
388: hr_utility.set_location('p_elig_per_elctbl_chc_id '|| p_elig_per_elctbl_chc_id , 5);
389:
390: ben_ext_person.g_elig_ee_pre_tax_cost := null ;
391: ben_ext_person.g_elig_ee_after_tax_cost := null ;
392: ben_ext_person.g_elig_ee_ttl_cost := null ;
393: ben_ext_person.g_elig_er_ttl_cost := null ;
394: ben_ext_person.g_elig_ee_ttl_distribution := null ;

Line 391: ben_ext_person.g_elig_ee_after_tax_cost := null ;

387: hr_utility.set_location('Entering'||l_proc, 5);
388: hr_utility.set_location('p_elig_per_elctbl_chc_id '|| p_elig_per_elctbl_chc_id , 5);
389:
390: ben_ext_person.g_elig_ee_pre_tax_cost := null ;
391: ben_ext_person.g_elig_ee_after_tax_cost := null ;
392: ben_ext_person.g_elig_ee_ttl_cost := null ;
393: ben_ext_person.g_elig_er_ttl_cost := null ;
394: ben_ext_person.g_elig_ee_ttl_distribution := null ;
395: ben_ext_person.g_elig_er_ttl_distribution := null ;

Line 392: ben_ext_person.g_elig_ee_ttl_cost := null ;

388: hr_utility.set_location('p_elig_per_elctbl_chc_id '|| p_elig_per_elctbl_chc_id , 5);
389:
390: ben_ext_person.g_elig_ee_pre_tax_cost := null ;
391: ben_ext_person.g_elig_ee_after_tax_cost := null ;
392: ben_ext_person.g_elig_ee_ttl_cost := null ;
393: ben_ext_person.g_elig_er_ttl_cost := null ;
394: ben_ext_person.g_elig_ee_ttl_distribution := null ;
395: ben_ext_person.g_elig_er_ttl_distribution := null ;
396: ben_ext_person.g_elig_ttl_other_rate := null ;

Line 393: ben_ext_person.g_elig_er_ttl_cost := null ;

389:
390: ben_ext_person.g_elig_ee_pre_tax_cost := null ;
391: ben_ext_person.g_elig_ee_after_tax_cost := null ;
392: ben_ext_person.g_elig_ee_ttl_cost := null ;
393: ben_ext_person.g_elig_er_ttl_cost := null ;
394: ben_ext_person.g_elig_ee_ttl_distribution := null ;
395: ben_ext_person.g_elig_er_ttl_distribution := null ;
396: ben_ext_person.g_elig_ttl_other_rate := null ;
397:

Line 394: ben_ext_person.g_elig_ee_ttl_distribution := null ;

390: ben_ext_person.g_elig_ee_pre_tax_cost := null ;
391: ben_ext_person.g_elig_ee_after_tax_cost := null ;
392: ben_ext_person.g_elig_ee_ttl_cost := null ;
393: ben_ext_person.g_elig_er_ttl_cost := null ;
394: ben_ext_person.g_elig_ee_ttl_distribution := null ;
395: ben_ext_person.g_elig_er_ttl_distribution := null ;
396: ben_ext_person.g_elig_ttl_other_rate := null ;
397:
398: --

Line 395: ben_ext_person.g_elig_er_ttl_distribution := null ;

391: ben_ext_person.g_elig_ee_after_tax_cost := null ;
392: ben_ext_person.g_elig_ee_ttl_cost := null ;
393: ben_ext_person.g_elig_er_ttl_cost := null ;
394: ben_ext_person.g_elig_ee_ttl_distribution := null ;
395: ben_ext_person.g_elig_er_ttl_distribution := null ;
396: ben_ext_person.g_elig_ttl_other_rate := null ;
397:
398: --
399: l_rate_total := 0 ;

Line 396: ben_ext_person.g_elig_ttl_other_rate := null ;

392: ben_ext_person.g_elig_ee_ttl_cost := null ;
393: ben_ext_person.g_elig_er_ttl_cost := null ;
394: ben_ext_person.g_elig_ee_ttl_distribution := null ;
395: ben_ext_person.g_elig_er_ttl_distribution := null ;
396: ben_ext_person.g_elig_ttl_other_rate := null ;
397:
398: --
399: l_rate_total := 0 ;
400: l_enb_rate_total := 0 ;

Line 411: ben_ext_person.g_elig_ee_pre_tax_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;

407: fetch ee_pre_tax_enb_c into l_enb_rate_total;
408: close ee_pre_tax_enb_c;
409:
410: if l_rate_total is not null or l_enb_rate_total is not null then
411: ben_ext_person.g_elig_ee_pre_tax_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
412: end if ;
413: hr_utility.set_location('g_elig_ee_pre_tax_cost '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_pre_tax_cost , 5);
414: --
415: l_rate_total := 0 ;

Line 413: hr_utility.set_location('g_elig_ee_pre_tax_cost '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_pre_tax_cost , 5);

409:
410: if l_rate_total is not null or l_enb_rate_total is not null then
411: ben_ext_person.g_elig_ee_pre_tax_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
412: end if ;
413: hr_utility.set_location('g_elig_ee_pre_tax_cost '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_pre_tax_cost , 5);
414: --
415: l_rate_total := 0 ;
416: l_enb_rate_total := 0 ;
417:

Line 427: ben_ext_person.g_elig_ee_after_tax_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;

423: fetch ee_after_tax_enb_c into l_enb_rate_total;
424: close ee_after_tax_enb_c;
425:
426: if l_rate_total is not null or l_enb_rate_total is not null then
427: ben_ext_person.g_elig_ee_after_tax_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
428: end if ;
429:
430: hr_utility.set_location('g_elig_ee_after_tax_cost '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_after_tax_cost , 5);
431: --

Line 430: hr_utility.set_location('g_elig_ee_after_tax_cost '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_after_tax_cost , 5);

426: if l_rate_total is not null or l_enb_rate_total is not null then
427: ben_ext_person.g_elig_ee_after_tax_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
428: end if ;
429:
430: hr_utility.set_location('g_elig_ee_after_tax_cost '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_after_tax_cost , 5);
431: --
432: l_rate_total := 0 ;
433: l_enb_rate_total := 0 ;
434:

Line 446: ben_ext_person.g_elig_ee_ttl_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;

442: close ee_ttl_enb_c;
443:
444:
445: if l_rate_total is not null or l_enb_rate_total is not null then
446: ben_ext_person.g_elig_ee_ttl_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
447: end if ;
448: --
449:
450: l_rate_total := 0 ;

Line 462: ben_ext_person.g_elig_er_ttl_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;

458: fetch er_ttl_enb_c into l_enb_rate_total;
459: close er_ttl_enb_c;
460:
461: if l_rate_total is not null or l_enb_rate_total is not null then
462: ben_ext_person.g_elig_er_ttl_cost := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
463: end if ;
464: --
465: l_rate_total := 0 ;
466: l_enb_rate_total := 0 ;

Line 478: ben_ext_person.g_elig_ee_ttl_distribution := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;

474: fetch ee_ttl_dist_enb_c into l_enb_rate_total;
475: close ee_ttl_dist_enb_c;
476:
477: if l_rate_total is not null or l_enb_rate_total is not null then
478: ben_ext_person.g_elig_ee_ttl_distribution := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
479: end if ;
480: hr_utility.set_location('g_elig_ee_ttl_distribution '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_ttl_distribution , 5);
481: --
482:

Line 480: hr_utility.set_location('g_elig_ee_ttl_distribution '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_ttl_distribution , 5);

476:
477: if l_rate_total is not null or l_enb_rate_total is not null then
478: ben_ext_person.g_elig_ee_ttl_distribution := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
479: end if ;
480: hr_utility.set_location('g_elig_ee_ttl_distribution '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_ee_ttl_distribution , 5);
481: --
482:
483: l_rate_total := 0 ;
484: l_enb_rate_total := 0 ;

Line 496: ben_ext_person.g_elig_er_ttl_distribution := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;

492: fetch er_ttl_dist_enb_c into l_enb_rate_total;
493: close er_ttl_dist_enb_c;
494:
495: if l_rate_total is not null or l_enb_rate_total is not null then
496: ben_ext_person.g_elig_er_ttl_distribution := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
497: end if ;
498: hr_utility.set_location('g_elig_er_ttl_distribution '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_er_ttl_distribution , 5);
499: --
500: l_rate_total := 0 ;

Line 498: hr_utility.set_location('g_elig_er_ttl_distribution '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_er_ttl_distribution , 5);

494:
495: if l_rate_total is not null or l_enb_rate_total is not null then
496: ben_ext_person.g_elig_er_ttl_distribution := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
497: end if ;
498: hr_utility.set_location('g_elig_er_ttl_distribution '|| nvl(l_rate_total,0) ||'/'||nvl(l_enb_rate_total,0)||'/'|| ben_ext_person.g_elig_er_ttl_distribution , 5);
499: --
500: l_rate_total := 0 ;
501: l_enb_rate_total := 0 ;
502:

Line 512: ben_ext_person.g_elig_ttl_other_rate := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;

508: fetch ttl_oth_rt_enb_c into l_enb_rate_total;
509: close ttl_oth_rt_enb_c;
510:
511: if l_rate_total is not null or l_enb_rate_total is not null then
512: ben_ext_person.g_elig_ttl_other_rate := nvl(l_rate_total,0) + nvl(l_enb_rate_total,0) ;
513: end if ;
514:
515: --
516: open c_min_max_rt1;

Line 518: ben_ext_person.g_elig_min_amt,

514:
515: --
516: open c_min_max_rt1;
517: fetch c_min_max_rt1 into
518: ben_ext_person.g_elig_min_amt,
519: ben_ext_person.g_elig_max_amt,
520: ben_ext_person.g_elig_incr_amt,
521: ben_ext_person.g_elig_dflt_amt;
522: -- if not found then try another path.

Line 519: ben_ext_person.g_elig_max_amt,

515: --
516: open c_min_max_rt1;
517: fetch c_min_max_rt1 into
518: ben_ext_person.g_elig_min_amt,
519: ben_ext_person.g_elig_max_amt,
520: ben_ext_person.g_elig_incr_amt,
521: ben_ext_person.g_elig_dflt_amt;
522: -- if not found then try another path.
523: if c_min_max_rt1%NOTFOUND then

Line 520: ben_ext_person.g_elig_incr_amt,

516: open c_min_max_rt1;
517: fetch c_min_max_rt1 into
518: ben_ext_person.g_elig_min_amt,
519: ben_ext_person.g_elig_max_amt,
520: ben_ext_person.g_elig_incr_amt,
521: ben_ext_person.g_elig_dflt_amt;
522: -- if not found then try another path.
523: if c_min_max_rt1%NOTFOUND then
524: open c_min_max_rt2;

Line 521: ben_ext_person.g_elig_dflt_amt;

517: fetch c_min_max_rt1 into
518: ben_ext_person.g_elig_min_amt,
519: ben_ext_person.g_elig_max_amt,
520: ben_ext_person.g_elig_incr_amt,
521: ben_ext_person.g_elig_dflt_amt;
522: -- if not found then try another path.
523: if c_min_max_rt1%NOTFOUND then
524: open c_min_max_rt2;
525: fetch c_min_max_rt2 into

Line 526: ben_ext_person.g_elig_min_amt,

522: -- if not found then try another path.
523: if c_min_max_rt1%NOTFOUND then
524: open c_min_max_rt2;
525: fetch c_min_max_rt2 into
526: ben_ext_person.g_elig_min_amt,
527: ben_ext_person.g_elig_max_amt,
528: ben_ext_person.g_elig_incr_amt,
529: ben_ext_person.g_elig_dflt_amt;
530: close c_min_max_rt2;

Line 527: ben_ext_person.g_elig_max_amt,

523: if c_min_max_rt1%NOTFOUND then
524: open c_min_max_rt2;
525: fetch c_min_max_rt2 into
526: ben_ext_person.g_elig_min_amt,
527: ben_ext_person.g_elig_max_amt,
528: ben_ext_person.g_elig_incr_amt,
529: ben_ext_person.g_elig_dflt_amt;
530: close c_min_max_rt2;
531: end if;

Line 528: ben_ext_person.g_elig_incr_amt,

524: open c_min_max_rt2;
525: fetch c_min_max_rt2 into
526: ben_ext_person.g_elig_min_amt,
527: ben_ext_person.g_elig_max_amt,
528: ben_ext_person.g_elig_incr_amt,
529: ben_ext_person.g_elig_dflt_amt;
530: close c_min_max_rt2;
531: end if;
532: --

Line 529: ben_ext_person.g_elig_dflt_amt;

525: fetch c_min_max_rt2 into
526: ben_ext_person.g_elig_min_amt,
527: ben_ext_person.g_elig_max_amt,
528: ben_ext_person.g_elig_incr_amt,
529: ben_ext_person.g_elig_dflt_amt;
530: close c_min_max_rt2;
531: end if;
532: --
533: close c_min_max_rt1;

Line 537: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_dst_bdgt;

533: close c_min_max_rt1;
534: --
535: --cwb 2832419
536: open ttl_type_cd_c('CWBDB');
537: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_dst_bdgt;
538: close ttl_type_cd_c ;
539:
540: open ttl_type_cd_c('CWBES');
541: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_elig_salary;

Line 541: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_elig_salary;

537: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_dst_bdgt;
538: close ttl_type_cd_c ;
539:
540: open ttl_type_cd_c('CWBES');
541: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_elig_salary;
542: close ttl_type_cd_c ;
543:
544: open ttl_type_cd_c('CWBGP');
545: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_grant_price;

Line 545: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_grant_price;

541: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_elig_salary;
542: close ttl_type_cd_c ;
543:
544: open ttl_type_cd_c('CWBGP');
545: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_grant_price;
546: close ttl_type_cd_c ;
547:
548:
549: open ttl_type_cd_c('CWBMR1');

Line 550: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_1;

546: close ttl_type_cd_c ;
547:
548:
549: open ttl_type_cd_c('CWBMR1');
550: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_1;
551: close ttl_type_cd_c ;
552:
553: open ttl_type_cd_c('CWBMR2');
554: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_2;

Line 554: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_2;

550: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_1;
551: close ttl_type_cd_c ;
552:
553: open ttl_type_cd_c('CWBMR2');
554: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_2;
555: close ttl_type_cd_c ;
556:
557: open ttl_type_cd_c('CWBMR3');
558: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_3;

Line 558: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_3;

554: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_2;
555: close ttl_type_cd_c ;
556:
557: open ttl_type_cd_c('CWBMR3');
558: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_3;
559: close ttl_type_cd_c ;
560:
561: open ttl_type_cd_c('CWBOS');
562: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_other_salary;

Line 562: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_other_salary;

558: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_misc_rate_3;
559: close ttl_type_cd_c ;
560:
561: open ttl_type_cd_c('CWBOS');
562: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_other_salary;
563: close ttl_type_cd_c ;
564:
565: open ttl_type_cd_c('CWBR');
566: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_reserve ;

Line 566: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_reserve ;

562: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_other_salary;
563: close ttl_type_cd_c ;
564:
565: open ttl_type_cd_c('CWBR');
566: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_reserve ;
567: close ttl_type_cd_c ;
568:
569: open ttl_type_cd_c('CWBRA');
570: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_recomond_amt;

Line 570: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_recomond_amt;

566: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_reserve ;
567: close ttl_type_cd_c ;
568:
569: open ttl_type_cd_c('CWBRA');
570: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_recomond_amt;
571: close ttl_type_cd_c ;
572:
573: open ttl_type_cd_c('CWBSS');
574: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_stated_salary;

Line 574: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_stated_salary;

570: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_recomond_amt;
571: close ttl_type_cd_c ;
572:
573: open ttl_type_cd_c('CWBSS');
574: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_stated_salary;
575: close ttl_type_cd_c ;
576:
577: open ttl_type_cd_c('CWBTC');
578: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_tot_compensation;

Line 578: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_tot_compensation;

574: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_stated_salary;
575: close ttl_type_cd_c ;
576:
577: open ttl_type_cd_c('CWBTC');
578: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_tot_compensation;
579: close ttl_type_cd_c ;
580:
581: open ttl_type_cd_c('CWBWB');
582: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_worksheet_bdgt;

Line 582: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_worksheet_bdgt;

578: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_tot_compensation;
579: close ttl_type_cd_c ;
580:
581: open ttl_type_cd_c('CWBWB');
582: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_worksheet_bdgt;
583: close ttl_type_cd_c ;
584:
585: open ttl_type_cd_c('CWBWS');
586: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_worksheet_amt;

Line 586: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_worksheet_amt;

582: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_worksheet_bdgt;
583: close ttl_type_cd_c ;
584:
585: open ttl_type_cd_c('CWBWS');
586: fetch ttl_type_cd_c into ben_ext_person.g_elig_ee_cwb_worksheet_amt;
587: close ttl_type_cd_c ;
588:
589: hr_utility.set_location('Exiting'||l_proc, 15);
590: --

Line 605: ben_ext_person.g_elig_enrt_strt_dt := null;

601: Begin
602: --
603: hr_utility.set_location('Entering'||l_proc, 5);
604: --
605: ben_ext_person.g_elig_enrt_strt_dt := null;
606: ben_ext_person.g_elig_enrt_end_dt := null;
607: ben_ext_person.g_elig_dflt_enrt_dt := null;
608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;

Line 606: ben_ext_person.g_elig_enrt_end_dt := null;

602: --
603: hr_utility.set_location('Entering'||l_proc, 5);
604: --
605: ben_ext_person.g_elig_enrt_strt_dt := null;
606: ben_ext_person.g_elig_enrt_end_dt := null;
607: ben_ext_person.g_elig_dflt_enrt_dt := null;
608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;

Line 607: ben_ext_person.g_elig_dflt_enrt_dt := null;

603: hr_utility.set_location('Entering'||l_proc, 5);
604: --
605: ben_ext_person.g_elig_enrt_strt_dt := null;
606: ben_ext_person.g_elig_enrt_end_dt := null;
607: ben_ext_person.g_elig_dflt_enrt_dt := null;
608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;

Line 608: ben_ext_person.g_elig_uom := null;

604: --
605: ben_ext_person.g_elig_enrt_strt_dt := null;
606: ben_ext_person.g_elig_enrt_end_dt := null;
607: ben_ext_person.g_elig_dflt_enrt_dt := null;
608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;

Line 609: ben_ext_person.g_elig_pl_name := null;

605: ben_ext_person.g_elig_enrt_strt_dt := null;
606: ben_ext_person.g_elig_enrt_end_dt := null;
607: ben_ext_person.g_elig_dflt_enrt_dt := null;
608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;

Line 610: ben_ext_person.g_elig_opt_name := null;

606: ben_ext_person.g_elig_enrt_end_dt := null;
607: ben_ext_person.g_elig_dflt_enrt_dt := null;
608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;

Line 611: ben_ext_person.g_elig_cvg_amt := null;

607: ben_ext_person.g_elig_dflt_enrt_dt := null;
608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;

Line 612: ben_ext_person.g_elig_cvg_min_amt := null;

608: ben_ext_person.g_elig_uom := null;
609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;

Line 613: ben_ext_person.g_elig_cvg_max_amt := null;

609: ben_ext_person.g_elig_pl_name := null;
610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;

Line 614: ben_ext_person.g_elig_cvg_inc_amt := null;

610: ben_ext_person.g_elig_opt_name := null;
611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;

Line 615: ben_ext_person.g_elig_cvg_dfl_amt := null;

611: ben_ext_person.g_elig_cvg_amt := null;
612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;

Line 616: ben_ext_person.g_elig_cvg_dfl_flg := null;

612: ben_ext_person.g_elig_cvg_min_amt := null;
613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;

Line 617: ben_ext_person.g_elig_cvg_seq_no := null;

613: ben_ext_person.g_elig_cvg_max_amt := null;
614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;

Line 618: ben_ext_person.g_elig_cvg_onl_flg := null;

614: ben_ext_person.g_elig_cvg_inc_amt := null;
615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;

Line 619: ben_ext_person.g_elig_cvg_calc_mthd := null;

615: ben_ext_person.g_elig_cvg_dfl_amt := null;
616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;

Line 620: ben_ext_person.g_elig_cvg_bnft_typ := null;

616: ben_ext_person.g_elig_cvg_dfl_flg := null;
617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;

Line 621: ben_ext_person.g_elig_cvg_bnft_uom := null;

617: ben_ext_person.g_elig_cvg_seq_no := null;
618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;

Line 622: ben_ext_person.g_elig_pl_ord_no := null;

618: ben_ext_person.g_elig_cvg_onl_flg := null;
619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;

Line 623: ben_ext_person.g_elig_opt_ord_no := null;

619: ben_ext_person.g_elig_cvg_calc_mthd := null;
620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;

Line 624: ben_ext_person.g_elig_pl_id := null;

620: ben_ext_person.g_elig_cvg_bnft_typ := null;
621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;

Line 625: ben_ext_person.g_elig_pl_typ_name := null;

621: ben_ext_person.g_elig_cvg_bnft_uom := null;
622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;

Line 626: ben_ext_person.g_elig_opt_id := null;

622: ben_ext_person.g_elig_pl_ord_no := null;
623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;

Line 627: ben_ext_person.g_elig_min_amt := null;

623: ben_ext_person.g_elig_opt_ord_no := null;
624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;

Line 628: ben_ext_person.g_elig_max_amt := null;

624: ben_ext_person.g_elig_pl_id := null;
625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;

Line 629: ben_ext_person.g_elig_incr_amt := null;

625: ben_ext_person.g_elig_pl_typ_name := null;
626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;

Line 630: ben_ext_person.g_elig_dflt_amt := null;

626: ben_ext_person.g_elig_opt_id := null;
627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;

Line 631: ben_ext_person.g_elig_elec_made_dt := null;

627: ben_ext_person.g_elig_min_amt := null;
628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;

Line 632: ben_ext_person.g_elig_program_id := null;

628: ben_ext_person.g_elig_max_amt := null;
629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;

Line 633: ben_ext_person.g_elig_program_name := null;

629: ben_ext_person.g_elig_incr_amt := null;
630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;

Line 634: ben_ext_person.g_elig_er_ttl_cost := null;

630: ben_ext_person.g_elig_dflt_amt := null;
631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;

Line 635: ben_ext_person.g_elig_ee_ttl_cost := null;

631: ben_ext_person.g_elig_elec_made_dt := null;
632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;

Line 636: ben_ext_person.g_elig_ee_after_tax_cost := null;

632: ben_ext_person.g_elig_program_id := null;
633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;

Line 637: ben_ext_person.g_elig_ee_pre_tax_cost := null;

633: ben_ext_person.g_elig_program_name := null;
634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;

Line 638: ben_ext_person.g_elig_total_premium_amt := null;

634: ben_ext_person.g_elig_er_ttl_cost := null;
635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;

Line 639: ben_ext_person.g_elig_total_premium_uom := null;

635: ben_ext_person.g_elig_ee_ttl_cost := null;
636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;

Line 640: ben_ext_person.g_elig_rpt_group_name := null;

636: ben_ext_person.g_elig_ee_after_tax_cost := null;
637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;

Line 641: ben_ext_person.g_elig_rpt_group_id := null;

637: ben_ext_person.g_elig_ee_pre_tax_cost := null;
638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;

Line 642: ben_ext_person.g_elig_pl_yr_strdt := null;

638: ben_ext_person.g_elig_total_premium_amt := null;
639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;

Line 643: ben_ext_person.g_elig_pl_yr_enddt := null;

639: ben_ext_person.g_elig_total_premium_uom := null;
640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;

Line 644: ben_ext_person.g_elig_pl_seq_num := null;

640: ben_ext_person.g_elig_rpt_group_name := null;
641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;

Line 645: ben_ext_person.g_elig_pip_seq_num := null;

641: ben_ext_person.g_elig_rpt_group_id := null;
642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;

Line 646: ben_ext_person.g_elig_ptp_seq_num := null;

642: ben_ext_person.g_elig_pl_yr_strdt := null;
643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;

Line 647: ben_ext_person.g_elig_oip_seq_num := null;

643: ben_ext_person.g_elig_pl_yr_enddt := null;
644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;

Line 648: ben_ext_person.g_elig_flex_01 := null;

644: ben_ext_person.g_elig_pl_seq_num := null;
645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;

Line 649: ben_ext_person.g_elig_flex_02 := null;

645: ben_ext_person.g_elig_pip_seq_num := null;
646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;

Line 650: ben_ext_person.g_elig_flex_03 := null;

646: ben_ext_person.g_elig_ptp_seq_num := null;
647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;

Line 651: ben_ext_person.g_elig_flex_04 := null;

647: ben_ext_person.g_elig_oip_seq_num := null;
648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;

Line 652: ben_ext_person.g_elig_flex_05 := null;

648: ben_ext_person.g_elig_flex_01 := null;
649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;

Line 653: ben_ext_person.g_elig_flex_06 := null;

649: ben_ext_person.g_elig_flex_02 := null;
650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;

Line 654: ben_ext_person.g_elig_flex_07 := null;

650: ben_ext_person.g_elig_flex_03 := null;
651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;

Line 655: ben_ext_person.g_elig_flex_08 := null;

651: ben_ext_person.g_elig_flex_04 := null;
652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;

Line 656: ben_ext_person.g_elig_flex_09 := null;

652: ben_ext_person.g_elig_flex_05 := null;
653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;

Line 657: ben_ext_person.g_elig_flex_10 := null;

653: ben_ext_person.g_elig_flex_06 := null;
654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;

Line 658: ben_ext_person.g_elig_plan_flex_01 := null;

654: ben_ext_person.g_elig_flex_07 := null;
655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;

Line 659: ben_ext_person.g_elig_plan_flex_02 := null;

655: ben_ext_person.g_elig_flex_08 := null;
656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;

Line 660: ben_ext_person.g_elig_plan_flex_03 := null;

656: ben_ext_person.g_elig_flex_09 := null;
657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;

Line 661: ben_ext_person.g_elig_plan_flex_04 := null;

657: ben_ext_person.g_elig_flex_10 := null;
658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;

Line 662: ben_ext_person.g_elig_plan_flex_05 := null;

658: ben_ext_person.g_elig_plan_flex_01 := null;
659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;

Line 663: ben_ext_person.g_elig_plan_flex_06 := null;

659: ben_ext_person.g_elig_plan_flex_02 := null;
660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;

Line 664: ben_ext_person.g_elig_plan_flex_07 := null;

660: ben_ext_person.g_elig_plan_flex_03 := null;
661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;

Line 665: ben_ext_person.g_elig_plan_flex_08 := null;

661: ben_ext_person.g_elig_plan_flex_04 := null;
662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;

Line 666: ben_ext_person.g_elig_plan_flex_09 := null;

662: ben_ext_person.g_elig_plan_flex_05 := null;
663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;

Line 667: ben_ext_person.g_elig_plan_flex_10 := null;

663: ben_ext_person.g_elig_plan_flex_06 := null;
664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;

Line 668: ben_ext_person.g_elig_pgm_flex_01 := null;

664: ben_ext_person.g_elig_plan_flex_07 := null;
665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;

Line 669: ben_ext_person.g_elig_pgm_flex_02 := null;

665: ben_ext_person.g_elig_plan_flex_08 := null;
666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;

Line 670: ben_ext_person.g_elig_pgm_flex_03 := null;

666: ben_ext_person.g_elig_plan_flex_09 := null;
667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;

Line 671: ben_ext_person.g_elig_pgm_flex_04 := null;

667: ben_ext_person.g_elig_plan_flex_10 := null;
668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;

Line 672: ben_ext_person.g_elig_pgm_flex_05 := null;

668: ben_ext_person.g_elig_pgm_flex_01 := null;
669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;

Line 673: ben_ext_person.g_elig_pgm_flex_06 := null;

669: ben_ext_person.g_elig_pgm_flex_02 := null;
670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;

Line 674: ben_ext_person.g_elig_pgm_flex_07 := null;

670: ben_ext_person.g_elig_pgm_flex_03 := null;
671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;

Line 675: ben_ext_person.g_elig_pgm_flex_08 := null;

671: ben_ext_person.g_elig_pgm_flex_04 := null;
672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;

Line 676: ben_ext_person.g_elig_pgm_flex_09 := null;

672: ben_ext_person.g_elig_pgm_flex_05 := null;
673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;

Line 677: ben_ext_person.g_elig_pgm_flex_10 := null;

673: ben_ext_person.g_elig_pgm_flex_06 := null;
674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;

Line 678: ben_ext_person.g_elig_ptp_flex_01 := null;

674: ben_ext_person.g_elig_pgm_flex_07 := null;
675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;

Line 679: ben_ext_person.g_elig_ptp_flex_02 := null;

675: ben_ext_person.g_elig_pgm_flex_08 := null;
676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;

Line 680: ben_ext_person.g_elig_ptp_flex_03 := null;

676: ben_ext_person.g_elig_pgm_flex_09 := null;
677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;

Line 681: ben_ext_person.g_elig_ptp_flex_04 := null;

677: ben_ext_person.g_elig_pgm_flex_10 := null;
678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;

Line 682: ben_ext_person.g_elig_ptp_flex_05 := null;

678: ben_ext_person.g_elig_ptp_flex_01 := null;
679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;

Line 683: ben_ext_person.g_elig_ptp_flex_06 := null;

679: ben_ext_person.g_elig_ptp_flex_02 := null;
680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;

Line 684: ben_ext_person.g_elig_ptp_flex_07 := null;

680: ben_ext_person.g_elig_ptp_flex_03 := null;
681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;

Line 685: ben_ext_person.g_elig_ptp_flex_08 := null;

681: ben_ext_person.g_elig_ptp_flex_04 := null;
682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;

Line 686: ben_ext_person.g_elig_ptp_flex_09 := null;

682: ben_ext_person.g_elig_ptp_flex_05 := null;
683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;

Line 687: ben_ext_person.g_elig_ptp_flex_10 := null;

683: ben_ext_person.g_elig_ptp_flex_06 := null;
684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;

Line 688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;

684: ben_ext_person.g_elig_ptp_flex_07 := null;
685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;

Line 689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;

685: ben_ext_person.g_elig_ptp_flex_08 := null;
686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;

Line 690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;

686: ben_ext_person.g_elig_ptp_flex_09 := null;
687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;

Line 691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;

687: ben_ext_person.g_elig_ptp_flex_10 := null;
688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;

Line 692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;

688: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null;
689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;

Line 693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;

689: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null;
690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;

Line 694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;

690: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null;
691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;

Line 695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;

691: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null;
692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;

Line 696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;

692: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null;
693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;

Line 697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;

693: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null;
694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;

Line 698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;

694: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null;
695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;

Line 699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;

695: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null;
696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;

Line 700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;

696: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null;
697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;

Line 701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;

697: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null;
698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;

Line 702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;

698: ben_ext_person.g_elig_opt_in_pl_flex_01 := null;
699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;

Line 703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;

699: ben_ext_person.g_elig_opt_in_pl_flex_02 := null;
700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;

Line 704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;

700: ben_ext_person.g_elig_opt_in_pl_flex_03 := null;
701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;

Line 705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;

701: ben_ext_person.g_elig_opt_in_pl_flex_04 := null;
702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;

Line 706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;

702: ben_ext_person.g_elig_opt_in_pl_flex_05 := null;
703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;

Line 707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;

703: ben_ext_person.g_elig_opt_in_pl_flex_06 := null;
704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;

Line 708: ben_ext_person.g_elig_opt_flex_01 := null;

704: ben_ext_person.g_elig_opt_in_pl_flex_07 := null;
705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;

Line 709: ben_ext_person.g_elig_opt_flex_02 := null;

705: ben_ext_person.g_elig_opt_in_pl_flex_08 := null;
706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;

Line 710: ben_ext_person.g_elig_opt_flex_03 := null;

706: ben_ext_person.g_elig_opt_in_pl_flex_09 := null;
707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;

Line 711: ben_ext_person.g_elig_opt_flex_04 := null;

707: ben_ext_person.g_elig_opt_in_pl_flex_10 := null;
708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;

Line 712: ben_ext_person.g_elig_opt_flex_05 := null;

708: ben_ext_person.g_elig_opt_flex_01 := null;
709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;

Line 713: ben_ext_person.g_elig_opt_flex_06 := null;

709: ben_ext_person.g_elig_opt_flex_02 := null;
710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;

Line 714: ben_ext_person.g_elig_opt_flex_07 := null;

710: ben_ext_person.g_elig_opt_flex_03 := null;
711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;

Line 715: ben_ext_person.g_elig_opt_flex_08 := null;

711: ben_ext_person.g_elig_opt_flex_04 := null;
712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;

Line 716: ben_ext_person.g_elig_opt_flex_09 := null;

712: ben_ext_person.g_elig_opt_flex_05 := null;
713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;

Line 717: ben_ext_person.g_elig_opt_flex_10 := null;

713: ben_ext_person.g_elig_opt_flex_06 := null;
714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;
721: ben_ext_person.g_elig_lfevt_note_dt := null;

Line 718: ben_ext_person.g_elig_ler_id := null;

714: ben_ext_person.g_elig_opt_flex_07 := null;
715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;
721: ben_ext_person.g_elig_lfevt_note_dt := null;
722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;

Line 719: ben_ext_person.g_elig_lfevt_name := null;

715: ben_ext_person.g_elig_opt_flex_08 := null;
716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;
721: ben_ext_person.g_elig_lfevt_note_dt := null;
722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;
723: ben_ext_person.g_elig_per_elctbl_chc_id := null;

Line 720: ben_ext_person.g_elig_lfevt_status := null;

716: ben_ext_person.g_elig_opt_flex_09 := null;
717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;
721: ben_ext_person.g_elig_lfevt_note_dt := null;
722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;
723: ben_ext_person.g_elig_per_elctbl_chc_id := null;
724: ----2559743

Line 721: ben_ext_person.g_elig_lfevt_note_dt := null;

717: ben_ext_person.g_elig_opt_flex_10 := null;
718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;
721: ben_ext_person.g_elig_lfevt_note_dt := null;
722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;
723: ben_ext_person.g_elig_per_elctbl_chc_id := null;
724: ----2559743
725: ben_ext_person.g_elig_pl_fd_name := null ;

Line 722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;

718: ben_ext_person.g_elig_ler_id := null;
719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;
721: ben_ext_person.g_elig_lfevt_note_dt := null;
722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;
723: ben_ext_person.g_elig_per_elctbl_chc_id := null;
724: ----2559743
725: ben_ext_person.g_elig_pl_fd_name := null ;
726: ben_ext_person.g_elig_pl_fd_code := null ;

Line 723: ben_ext_person.g_elig_per_elctbl_chc_id := null;

719: ben_ext_person.g_elig_lfevt_name := null;
720: ben_ext_person.g_elig_lfevt_status := null;
721: ben_ext_person.g_elig_lfevt_note_dt := null;
722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;
723: ben_ext_person.g_elig_per_elctbl_chc_id := null;
724: ----2559743
725: ben_ext_person.g_elig_pl_fd_name := null ;
726: ben_ext_person.g_elig_pl_fd_code := null ;
727: ben_ext_person.g_elig_pgm_fd_name := null ;

Line 725: ben_ext_person.g_elig_pl_fd_name := null ;

721: ben_ext_person.g_elig_lfevt_note_dt := null;
722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;
723: ben_ext_person.g_elig_per_elctbl_chc_id := null;
724: ----2559743
725: ben_ext_person.g_elig_pl_fd_name := null ;
726: ben_ext_person.g_elig_pl_fd_code := null ;
727: ben_ext_person.g_elig_pgm_fd_name := null ;
728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;

Line 726: ben_ext_person.g_elig_pl_fd_code := null ;

722: ben_ext_person.g_elig_lfevt_ocrd_dt := null;
723: ben_ext_person.g_elig_per_elctbl_chc_id := null;
724: ----2559743
725: ben_ext_person.g_elig_pl_fd_name := null ;
726: ben_ext_person.g_elig_pl_fd_code := null ;
727: ben_ext_person.g_elig_pgm_fd_name := null ;
728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;

Line 727: ben_ext_person.g_elig_pgm_fd_name := null ;

723: ben_ext_person.g_elig_per_elctbl_chc_id := null;
724: ----2559743
725: ben_ext_person.g_elig_pl_fd_name := null ;
726: ben_ext_person.g_elig_pl_fd_code := null ;
727: ben_ext_person.g_elig_pgm_fd_name := null ;
728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;

Line 728: ben_ext_person.g_elig_pgm_fd_code := null ;

724: ----2559743
725: ben_ext_person.g_elig_pl_fd_name := null ;
726: ben_ext_person.g_elig_pl_fd_code := null ;
727: ben_ext_person.g_elig_pgm_fd_name := null ;
728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;

Line 729: ben_ext_person.g_elig_opt_fd_name := null ;

725: ben_ext_person.g_elig_pl_fd_name := null ;
726: ben_ext_person.g_elig_pl_fd_code := null ;
727: ben_ext_person.g_elig_pgm_fd_name := null ;
728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;

Line 730: ben_ext_person.g_elig_opt_fd_code := null ;

726: ben_ext_person.g_elig_pl_fd_code := null ;
727: ben_ext_person.g_elig_pgm_fd_name := null ;
728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;

Line 731: ben_ext_person.g_elig_pl_typ_fd_name := null ;

727: ben_ext_person.g_elig_pgm_fd_name := null ;
728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;

Line 732: ben_ext_person.g_elig_pl_typ_fd_code := null ;

728: ben_ext_person.g_elig_pgm_fd_code := null ;
729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;

Line 733: ben_ext_person.g_elig_opt_pl_fd_name := null ;

729: ben_ext_person.g_elig_opt_fd_name := null ;
730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;

Line 734: ben_ext_person.g_elig_opt_pl_fd_code := null ;

730: ben_ext_person.g_elig_opt_fd_code := null ;
731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;

Line 735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;

731: ben_ext_person.g_elig_pl_typ_fd_name := null ;
732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
739: ---cwb 2832419

Line 736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;

732: ben_ext_person.g_elig_pl_typ_fd_code := null ;
733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
739: ---cwb 2832419
740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;

Line 737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;

733: ben_ext_person.g_elig_opt_pl_fd_name := null ;
734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
739: ---cwb 2832419
740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;
741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;

Line 738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;

734: ben_ext_person.g_elig_opt_pl_fd_code := null ;
735: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
739: ---cwb 2832419
740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;
741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;
742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;

Line 740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;

736: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
739: ---cwb 2832419
740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;
741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;
742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;

Line 741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;

737: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
739: ---cwb 2832419
740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;
741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;
742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;

Line 742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;

738: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
739: ---cwb 2832419
740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;
741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;
742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;

Line 743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;

739: ---cwb 2832419
740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;
741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;
742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;

Line 744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;

740: ben_ext_person.g_elig_ee_cwb_dst_bdgt := null ;
741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;
742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;

Line 745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;

741: ben_ext_person.g_elig_ee_cwb_misc_rate_1 := null ;
742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;
749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;

Line 746: ben_ext_person.g_elig_ee_cwb_reserve := null ;

742: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;
749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;
750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;

Line 747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;

743: ben_ext_person.g_elig_ee_cwb_misc_rate_2 := null ;
744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;
749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;
750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;
751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;

Line 748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;

744: ben_ext_person.g_elig_ee_cwb_grant_price := null ;
745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;
749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;
750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;
751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
752:

Line 749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;

745: ben_ext_person.g_elig_ee_cwb_other_salary := null ;
746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;
749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;
750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;
751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
752:
753: --cobra letter

Line 750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;

746: ben_ext_person.g_elig_ee_cwb_reserve := null ;
747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;
749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;
750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;
751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
752:
753: --cobra letter
754: ben_ext_person.g_elig_cobra_payment_dys := null;

Line 751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;

747: ben_ext_person.g_elig_ee_cwb_recomond_amt := null ;
748: ben_ext_person.g_elig_ee_cwb_stated_salary := null ;
749: ben_ext_person.g_elig_ee_cwb_tot_compensation := null ;
750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;
751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
752:
753: --cobra letter
754: ben_ext_person.g_elig_cobra_payment_dys := null;
755: ben_ext_person.g_elig_cobra_admin_name := null;

Line 754: ben_ext_person.g_elig_cobra_payment_dys := null;

750: ben_ext_person.g_elig_ee_cwb_worksheet_bdgt := null ;
751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
752:
753: --cobra letter
754: ben_ext_person.g_elig_cobra_payment_dys := null;
755: ben_ext_person.g_elig_cobra_admin_name := null;
756: ben_ext_person.g_elig_cobra_admin_org_name:= null;
757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;

Line 755: ben_ext_person.g_elig_cobra_admin_name := null;

751: ben_ext_person.g_elig_ee_cwb_elig_salary := null ;
752:
753: --cobra letter
754: ben_ext_person.g_elig_cobra_payment_dys := null;
755: ben_ext_person.g_elig_cobra_admin_name := null;
756: ben_ext_person.g_elig_cobra_admin_org_name:= null;
757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;

Line 756: ben_ext_person.g_elig_cobra_admin_org_name:= null;

752:
753: --cobra letter
754: ben_ext_person.g_elig_cobra_payment_dys := null;
755: ben_ext_person.g_elig_cobra_admin_name := null;
756: ben_ext_person.g_elig_cobra_admin_org_name:= null;
757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;

Line 757: ben_ext_person.g_elig_cobra_admin_addr1 := null;

753: --cobra letter
754: ben_ext_person.g_elig_cobra_payment_dys := null;
755: ben_ext_person.g_elig_cobra_admin_name := null;
756: ben_ext_person.g_elig_cobra_admin_org_name:= null;
757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;

Line 758: ben_ext_person.g_elig_cobra_admin_addr2 := null;

754: ben_ext_person.g_elig_cobra_payment_dys := null;
755: ben_ext_person.g_elig_cobra_admin_name := null;
756: ben_ext_person.g_elig_cobra_admin_org_name:= null;
757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;
762: ben_ext_person.g_elig_cobra_admin_country := null;

Line 759: ben_ext_person.g_elig_cobra_admin_addr3 := null;

755: ben_ext_person.g_elig_cobra_admin_name := null;
756: ben_ext_person.g_elig_cobra_admin_org_name:= null;
757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;
762: ben_ext_person.g_elig_cobra_admin_country := null;
763: ben_ext_person.g_elig_cobra_admin_zip := null;

Line 760: ben_ext_person.g_elig_cobra_admin_city := null;

756: ben_ext_person.g_elig_cobra_admin_org_name:= null;
757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;
762: ben_ext_person.g_elig_cobra_admin_country := null;
763: ben_ext_person.g_elig_cobra_admin_zip := null;
764: ben_ext_person.g_elig_cobra_admin_phone := null;

Line 761: ben_ext_person.g_elig_cobra_admin_state := null;

757: ben_ext_person.g_elig_cobra_admin_addr1 := null;
758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;
762: ben_ext_person.g_elig_cobra_admin_country := null;
763: ben_ext_person.g_elig_cobra_admin_zip := null;
764: ben_ext_person.g_elig_cobra_admin_phone := null;
765:

Line 762: ben_ext_person.g_elig_cobra_admin_country := null;

758: ben_ext_person.g_elig_cobra_admin_addr2 := null;
759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;
762: ben_ext_person.g_elig_cobra_admin_country := null;
763: ben_ext_person.g_elig_cobra_admin_zip := null;
764: ben_ext_person.g_elig_cobra_admin_phone := null;
765:
766: --

Line 763: ben_ext_person.g_elig_cobra_admin_zip := null;

759: ben_ext_person.g_elig_cobra_admin_addr3 := null;
760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;
762: ben_ext_person.g_elig_cobra_admin_country := null;
763: ben_ext_person.g_elig_cobra_admin_zip := null;
764: ben_ext_person.g_elig_cobra_admin_phone := null;
765:
766: --
767: hr_utility.set_location('Exiting'||l_proc, 15);

Line 764: ben_ext_person.g_elig_cobra_admin_phone := null;

760: ben_ext_person.g_elig_cobra_admin_city := null;
761: ben_ext_person.g_elig_cobra_admin_state := null;
762: ben_ext_person.g_elig_cobra_admin_country := null;
763: ben_ext_person.g_elig_cobra_admin_zip := null;
764: ben_ext_person.g_elig_cobra_admin_phone := null;
765:
766: --
767: hr_utility.set_location('Exiting'||l_proc, 15);
768: --

Line 783: ben_ext_person.g_elig_age_val := null;

779: Begin
780: --
781: hr_utility.set_location('Entering'||l_proc, 5);
782: --
783: ben_ext_person.g_elig_age_val := null;
784: ben_ext_person.g_elig_los_val := null;
785: ben_ext_person.g_elig_age_uom := null;
786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;

Line 784: ben_ext_person.g_elig_los_val := null;

780: --
781: hr_utility.set_location('Entering'||l_proc, 5);
782: --
783: ben_ext_person.g_elig_age_val := null;
784: ben_ext_person.g_elig_los_val := null;
785: ben_ext_person.g_elig_age_uom := null;
786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;

Line 785: ben_ext_person.g_elig_age_uom := null;

781: hr_utility.set_location('Entering'||l_proc, 5);
782: --
783: ben_ext_person.g_elig_age_val := null;
784: ben_ext_person.g_elig_los_val := null;
785: ben_ext_person.g_elig_age_uom := null;
786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;
789: ben_ext_person.g_elig_cmbn_age_n_los := null;

Line 786: ben_ext_person.g_elig_los_uom := null;

782: --
783: ben_ext_person.g_elig_age_val := null;
784: ben_ext_person.g_elig_los_val := null;
785: ben_ext_person.g_elig_age_uom := null;
786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;
789: ben_ext_person.g_elig_cmbn_age_n_los := null;
790: ben_ext_person.g_elig_hrs_wkd := null;

Line 787: ben_ext_person.g_elig_comp_amt := null;

783: ben_ext_person.g_elig_age_val := null;
784: ben_ext_person.g_elig_los_val := null;
785: ben_ext_person.g_elig_age_uom := null;
786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;
789: ben_ext_person.g_elig_cmbn_age_n_los := null;
790: ben_ext_person.g_elig_hrs_wkd := null;
791: ben_ext_person.g_elig_pct_fl_tm := null;

Line 788: ben_ext_person.g_elig_comp_amt_uom := null;

784: ben_ext_person.g_elig_los_val := null;
785: ben_ext_person.g_elig_age_uom := null;
786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;
789: ben_ext_person.g_elig_cmbn_age_n_los := null;
790: ben_ext_person.g_elig_hrs_wkd := null;
791: ben_ext_person.g_elig_pct_fl_tm := null;
792: --

Line 789: ben_ext_person.g_elig_cmbn_age_n_los := null;

785: ben_ext_person.g_elig_age_uom := null;
786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;
789: ben_ext_person.g_elig_cmbn_age_n_los := null;
790: ben_ext_person.g_elig_hrs_wkd := null;
791: ben_ext_person.g_elig_pct_fl_tm := null;
792: --
793: --

Line 790: ben_ext_person.g_elig_hrs_wkd := null;

786: ben_ext_person.g_elig_los_uom := null;
787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;
789: ben_ext_person.g_elig_cmbn_age_n_los := null;
790: ben_ext_person.g_elig_hrs_wkd := null;
791: ben_ext_person.g_elig_pct_fl_tm := null;
792: --
793: --
794: hr_utility.set_location('Exiting'||l_proc, 15);

Line 791: ben_ext_person.g_elig_pct_fl_tm := null;

787: ben_ext_person.g_elig_comp_amt := null;
788: ben_ext_person.g_elig_comp_amt_uom := null;
789: ben_ext_person.g_elig_cmbn_age_n_los := null;
790: ben_ext_person.g_elig_hrs_wkd := null;
791: ben_ext_person.g_elig_pct_fl_tm := null;
792: --
793: --
794: hr_utility.set_location('Exiting'||l_proc, 15);
795: --

Line 1476: ben_ext_person.g_elig_opt_id := null ;

1472:
1473: -- we need to get option id for inclusion validation
1474: -- fusion try to cache the plan setup information
1475: -- intialize the variable
1476: ben_ext_person.g_elig_opt_id := null ;
1477: ben_ext_person.g_elig_opt_pl_fd_name := null ;
1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;
1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;

Line 1477: ben_ext_person.g_elig_opt_pl_fd_name := null ;

1473: -- we need to get option id for inclusion validation
1474: -- fusion try to cache the plan setup information
1475: -- intialize the variable
1476: ben_ext_person.g_elig_opt_id := null ;
1477: ben_ext_person.g_elig_opt_pl_fd_name := null ;
1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;
1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;

Line 1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;

1474: -- fusion try to cache the plan setup information
1475: -- intialize the variable
1476: ben_ext_person.g_elig_opt_id := null ;
1477: ben_ext_person.g_elig_opt_pl_fd_name := null ;
1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;
1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;

Line 1479: ben_ext_person.g_elig_opt_ord_no := null ;

1475: -- intialize the variable
1476: ben_ext_person.g_elig_opt_id := null ;
1477: ben_ext_person.g_elig_opt_pl_fd_name := null ;
1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;
1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;

Line 1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;

1476: ben_ext_person.g_elig_opt_id := null ;
1477: ben_ext_person.g_elig_opt_pl_fd_name := null ;
1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;
1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;

Line 1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;

1477: ben_ext_person.g_elig_opt_pl_fd_name := null ;
1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;
1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;

Line 1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;

1478: ben_ext_person.g_elig_opt_pl_fd_code := null ;
1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;

Line 1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;

1479: ben_ext_person.g_elig_opt_ord_no := null ;
1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;
1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;

Line 1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;

1480: ben_ext_person.g_elig_opt_in_pl_flex_01 := null ;
1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;
1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;
1488: ben_ext_person.g_elig_opt_in_pl_flex_09 := null ;

Line 1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;

1481: ben_ext_person.g_elig_opt_in_pl_flex_02 := null ;
1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;
1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;
1488: ben_ext_person.g_elig_opt_in_pl_flex_09 := null ;
1489: ben_ext_person.g_elig_opt_in_pl_flex_10 := null ;

Line 1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;

1482: ben_ext_person.g_elig_opt_in_pl_flex_03 := null ;
1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;
1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;
1488: ben_ext_person.g_elig_opt_in_pl_flex_09 := null ;
1489: ben_ext_person.g_elig_opt_in_pl_flex_10 := null ;
1490:

Line 1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;

1483: ben_ext_person.g_elig_opt_in_pl_flex_04 := null ;
1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;
1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;
1488: ben_ext_person.g_elig_opt_in_pl_flex_09 := null ;
1489: ben_ext_person.g_elig_opt_in_pl_flex_10 := null ;
1490:
1491: if l_elig_oipl_id_va(i) is not null then

Line 1488: ben_ext_person.g_elig_opt_in_pl_flex_09 := null ;

1484: ben_ext_person.g_elig_opt_in_pl_flex_05 := null ;
1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;
1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;
1488: ben_ext_person.g_elig_opt_in_pl_flex_09 := null ;
1489: ben_ext_person.g_elig_opt_in_pl_flex_10 := null ;
1490:
1491: if l_elig_oipl_id_va(i) is not null then
1492: open c_oipl(l_elig_oipl_id_va(i), p_effective_date) ;

Line 1489: ben_ext_person.g_elig_opt_in_pl_flex_10 := null ;

1485: ben_ext_person.g_elig_opt_in_pl_flex_06 := null ;
1486: ben_ext_person.g_elig_opt_in_pl_flex_07 := null ;
1487: ben_ext_person.g_elig_opt_in_pl_flex_08 := null ;
1488: ben_ext_person.g_elig_opt_in_pl_flex_09 := null ;
1489: ben_ext_person.g_elig_opt_in_pl_flex_10 := null ;
1490:
1491: if l_elig_oipl_id_va(i) is not null then
1492: open c_oipl(l_elig_oipl_id_va(i), p_effective_date) ;
1493: fetch c_oipl into

Line 1494: ben_ext_person.g_elig_opt_id ,

1490:
1491: if l_elig_oipl_id_va(i) is not null then
1492: open c_oipl(l_elig_oipl_id_va(i), p_effective_date) ;
1493: fetch c_oipl into
1494: ben_ext_person.g_elig_opt_id ,
1495: ben_ext_person.g_elig_opt_pl_fd_name ,
1496: ben_ext_person.g_elig_opt_pl_fd_code ,
1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,

Line 1495: ben_ext_person.g_elig_opt_pl_fd_name ,

1491: if l_elig_oipl_id_va(i) is not null then
1492: open c_oipl(l_elig_oipl_id_va(i), p_effective_date) ;
1493: fetch c_oipl into
1494: ben_ext_person.g_elig_opt_id ,
1495: ben_ext_person.g_elig_opt_pl_fd_name ,
1496: ben_ext_person.g_elig_opt_pl_fd_code ,
1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,

Line 1496: ben_ext_person.g_elig_opt_pl_fd_code ,

1492: open c_oipl(l_elig_oipl_id_va(i), p_effective_date) ;
1493: fetch c_oipl into
1494: ben_ext_person.g_elig_opt_id ,
1495: ben_ext_person.g_elig_opt_pl_fd_name ,
1496: ben_ext_person.g_elig_opt_pl_fd_code ,
1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,

Line 1497: ben_ext_person.g_elig_opt_ord_no ,

1493: fetch c_oipl into
1494: ben_ext_person.g_elig_opt_id ,
1495: ben_ext_person.g_elig_opt_pl_fd_name ,
1496: ben_ext_person.g_elig_opt_pl_fd_code ,
1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,

Line 1498: ben_ext_person.g_elig_opt_in_pl_flex_01,

1494: ben_ext_person.g_elig_opt_id ,
1495: ben_ext_person.g_elig_opt_pl_fd_name ,
1496: ben_ext_person.g_elig_opt_pl_fd_code ,
1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,

Line 1499: ben_ext_person.g_elig_opt_in_pl_flex_02,

1495: ben_ext_person.g_elig_opt_pl_fd_name ,
1496: ben_ext_person.g_elig_opt_pl_fd_code ,
1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,

Line 1500: ben_ext_person.g_elig_opt_in_pl_flex_03,

1496: ben_ext_person.g_elig_opt_pl_fd_code ,
1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,

Line 1501: ben_ext_person.g_elig_opt_in_pl_flex_04,

1497: ben_ext_person.g_elig_opt_ord_no ,
1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,
1505: ben_ext_person.g_elig_opt_in_pl_flex_08,

Line 1502: ben_ext_person.g_elig_opt_in_pl_flex_05,

1498: ben_ext_person.g_elig_opt_in_pl_flex_01,
1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,
1505: ben_ext_person.g_elig_opt_in_pl_flex_08,
1506: ben_ext_person.g_elig_opt_in_pl_flex_09,

Line 1503: ben_ext_person.g_elig_opt_in_pl_flex_06,

1499: ben_ext_person.g_elig_opt_in_pl_flex_02,
1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,
1505: ben_ext_person.g_elig_opt_in_pl_flex_08,
1506: ben_ext_person.g_elig_opt_in_pl_flex_09,
1507: ben_ext_person.g_elig_opt_in_pl_flex_10

Line 1504: ben_ext_person.g_elig_opt_in_pl_flex_07,

1500: ben_ext_person.g_elig_opt_in_pl_flex_03,
1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,
1505: ben_ext_person.g_elig_opt_in_pl_flex_08,
1506: ben_ext_person.g_elig_opt_in_pl_flex_09,
1507: ben_ext_person.g_elig_opt_in_pl_flex_10
1508: ;

Line 1505: ben_ext_person.g_elig_opt_in_pl_flex_08,

1501: ben_ext_person.g_elig_opt_in_pl_flex_04,
1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,
1505: ben_ext_person.g_elig_opt_in_pl_flex_08,
1506: ben_ext_person.g_elig_opt_in_pl_flex_09,
1507: ben_ext_person.g_elig_opt_in_pl_flex_10
1508: ;
1509: close c_oipl ;

Line 1506: ben_ext_person.g_elig_opt_in_pl_flex_09,

1502: ben_ext_person.g_elig_opt_in_pl_flex_05,
1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,
1505: ben_ext_person.g_elig_opt_in_pl_flex_08,
1506: ben_ext_person.g_elig_opt_in_pl_flex_09,
1507: ben_ext_person.g_elig_opt_in_pl_flex_10
1508: ;
1509: close c_oipl ;
1510: end if ;

Line 1507: ben_ext_person.g_elig_opt_in_pl_flex_10

1503: ben_ext_person.g_elig_opt_in_pl_flex_06,
1504: ben_ext_person.g_elig_opt_in_pl_flex_07,
1505: ben_ext_person.g_elig_opt_in_pl_flex_08,
1506: ben_ext_person.g_elig_opt_in_pl_flex_09,
1507: ben_ext_person.g_elig_opt_in_pl_flex_10
1508: ;
1509: close c_oipl ;
1510: end if ;
1511:

Line 1520: p_elct_opt_id => ben_ext_person.g_elig_opt_id ,

1516: p_elct_enrt_strt_dt => l_elig_enrt_cvg_strt_dt_va(i),
1517: p_elct_yrprd_id => l_elig_yr_perd_id_va(i),
1518: p_elct_pgm_id => l_elig_program_id_va(i),
1519: p_elct_pl_typ_id => l_elig_pl_typ_id_va(i),
1520: p_elct_opt_id => ben_ext_person.g_elig_opt_id ,
1521: p_elct_last_upd_dt => l_elig_last_update_date_va(i),
1522: p_elct_per_in_ler_id => l_elig_per_in_ler_id_va(i),
1523: p_elct_ler_id => l_elig_ler_id_va(i),
1524: p_elct_per_in_ler_stat_cd => l_elig_per_in_ler_stat_cd_va(i),

Line 1536: ben_ext_person.g_elig_pl_name := null ;

1532: IF l_include = 'Y' THEN
1533: -- assign eligibility info to global variables
1534: --
1535: --- get plan setup information
1536: ben_ext_person.g_elig_pl_name := null ;
1537: ben_ext_person.g_elig_pl_fd_name := null ;
1538: ben_ext_person.g_elig_pl_fd_code := null ;
1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;

Line 1537: ben_ext_person.g_elig_pl_fd_name := null ;

1533: -- assign eligibility info to global variables
1534: --
1535: --- get plan setup information
1536: ben_ext_person.g_elig_pl_name := null ;
1537: ben_ext_person.g_elig_pl_fd_name := null ;
1538: ben_ext_person.g_elig_pl_fd_code := null ;
1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;

Line 1538: ben_ext_person.g_elig_pl_fd_code := null ;

1534: --
1535: --- get plan setup information
1536: ben_ext_person.g_elig_pl_name := null ;
1537: ben_ext_person.g_elig_pl_fd_name := null ;
1538: ben_ext_person.g_elig_pl_fd_code := null ;
1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;

Line 1539: ben_ext_person.g_elig_plan_flex_01 := null ;

1535: --- get plan setup information
1536: ben_ext_person.g_elig_pl_name := null ;
1537: ben_ext_person.g_elig_pl_fd_name := null ;
1538: ben_ext_person.g_elig_pl_fd_code := null ;
1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;

Line 1540: ben_ext_person.g_elig_plan_flex_02 := null ;

1536: ben_ext_person.g_elig_pl_name := null ;
1537: ben_ext_person.g_elig_pl_fd_name := null ;
1538: ben_ext_person.g_elig_pl_fd_code := null ;
1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;

Line 1541: ben_ext_person.g_elig_plan_flex_03 := null ;

1537: ben_ext_person.g_elig_pl_fd_name := null ;
1538: ben_ext_person.g_elig_pl_fd_code := null ;
1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;

Line 1542: ben_ext_person.g_elig_plan_flex_04 := null ;

1538: ben_ext_person.g_elig_pl_fd_code := null ;
1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;

Line 1543: ben_ext_person.g_elig_plan_flex_05 := null ;

1539: ben_ext_person.g_elig_plan_flex_01 := null ;
1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;
1547: ben_ext_person.g_elig_plan_flex_09 := null ;

Line 1544: ben_ext_person.g_elig_plan_flex_06 := null ;

1540: ben_ext_person.g_elig_plan_flex_02 := null ;
1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;
1547: ben_ext_person.g_elig_plan_flex_09 := null ;
1548: ben_ext_person.g_elig_plan_flex_10 := null ;

Line 1545: ben_ext_person.g_elig_plan_flex_07 := null ;

1541: ben_ext_person.g_elig_plan_flex_03 := null ;
1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;
1547: ben_ext_person.g_elig_plan_flex_09 := null ;
1548: ben_ext_person.g_elig_plan_flex_10 := null ;
1549: ben_ext_person.g_elig_cobra_payment_dys := null ;

Line 1546: ben_ext_person.g_elig_plan_flex_08 := null ;

1542: ben_ext_person.g_elig_plan_flex_04 := null ;
1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;
1547: ben_ext_person.g_elig_plan_flex_09 := null ;
1548: ben_ext_person.g_elig_plan_flex_10 := null ;
1549: ben_ext_person.g_elig_cobra_payment_dys := null ;
1550:

Line 1547: ben_ext_person.g_elig_plan_flex_09 := null ;

1543: ben_ext_person.g_elig_plan_flex_05 := null ;
1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;
1547: ben_ext_person.g_elig_plan_flex_09 := null ;
1548: ben_ext_person.g_elig_plan_flex_10 := null ;
1549: ben_ext_person.g_elig_cobra_payment_dys := null ;
1550:
1551:

Line 1548: ben_ext_person.g_elig_plan_flex_10 := null ;

1544: ben_ext_person.g_elig_plan_flex_06 := null ;
1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;
1547: ben_ext_person.g_elig_plan_flex_09 := null ;
1548: ben_ext_person.g_elig_plan_flex_10 := null ;
1549: ben_ext_person.g_elig_cobra_payment_dys := null ;
1550:
1551:
1552: if l_elig_pl_id_va(i) is not null then

Line 1549: ben_ext_person.g_elig_cobra_payment_dys := null ;

1545: ben_ext_person.g_elig_plan_flex_07 := null ;
1546: ben_ext_person.g_elig_plan_flex_08 := null ;
1547: ben_ext_person.g_elig_plan_flex_09 := null ;
1548: ben_ext_person.g_elig_plan_flex_10 := null ;
1549: ben_ext_person.g_elig_cobra_payment_dys := null ;
1550:
1551:
1552: if l_elig_pl_id_va(i) is not null then
1553: open c_pl(l_elig_pl_id_va(i),p_effective_date) ;

Line 1555: ben_ext_person.g_elig_pl_name ,

1551:
1552: if l_elig_pl_id_va(i) is not null then
1553: open c_pl(l_elig_pl_id_va(i),p_effective_date) ;
1554: fetch c_pl into
1555: ben_ext_person.g_elig_pl_name ,
1556: ben_ext_person.g_elig_pl_fd_name ,
1557: ben_ext_person.g_elig_pl_fd_code ,
1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,

Line 1556: ben_ext_person.g_elig_pl_fd_name ,

1552: if l_elig_pl_id_va(i) is not null then
1553: open c_pl(l_elig_pl_id_va(i),p_effective_date) ;
1554: fetch c_pl into
1555: ben_ext_person.g_elig_pl_name ,
1556: ben_ext_person.g_elig_pl_fd_name ,
1557: ben_ext_person.g_elig_pl_fd_code ,
1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,

Line 1557: ben_ext_person.g_elig_pl_fd_code ,

1553: open c_pl(l_elig_pl_id_va(i),p_effective_date) ;
1554: fetch c_pl into
1555: ben_ext_person.g_elig_pl_name ,
1556: ben_ext_person.g_elig_pl_fd_name ,
1557: ben_ext_person.g_elig_pl_fd_code ,
1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,

Line 1558: ben_ext_person.g_elig_plan_flex_01,

1554: fetch c_pl into
1555: ben_ext_person.g_elig_pl_name ,
1556: ben_ext_person.g_elig_pl_fd_name ,
1557: ben_ext_person.g_elig_pl_fd_code ,
1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,

Line 1559: ben_ext_person.g_elig_plan_flex_02,

1555: ben_ext_person.g_elig_pl_name ,
1556: ben_ext_person.g_elig_pl_fd_name ,
1557: ben_ext_person.g_elig_pl_fd_code ,
1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,

Line 1560: ben_ext_person.g_elig_plan_flex_03,

1556: ben_ext_person.g_elig_pl_fd_name ,
1557: ben_ext_person.g_elig_pl_fd_code ,
1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,

Line 1561: ben_ext_person.g_elig_plan_flex_04,

1557: ben_ext_person.g_elig_pl_fd_code ,
1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,

Line 1562: ben_ext_person.g_elig_plan_flex_05,

1558: ben_ext_person.g_elig_plan_flex_01,
1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,
1566: ben_ext_person.g_elig_plan_flex_09,

Line 1563: ben_ext_person.g_elig_plan_flex_06,

1559: ben_ext_person.g_elig_plan_flex_02,
1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,
1566: ben_ext_person.g_elig_plan_flex_09,
1567: ben_ext_person.g_elig_plan_flex_10,

Line 1564: ben_ext_person.g_elig_plan_flex_07,

1560: ben_ext_person.g_elig_plan_flex_03,
1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,
1566: ben_ext_person.g_elig_plan_flex_09,
1567: ben_ext_person.g_elig_plan_flex_10,
1568: ben_ext_person.g_elig_cobra_payment_dys

Line 1565: ben_ext_person.g_elig_plan_flex_08,

1561: ben_ext_person.g_elig_plan_flex_04,
1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,
1566: ben_ext_person.g_elig_plan_flex_09,
1567: ben_ext_person.g_elig_plan_flex_10,
1568: ben_ext_person.g_elig_cobra_payment_dys
1569: ;

Line 1566: ben_ext_person.g_elig_plan_flex_09,

1562: ben_ext_person.g_elig_plan_flex_05,
1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,
1566: ben_ext_person.g_elig_plan_flex_09,
1567: ben_ext_person.g_elig_plan_flex_10,
1568: ben_ext_person.g_elig_cobra_payment_dys
1569: ;
1570: close c_pl ;

Line 1567: ben_ext_person.g_elig_plan_flex_10,

1563: ben_ext_person.g_elig_plan_flex_06,
1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,
1566: ben_ext_person.g_elig_plan_flex_09,
1567: ben_ext_person.g_elig_plan_flex_10,
1568: ben_ext_person.g_elig_cobra_payment_dys
1569: ;
1570: close c_pl ;
1571: end if ;

Line 1568: ben_ext_person.g_elig_cobra_payment_dys

1564: ben_ext_person.g_elig_plan_flex_07,
1565: ben_ext_person.g_elig_plan_flex_08,
1566: ben_ext_person.g_elig_plan_flex_09,
1567: ben_ext_person.g_elig_plan_flex_10,
1568: ben_ext_person.g_elig_cobra_payment_dys
1569: ;
1570: close c_pl ;
1571: end if ;
1572:

Line 1573: ben_ext_person.g_elig_opt_name := null;

1569: ;
1570: close c_pl ;
1571: end if ;
1572:
1573: ben_ext_person.g_elig_opt_name := null;
1574: ben_ext_person.g_elig_opt_fd_name := null;
1575: ben_ext_person.g_elig_opt_fd_code := null;
1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;

Line 1574: ben_ext_person.g_elig_opt_fd_name := null;

1570: close c_pl ;
1571: end if ;
1572:
1573: ben_ext_person.g_elig_opt_name := null;
1574: ben_ext_person.g_elig_opt_fd_name := null;
1575: ben_ext_person.g_elig_opt_fd_code := null;
1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;

Line 1575: ben_ext_person.g_elig_opt_fd_code := null;

1571: end if ;
1572:
1573: ben_ext_person.g_elig_opt_name := null;
1574: ben_ext_person.g_elig_opt_fd_name := null;
1575: ben_ext_person.g_elig_opt_fd_code := null;
1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;

Line 1576: ben_ext_person.g_elig_opt_flex_01 := null;

1572:
1573: ben_ext_person.g_elig_opt_name := null;
1574: ben_ext_person.g_elig_opt_fd_name := null;
1575: ben_ext_person.g_elig_opt_fd_code := null;
1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;

Line 1577: ben_ext_person.g_elig_opt_flex_02 := null;

1573: ben_ext_person.g_elig_opt_name := null;
1574: ben_ext_person.g_elig_opt_fd_name := null;
1575: ben_ext_person.g_elig_opt_fd_code := null;
1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;

Line 1578: ben_ext_person.g_elig_opt_flex_03 := null;

1574: ben_ext_person.g_elig_opt_fd_name := null;
1575: ben_ext_person.g_elig_opt_fd_code := null;
1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;

Line 1579: ben_ext_person.g_elig_opt_flex_04 := null;

1575: ben_ext_person.g_elig_opt_fd_code := null;
1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;
1583: ben_ext_person.g_elig_opt_flex_08 := null;

Line 1580: ben_ext_person.g_elig_opt_flex_05 := null;

1576: ben_ext_person.g_elig_opt_flex_01 := null;
1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;
1583: ben_ext_person.g_elig_opt_flex_08 := null;
1584: ben_ext_person.g_elig_opt_flex_09 := null;

Line 1581: ben_ext_person.g_elig_opt_flex_06 := null;

1577: ben_ext_person.g_elig_opt_flex_02 := null;
1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;
1583: ben_ext_person.g_elig_opt_flex_08 := null;
1584: ben_ext_person.g_elig_opt_flex_09 := null;
1585: ben_ext_person.g_elig_opt_flex_10 := null;

Line 1582: ben_ext_person.g_elig_opt_flex_07 := null;

1578: ben_ext_person.g_elig_opt_flex_03 := null;
1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;
1583: ben_ext_person.g_elig_opt_flex_08 := null;
1584: ben_ext_person.g_elig_opt_flex_09 := null;
1585: ben_ext_person.g_elig_opt_flex_10 := null;
1586:

Line 1583: ben_ext_person.g_elig_opt_flex_08 := null;

1579: ben_ext_person.g_elig_opt_flex_04 := null;
1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;
1583: ben_ext_person.g_elig_opt_flex_08 := null;
1584: ben_ext_person.g_elig_opt_flex_09 := null;
1585: ben_ext_person.g_elig_opt_flex_10 := null;
1586:
1587: if ben_ext_person.g_elig_opt_id is not null then

Line 1584: ben_ext_person.g_elig_opt_flex_09 := null;

1580: ben_ext_person.g_elig_opt_flex_05 := null;
1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;
1583: ben_ext_person.g_elig_opt_flex_08 := null;
1584: ben_ext_person.g_elig_opt_flex_09 := null;
1585: ben_ext_person.g_elig_opt_flex_10 := null;
1586:
1587: if ben_ext_person.g_elig_opt_id is not null then
1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;

Line 1585: ben_ext_person.g_elig_opt_flex_10 := null;

1581: ben_ext_person.g_elig_opt_flex_06 := null;
1582: ben_ext_person.g_elig_opt_flex_07 := null;
1583: ben_ext_person.g_elig_opt_flex_08 := null;
1584: ben_ext_person.g_elig_opt_flex_09 := null;
1585: ben_ext_person.g_elig_opt_flex_10 := null;
1586:
1587: if ben_ext_person.g_elig_opt_id is not null then
1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;
1589: fetch c_opt into

Line 1587: if ben_ext_person.g_elig_opt_id is not null then

1583: ben_ext_person.g_elig_opt_flex_08 := null;
1584: ben_ext_person.g_elig_opt_flex_09 := null;
1585: ben_ext_person.g_elig_opt_flex_10 := null;
1586:
1587: if ben_ext_person.g_elig_opt_id is not null then
1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;
1589: fetch c_opt into
1590: ben_ext_person.g_elig_opt_name ,
1591: ben_ext_person.g_elig_opt_fd_name ,

Line 1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;

1584: ben_ext_person.g_elig_opt_flex_09 := null;
1585: ben_ext_person.g_elig_opt_flex_10 := null;
1586:
1587: if ben_ext_person.g_elig_opt_id is not null then
1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;
1589: fetch c_opt into
1590: ben_ext_person.g_elig_opt_name ,
1591: ben_ext_person.g_elig_opt_fd_name ,
1592: ben_ext_person.g_elig_opt_fd_code ,

Line 1590: ben_ext_person.g_elig_opt_name ,

1586:
1587: if ben_ext_person.g_elig_opt_id is not null then
1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;
1589: fetch c_opt into
1590: ben_ext_person.g_elig_opt_name ,
1591: ben_ext_person.g_elig_opt_fd_name ,
1592: ben_ext_person.g_elig_opt_fd_code ,
1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,

Line 1591: ben_ext_person.g_elig_opt_fd_name ,

1587: if ben_ext_person.g_elig_opt_id is not null then
1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;
1589: fetch c_opt into
1590: ben_ext_person.g_elig_opt_name ,
1591: ben_ext_person.g_elig_opt_fd_name ,
1592: ben_ext_person.g_elig_opt_fd_code ,
1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,

Line 1592: ben_ext_person.g_elig_opt_fd_code ,

1588: open c_opt (ben_ext_person.g_elig_opt_id,p_effective_date) ;
1589: fetch c_opt into
1590: ben_ext_person.g_elig_opt_name ,
1591: ben_ext_person.g_elig_opt_fd_name ,
1592: ben_ext_person.g_elig_opt_fd_code ,
1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,

Line 1593: ben_ext_person.g_elig_opt_flex_01 ,

1589: fetch c_opt into
1590: ben_ext_person.g_elig_opt_name ,
1591: ben_ext_person.g_elig_opt_fd_name ,
1592: ben_ext_person.g_elig_opt_fd_code ,
1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,

Line 1594: ben_ext_person.g_elig_opt_flex_02 ,

1590: ben_ext_person.g_elig_opt_name ,
1591: ben_ext_person.g_elig_opt_fd_name ,
1592: ben_ext_person.g_elig_opt_fd_code ,
1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,

Line 1595: ben_ext_person.g_elig_opt_flex_03 ,

1591: ben_ext_person.g_elig_opt_fd_name ,
1592: ben_ext_person.g_elig_opt_fd_code ,
1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,

Line 1596: ben_ext_person.g_elig_opt_flex_04 ,

1592: ben_ext_person.g_elig_opt_fd_code ,
1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,
1600: ben_ext_person.g_elig_opt_flex_08 ,

Line 1597: ben_ext_person.g_elig_opt_flex_05 ,

1593: ben_ext_person.g_elig_opt_flex_01 ,
1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,
1600: ben_ext_person.g_elig_opt_flex_08 ,
1601: ben_ext_person.g_elig_opt_flex_09 ,

Line 1598: ben_ext_person.g_elig_opt_flex_06 ,

1594: ben_ext_person.g_elig_opt_flex_02 ,
1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,
1600: ben_ext_person.g_elig_opt_flex_08 ,
1601: ben_ext_person.g_elig_opt_flex_09 ,
1602: ben_ext_person.g_elig_opt_flex_10

Line 1599: ben_ext_person.g_elig_opt_flex_07 ,

1595: ben_ext_person.g_elig_opt_flex_03 ,
1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,
1600: ben_ext_person.g_elig_opt_flex_08 ,
1601: ben_ext_person.g_elig_opt_flex_09 ,
1602: ben_ext_person.g_elig_opt_flex_10
1603: ;

Line 1600: ben_ext_person.g_elig_opt_flex_08 ,

1596: ben_ext_person.g_elig_opt_flex_04 ,
1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,
1600: ben_ext_person.g_elig_opt_flex_08 ,
1601: ben_ext_person.g_elig_opt_flex_09 ,
1602: ben_ext_person.g_elig_opt_flex_10
1603: ;
1604: close c_opt ;

Line 1601: ben_ext_person.g_elig_opt_flex_09 ,

1597: ben_ext_person.g_elig_opt_flex_05 ,
1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,
1600: ben_ext_person.g_elig_opt_flex_08 ,
1601: ben_ext_person.g_elig_opt_flex_09 ,
1602: ben_ext_person.g_elig_opt_flex_10
1603: ;
1604: close c_opt ;
1605: end if ;

Line 1602: ben_ext_person.g_elig_opt_flex_10

1598: ben_ext_person.g_elig_opt_flex_06 ,
1599: ben_ext_person.g_elig_opt_flex_07 ,
1600: ben_ext_person.g_elig_opt_flex_08 ,
1601: ben_ext_person.g_elig_opt_flex_09 ,
1602: ben_ext_person.g_elig_opt_flex_10
1603: ;
1604: close c_opt ;
1605: end if ;
1606:

Line 1607: ben_ext_person.g_elig_program_name := null ;

1603: ;
1604: close c_opt ;
1605: end if ;
1606:
1607: ben_ext_person.g_elig_program_name := null ;
1608: ben_ext_person.g_elig_pgm_fd_name := null ;
1609: ben_ext_person.g_elig_pgm_fd_code := null ;
1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;

Line 1608: ben_ext_person.g_elig_pgm_fd_name := null ;

1604: close c_opt ;
1605: end if ;
1606:
1607: ben_ext_person.g_elig_program_name := null ;
1608: ben_ext_person.g_elig_pgm_fd_name := null ;
1609: ben_ext_person.g_elig_pgm_fd_code := null ;
1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;

Line 1609: ben_ext_person.g_elig_pgm_fd_code := null ;

1605: end if ;
1606:
1607: ben_ext_person.g_elig_program_name := null ;
1608: ben_ext_person.g_elig_pgm_fd_name := null ;
1609: ben_ext_person.g_elig_pgm_fd_code := null ;
1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;

Line 1610: ben_ext_person.g_elig_pgm_flex_01 := null ;

1606:
1607: ben_ext_person.g_elig_program_name := null ;
1608: ben_ext_person.g_elig_pgm_fd_name := null ;
1609: ben_ext_person.g_elig_pgm_fd_code := null ;
1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;

Line 1611: ben_ext_person.g_elig_pgm_flex_02 := null ;

1607: ben_ext_person.g_elig_program_name := null ;
1608: ben_ext_person.g_elig_pgm_fd_name := null ;
1609: ben_ext_person.g_elig_pgm_fd_code := null ;
1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;

Line 1612: ben_ext_person.g_elig_pgm_flex_03 := null ;

1608: ben_ext_person.g_elig_pgm_fd_name := null ;
1609: ben_ext_person.g_elig_pgm_fd_code := null ;
1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;

Line 1613: ben_ext_person.g_elig_pgm_flex_04 := null ;

1609: ben_ext_person.g_elig_pgm_fd_code := null ;
1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;
1617: ben_ext_person.g_elig_pgm_flex_08 := null ;

Line 1614: ben_ext_person.g_elig_pgm_flex_05 := null ;

1610: ben_ext_person.g_elig_pgm_flex_01 := null ;
1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;
1617: ben_ext_person.g_elig_pgm_flex_08 := null ;
1618: ben_ext_person.g_elig_pgm_flex_09 := null ;

Line 1615: ben_ext_person.g_elig_pgm_flex_06 := null ;

1611: ben_ext_person.g_elig_pgm_flex_02 := null ;
1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;
1617: ben_ext_person.g_elig_pgm_flex_08 := null ;
1618: ben_ext_person.g_elig_pgm_flex_09 := null ;
1619: ben_ext_person.g_elig_pgm_flex_10 := null ;

Line 1616: ben_ext_person.g_elig_pgm_flex_07 := null ;

1612: ben_ext_person.g_elig_pgm_flex_03 := null ;
1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;
1617: ben_ext_person.g_elig_pgm_flex_08 := null ;
1618: ben_ext_person.g_elig_pgm_flex_09 := null ;
1619: ben_ext_person.g_elig_pgm_flex_10 := null ;
1620:

Line 1617: ben_ext_person.g_elig_pgm_flex_08 := null ;

1613: ben_ext_person.g_elig_pgm_flex_04 := null ;
1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;
1617: ben_ext_person.g_elig_pgm_flex_08 := null ;
1618: ben_ext_person.g_elig_pgm_flex_09 := null ;
1619: ben_ext_person.g_elig_pgm_flex_10 := null ;
1620:
1621:

Line 1618: ben_ext_person.g_elig_pgm_flex_09 := null ;

1614: ben_ext_person.g_elig_pgm_flex_05 := null ;
1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;
1617: ben_ext_person.g_elig_pgm_flex_08 := null ;
1618: ben_ext_person.g_elig_pgm_flex_09 := null ;
1619: ben_ext_person.g_elig_pgm_flex_10 := null ;
1620:
1621:
1622: if l_elig_program_id_va(i) is not null then

Line 1619: ben_ext_person.g_elig_pgm_flex_10 := null ;

1615: ben_ext_person.g_elig_pgm_flex_06 := null ;
1616: ben_ext_person.g_elig_pgm_flex_07 := null ;
1617: ben_ext_person.g_elig_pgm_flex_08 := null ;
1618: ben_ext_person.g_elig_pgm_flex_09 := null ;
1619: ben_ext_person.g_elig_pgm_flex_10 := null ;
1620:
1621:
1622: if l_elig_program_id_va(i) is not null then
1623: open c_pgm_info (l_elig_program_id_va(i),p_effective_date) ;

Line 1625: ben_ext_person.g_elig_program_name ,

1621:
1622: if l_elig_program_id_va(i) is not null then
1623: open c_pgm_info (l_elig_program_id_va(i),p_effective_date) ;
1624: fetch c_pgm_info into
1625: ben_ext_person.g_elig_program_name ,
1626: ben_ext_person.g_elig_pgm_fd_name ,
1627: ben_ext_person.g_elig_pgm_fd_code ,
1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,

Line 1626: ben_ext_person.g_elig_pgm_fd_name ,

1622: if l_elig_program_id_va(i) is not null then
1623: open c_pgm_info (l_elig_program_id_va(i),p_effective_date) ;
1624: fetch c_pgm_info into
1625: ben_ext_person.g_elig_program_name ,
1626: ben_ext_person.g_elig_pgm_fd_name ,
1627: ben_ext_person.g_elig_pgm_fd_code ,
1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,

Line 1627: ben_ext_person.g_elig_pgm_fd_code ,

1623: open c_pgm_info (l_elig_program_id_va(i),p_effective_date) ;
1624: fetch c_pgm_info into
1625: ben_ext_person.g_elig_program_name ,
1626: ben_ext_person.g_elig_pgm_fd_name ,
1627: ben_ext_person.g_elig_pgm_fd_code ,
1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,

Line 1628: ben_ext_person.g_elig_pgm_flex_01 ,

1624: fetch c_pgm_info into
1625: ben_ext_person.g_elig_program_name ,
1626: ben_ext_person.g_elig_pgm_fd_name ,
1627: ben_ext_person.g_elig_pgm_fd_code ,
1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,

Line 1629: ben_ext_person.g_elig_pgm_flex_02 ,

1625: ben_ext_person.g_elig_program_name ,
1626: ben_ext_person.g_elig_pgm_fd_name ,
1627: ben_ext_person.g_elig_pgm_fd_code ,
1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,

Line 1630: ben_ext_person.g_elig_pgm_flex_03 ,

1626: ben_ext_person.g_elig_pgm_fd_name ,
1627: ben_ext_person.g_elig_pgm_fd_code ,
1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,

Line 1631: ben_ext_person.g_elig_pgm_flex_04 ,

1627: ben_ext_person.g_elig_pgm_fd_code ,
1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,
1635: ben_ext_person.g_elig_pgm_flex_08 ,

Line 1632: ben_ext_person.g_elig_pgm_flex_05 ,

1628: ben_ext_person.g_elig_pgm_flex_01 ,
1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,
1635: ben_ext_person.g_elig_pgm_flex_08 ,
1636: ben_ext_person.g_elig_pgm_flex_09 ,

Line 1633: ben_ext_person.g_elig_pgm_flex_06 ,

1629: ben_ext_person.g_elig_pgm_flex_02 ,
1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,
1635: ben_ext_person.g_elig_pgm_flex_08 ,
1636: ben_ext_person.g_elig_pgm_flex_09 ,
1637: ben_ext_person.g_elig_pgm_flex_10

Line 1634: ben_ext_person.g_elig_pgm_flex_07 ,

1630: ben_ext_person.g_elig_pgm_flex_03 ,
1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,
1635: ben_ext_person.g_elig_pgm_flex_08 ,
1636: ben_ext_person.g_elig_pgm_flex_09 ,
1637: ben_ext_person.g_elig_pgm_flex_10
1638: ;

Line 1635: ben_ext_person.g_elig_pgm_flex_08 ,

1631: ben_ext_person.g_elig_pgm_flex_04 ,
1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,
1635: ben_ext_person.g_elig_pgm_flex_08 ,
1636: ben_ext_person.g_elig_pgm_flex_09 ,
1637: ben_ext_person.g_elig_pgm_flex_10
1638: ;
1639: close c_pgm_info ;

Line 1636: ben_ext_person.g_elig_pgm_flex_09 ,

1632: ben_ext_person.g_elig_pgm_flex_05 ,
1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,
1635: ben_ext_person.g_elig_pgm_flex_08 ,
1636: ben_ext_person.g_elig_pgm_flex_09 ,
1637: ben_ext_person.g_elig_pgm_flex_10
1638: ;
1639: close c_pgm_info ;
1640: end if ;

Line 1637: ben_ext_person.g_elig_pgm_flex_10

1633: ben_ext_person.g_elig_pgm_flex_06 ,
1634: ben_ext_person.g_elig_pgm_flex_07 ,
1635: ben_ext_person.g_elig_pgm_flex_08 ,
1636: ben_ext_person.g_elig_pgm_flex_09 ,
1637: ben_ext_person.g_elig_pgm_flex_10
1638: ;
1639: close c_pgm_info ;
1640: end if ;
1641:

Line 1642: ben_ext_person.g_elig_pl_typ_name := null ;

1638: ;
1639: close c_pgm_info ;
1640: end if ;
1641:
1642: ben_ext_person.g_elig_pl_typ_name := null ;
1643: ben_ext_person.g_elig_pl_typ_fd_name := null ;
1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;
1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;

Line 1643: ben_ext_person.g_elig_pl_typ_fd_name := null ;

1639: close c_pgm_info ;
1640: end if ;
1641:
1642: ben_ext_person.g_elig_pl_typ_name := null ;
1643: ben_ext_person.g_elig_pl_typ_fd_name := null ;
1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;
1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;

Line 1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;

1640: end if ;
1641:
1642: ben_ext_person.g_elig_pl_typ_name := null ;
1643: ben_ext_person.g_elig_pl_typ_fd_name := null ;
1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;
1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;

Line 1645: ben_ext_person.g_elig_ptp_flex_01 := null ;

1641:
1642: ben_ext_person.g_elig_pl_typ_name := null ;
1643: ben_ext_person.g_elig_pl_typ_fd_name := null ;
1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;
1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;

Line 1646: ben_ext_person.g_elig_ptp_flex_02 := null ;

1642: ben_ext_person.g_elig_pl_typ_name := null ;
1643: ben_ext_person.g_elig_pl_typ_fd_name := null ;
1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;
1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;

Line 1647: ben_ext_person.g_elig_ptp_flex_03 := null ;

1643: ben_ext_person.g_elig_pl_typ_fd_name := null ;
1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;
1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;

Line 1648: ben_ext_person.g_elig_ptp_flex_04 := null ;

1644: ben_ext_person.g_elig_pl_typ_fd_code := null ;
1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;
1652: ben_ext_person.g_elig_ptp_flex_08 := null ;

Line 1649: ben_ext_person.g_elig_ptp_flex_05 := null ;

1645: ben_ext_person.g_elig_ptp_flex_01 := null ;
1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;
1652: ben_ext_person.g_elig_ptp_flex_08 := null ;
1653: ben_ext_person.g_elig_ptp_flex_09 := null ;

Line 1650: ben_ext_person.g_elig_ptp_flex_06 := null ;

1646: ben_ext_person.g_elig_ptp_flex_02 := null ;
1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;
1652: ben_ext_person.g_elig_ptp_flex_08 := null ;
1653: ben_ext_person.g_elig_ptp_flex_09 := null ;
1654: ben_ext_person.g_elig_ptp_flex_10 := null ;

Line 1651: ben_ext_person.g_elig_ptp_flex_07 := null ;

1647: ben_ext_person.g_elig_ptp_flex_03 := null ;
1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;
1652: ben_ext_person.g_elig_ptp_flex_08 := null ;
1653: ben_ext_person.g_elig_ptp_flex_09 := null ;
1654: ben_ext_person.g_elig_ptp_flex_10 := null ;
1655:

Line 1652: ben_ext_person.g_elig_ptp_flex_08 := null ;

1648: ben_ext_person.g_elig_ptp_flex_04 := null ;
1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;
1652: ben_ext_person.g_elig_ptp_flex_08 := null ;
1653: ben_ext_person.g_elig_ptp_flex_09 := null ;
1654: ben_ext_person.g_elig_ptp_flex_10 := null ;
1655:
1656:

Line 1653: ben_ext_person.g_elig_ptp_flex_09 := null ;

1649: ben_ext_person.g_elig_ptp_flex_05 := null ;
1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;
1652: ben_ext_person.g_elig_ptp_flex_08 := null ;
1653: ben_ext_person.g_elig_ptp_flex_09 := null ;
1654: ben_ext_person.g_elig_ptp_flex_10 := null ;
1655:
1656:
1657: if l_elig_pl_typ_id_va(i) is not null then

Line 1654: ben_ext_person.g_elig_ptp_flex_10 := null ;

1650: ben_ext_person.g_elig_ptp_flex_06 := null ;
1651: ben_ext_person.g_elig_ptp_flex_07 := null ;
1652: ben_ext_person.g_elig_ptp_flex_08 := null ;
1653: ben_ext_person.g_elig_ptp_flex_09 := null ;
1654: ben_ext_person.g_elig_ptp_flex_10 := null ;
1655:
1656:
1657: if l_elig_pl_typ_id_va(i) is not null then
1658: open c_ptp (l_elig_pl_typ_id_va(i),p_effective_date) ;

Line 1660: ben_ext_person.g_elig_pl_typ_name ,

1656:
1657: if l_elig_pl_typ_id_va(i) is not null then
1658: open c_ptp (l_elig_pl_typ_id_va(i),p_effective_date) ;
1659: fetch c_ptp into
1660: ben_ext_person.g_elig_pl_typ_name ,
1661: ben_ext_person.g_elig_pl_typ_fd_name ,
1662: ben_ext_person.g_elig_pl_typ_fd_code ,
1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,

Line 1661: ben_ext_person.g_elig_pl_typ_fd_name ,

1657: if l_elig_pl_typ_id_va(i) is not null then
1658: open c_ptp (l_elig_pl_typ_id_va(i),p_effective_date) ;
1659: fetch c_ptp into
1660: ben_ext_person.g_elig_pl_typ_name ,
1661: ben_ext_person.g_elig_pl_typ_fd_name ,
1662: ben_ext_person.g_elig_pl_typ_fd_code ,
1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,

Line 1662: ben_ext_person.g_elig_pl_typ_fd_code ,

1658: open c_ptp (l_elig_pl_typ_id_va(i),p_effective_date) ;
1659: fetch c_ptp into
1660: ben_ext_person.g_elig_pl_typ_name ,
1661: ben_ext_person.g_elig_pl_typ_fd_name ,
1662: ben_ext_person.g_elig_pl_typ_fd_code ,
1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,

Line 1663: ben_ext_person.g_elig_ptp_flex_01 ,

1659: fetch c_ptp into
1660: ben_ext_person.g_elig_pl_typ_name ,
1661: ben_ext_person.g_elig_pl_typ_fd_name ,
1662: ben_ext_person.g_elig_pl_typ_fd_code ,
1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,

Line 1664: ben_ext_person.g_elig_ptp_flex_02 ,

1660: ben_ext_person.g_elig_pl_typ_name ,
1661: ben_ext_person.g_elig_pl_typ_fd_name ,
1662: ben_ext_person.g_elig_pl_typ_fd_code ,
1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,

Line 1665: ben_ext_person.g_elig_ptp_flex_03 ,

1661: ben_ext_person.g_elig_pl_typ_fd_name ,
1662: ben_ext_person.g_elig_pl_typ_fd_code ,
1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,

Line 1666: ben_ext_person.g_elig_ptp_flex_04 ,

1662: ben_ext_person.g_elig_pl_typ_fd_code ,
1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,
1670: ben_ext_person.g_elig_ptp_flex_08 ,

Line 1667: ben_ext_person.g_elig_ptp_flex_05 ,

1663: ben_ext_person.g_elig_ptp_flex_01 ,
1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,
1670: ben_ext_person.g_elig_ptp_flex_08 ,
1671: ben_ext_person.g_elig_ptp_flex_09 ,

Line 1668: ben_ext_person.g_elig_ptp_flex_06 ,

1664: ben_ext_person.g_elig_ptp_flex_02 ,
1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,
1670: ben_ext_person.g_elig_ptp_flex_08 ,
1671: ben_ext_person.g_elig_ptp_flex_09 ,
1672: ben_ext_person.g_elig_ptp_flex_10

Line 1669: ben_ext_person.g_elig_ptp_flex_07 ,

1665: ben_ext_person.g_elig_ptp_flex_03 ,
1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,
1670: ben_ext_person.g_elig_ptp_flex_08 ,
1671: ben_ext_person.g_elig_ptp_flex_09 ,
1672: ben_ext_person.g_elig_ptp_flex_10
1673: ;

Line 1670: ben_ext_person.g_elig_ptp_flex_08 ,

1666: ben_ext_person.g_elig_ptp_flex_04 ,
1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,
1670: ben_ext_person.g_elig_ptp_flex_08 ,
1671: ben_ext_person.g_elig_ptp_flex_09 ,
1672: ben_ext_person.g_elig_ptp_flex_10
1673: ;
1674: close c_ptp ;

Line 1671: ben_ext_person.g_elig_ptp_flex_09 ,

1667: ben_ext_person.g_elig_ptp_flex_05 ,
1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,
1670: ben_ext_person.g_elig_ptp_flex_08 ,
1671: ben_ext_person.g_elig_ptp_flex_09 ,
1672: ben_ext_person.g_elig_ptp_flex_10
1673: ;
1674: close c_ptp ;
1675: end if ;

Line 1672: ben_ext_person.g_elig_ptp_flex_10

1668: ben_ext_person.g_elig_ptp_flex_06 ,
1669: ben_ext_person.g_elig_ptp_flex_07 ,
1670: ben_ext_person.g_elig_ptp_flex_08 ,
1671: ben_ext_person.g_elig_ptp_flex_09 ,
1672: ben_ext_person.g_elig_ptp_flex_10
1673: ;
1674: close c_ptp ;
1675: end if ;
1676:

Line 1677: ben_ext_person.g_elig_pl_pgm_fd_name := null ;

1673: ;
1674: close c_ptp ;
1675: end if ;
1676:
1677: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
1678: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
1679: ben_ext_person.g_elig_pl_ord_no := null ;
1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;

Line 1678: ben_ext_person.g_elig_pl_pgm_fd_code := null ;

1674: close c_ptp ;
1675: end if ;
1676:
1677: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
1678: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
1679: ben_ext_person.g_elig_pl_ord_no := null ;
1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;

Line 1679: ben_ext_person.g_elig_pl_ord_no := null ;

1675: end if ;
1676:
1677: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
1678: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
1679: ben_ext_person.g_elig_pl_ord_no := null ;
1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;

Line 1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;

1676:
1677: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
1678: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
1679: ben_ext_person.g_elig_pl_ord_no := null ;
1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;

Line 1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;

1677: ben_ext_person.g_elig_pl_pgm_fd_name := null ;
1678: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
1679: ben_ext_person.g_elig_pl_ord_no := null ;
1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;

Line 1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;

1678: ben_ext_person.g_elig_pl_pgm_fd_code := null ;
1679: ben_ext_person.g_elig_pl_ord_no := null ;
1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;

Line 1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;

1679: ben_ext_person.g_elig_pl_ord_no := null ;
1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;
1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;

Line 1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;

1680: ben_ext_person.g_elig_pl_in_pgm_flex_01 := null ;
1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;
1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;
1688: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null ;

Line 1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;

1681: ben_ext_person.g_elig_pl_in_pgm_flex_02 := null ;
1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;
1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;
1688: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null ;
1689: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null ;

Line 1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;

1682: ben_ext_person.g_elig_pl_in_pgm_flex_03 := null ;
1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;
1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;
1688: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null ;
1689: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null ;
1690:

Line 1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;

1683: ben_ext_person.g_elig_pl_in_pgm_flex_04 := null ;
1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;
1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;
1688: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null ;
1689: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null ;
1690:
1691:

Line 1688: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null ;

1684: ben_ext_person.g_elig_pl_in_pgm_flex_05 := null ;
1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;
1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;
1688: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null ;
1689: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null ;
1690:
1691:
1692:

Line 1689: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null ;

1685: ben_ext_person.g_elig_pl_in_pgm_flex_06 := null ;
1686: ben_ext_person.g_elig_pl_in_pgm_flex_07 := null ;
1687: ben_ext_person.g_elig_pl_in_pgm_flex_08 := null ;
1688: ben_ext_person.g_elig_pl_in_pgm_flex_09 := null ;
1689: ben_ext_person.g_elig_pl_in_pgm_flex_10 := null ;
1690:
1691:
1692:
1693: if l_elig_plip_id_va(i) is not null then

Line 1696: ben_ext_person.g_elig_pl_pgm_fd_name ,

1692:
1693: if l_elig_plip_id_va(i) is not null then
1694: open c_plip (l_elig_plip_id_va(i),p_effective_date) ;
1695: fetch c_plip into
1696: ben_ext_person.g_elig_pl_pgm_fd_name ,
1697: ben_ext_person.g_elig_pl_pgm_fd_code ,
1698: ben_ext_person.g_elig_pl_ord_no ,
1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,

Line 1697: ben_ext_person.g_elig_pl_pgm_fd_code ,

1693: if l_elig_plip_id_va(i) is not null then
1694: open c_plip (l_elig_plip_id_va(i),p_effective_date) ;
1695: fetch c_plip into
1696: ben_ext_person.g_elig_pl_pgm_fd_name ,
1697: ben_ext_person.g_elig_pl_pgm_fd_code ,
1698: ben_ext_person.g_elig_pl_ord_no ,
1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,

Line 1698: ben_ext_person.g_elig_pl_ord_no ,

1694: open c_plip (l_elig_plip_id_va(i),p_effective_date) ;
1695: fetch c_plip into
1696: ben_ext_person.g_elig_pl_pgm_fd_name ,
1697: ben_ext_person.g_elig_pl_pgm_fd_code ,
1698: ben_ext_person.g_elig_pl_ord_no ,
1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,

Line 1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,

1695: fetch c_plip into
1696: ben_ext_person.g_elig_pl_pgm_fd_name ,
1697: ben_ext_person.g_elig_pl_pgm_fd_code ,
1698: ben_ext_person.g_elig_pl_ord_no ,
1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,

Line 1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,

1696: ben_ext_person.g_elig_pl_pgm_fd_name ,
1697: ben_ext_person.g_elig_pl_pgm_fd_code ,
1698: ben_ext_person.g_elig_pl_ord_no ,
1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,

Line 1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,

1697: ben_ext_person.g_elig_pl_pgm_fd_code ,
1698: ben_ext_person.g_elig_pl_ord_no ,
1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,

Line 1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,

1698: ben_ext_person.g_elig_pl_ord_no ,
1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,
1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,

Line 1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,

1699: ben_ext_person.g_elig_pl_in_pgm_flex_01 ,
1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,
1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,
1707: ben_ext_person.g_elig_pl_in_pgm_flex_09 ,

Line 1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,

1700: ben_ext_person.g_elig_pl_in_pgm_flex_02 ,
1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,
1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,
1707: ben_ext_person.g_elig_pl_in_pgm_flex_09 ,
1708: ben_ext_person.g_elig_pl_in_pgm_flex_10

Line 1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,

1701: ben_ext_person.g_elig_pl_in_pgm_flex_03 ,
1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,
1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,
1707: ben_ext_person.g_elig_pl_in_pgm_flex_09 ,
1708: ben_ext_person.g_elig_pl_in_pgm_flex_10
1709: ;

Line 1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,

1702: ben_ext_person.g_elig_pl_in_pgm_flex_04 ,
1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,
1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,
1707: ben_ext_person.g_elig_pl_in_pgm_flex_09 ,
1708: ben_ext_person.g_elig_pl_in_pgm_flex_10
1709: ;
1710:

Line 1707: ben_ext_person.g_elig_pl_in_pgm_flex_09 ,

1703: ben_ext_person.g_elig_pl_in_pgm_flex_05 ,
1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,
1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,
1707: ben_ext_person.g_elig_pl_in_pgm_flex_09 ,
1708: ben_ext_person.g_elig_pl_in_pgm_flex_10
1709: ;
1710:
1711: close c_plip ;

Line 1708: ben_ext_person.g_elig_pl_in_pgm_flex_10

1704: ben_ext_person.g_elig_pl_in_pgm_flex_06 ,
1705: ben_ext_person.g_elig_pl_in_pgm_flex_07 ,
1706: ben_ext_person.g_elig_pl_in_pgm_flex_08 ,
1707: ben_ext_person.g_elig_pl_in_pgm_flex_09 ,
1708: ben_ext_person.g_elig_pl_in_pgm_flex_10
1709: ;
1710:
1711: close c_plip ;
1712: end if ;

Line 1716: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;

1712: end if ;
1713:
1714:
1715:
1716: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
1717: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
1718:
1719: if l_elig_ptip_id_va(i) is not null then
1720: open c_ptip (l_elig_ptip_id_va(i),p_effective_date) ;

Line 1717: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;

1713:
1714:
1715:
1716: ben_ext_person.g_elig_pl_typ_pgm_fd_name := null ;
1717: ben_ext_person.g_elig_pl_typ_pgm_fd_code := null ;
1718:
1719: if l_elig_ptip_id_va(i) is not null then
1720: open c_ptip (l_elig_ptip_id_va(i),p_effective_date) ;
1721: fetch c_ptip into

Line 1722: ben_ext_person.g_elig_pl_typ_pgm_fd_name ,

1718:
1719: if l_elig_ptip_id_va(i) is not null then
1720: open c_ptip (l_elig_ptip_id_va(i),p_effective_date) ;
1721: fetch c_ptip into
1722: ben_ext_person.g_elig_pl_typ_pgm_fd_name ,
1723: ben_ext_person.g_elig_pl_typ_pgm_fd_code
1724: ;
1725: close c_ptip ;
1726: end if ;

Line 1723: ben_ext_person.g_elig_pl_typ_pgm_fd_code

1719: if l_elig_ptip_id_va(i) is not null then
1720: open c_ptip (l_elig_ptip_id_va(i),p_effective_date) ;
1721: fetch c_ptip into
1722: ben_ext_person.g_elig_pl_typ_pgm_fd_name ,
1723: ben_ext_person.g_elig_pl_typ_pgm_fd_code
1724: ;
1725: close c_ptip ;
1726: end if ;
1727:

Line 1730: ben_ext_person.g_elig_per_elctbl_chc_id := l_elig_per_elctbl_chc_id_va(i);

1726: end if ;
1727:
1728:
1729:
1730: ben_ext_person.g_elig_per_elctbl_chc_id := l_elig_per_elctbl_chc_id_va(i);
1731: ben_ext_person.g_elig_cvg_amt := l_elig_cvg_amt_va(i);
1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);
1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);

Line 1731: ben_ext_person.g_elig_cvg_amt := l_elig_cvg_amt_va(i);

1727:
1728:
1729:
1730: ben_ext_person.g_elig_per_elctbl_chc_id := l_elig_per_elctbl_chc_id_va(i);
1731: ben_ext_person.g_elig_cvg_amt := l_elig_cvg_amt_va(i);
1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);
1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);

Line 1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);

1728:
1729:
1730: ben_ext_person.g_elig_per_elctbl_chc_id := l_elig_per_elctbl_chc_id_va(i);
1731: ben_ext_person.g_elig_cvg_amt := l_elig_cvg_amt_va(i);
1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);
1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);

Line 1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);

1729:
1730: ben_ext_person.g_elig_per_elctbl_chc_id := l_elig_per_elctbl_chc_id_va(i);
1731: ben_ext_person.g_elig_cvg_amt := l_elig_cvg_amt_va(i);
1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);
1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);

Line 1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);

1730: ben_ext_person.g_elig_per_elctbl_chc_id := l_elig_per_elctbl_chc_id_va(i);
1731: ben_ext_person.g_elig_cvg_amt := l_elig_cvg_amt_va(i);
1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);
1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);

Line 1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);

1731: ben_ext_person.g_elig_cvg_amt := l_elig_cvg_amt_va(i);
1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);
1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);

Line 1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);

1732: ben_ext_person.g_elig_cvg_min_amt := l_elig_mn_val_va(i);
1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);

Line 1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);

1733: ben_ext_person.g_elig_cvg_max_amt := l_elig_mx_val_va(i);
1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);

Line 1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);

1734: ben_ext_person.g_elig_cvg_inc_amt := l_elig_incrmt_val_va(i);
1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);

Line 1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);

1735: ben_ext_person.g_elig_cvg_dfl_amt := l_elig_dflt_val_va(i);
1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);

Line 1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);

1736: ben_ext_person.g_elig_cvg_dfl_flg := l_elig_dflt_flag_va(i);
1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);

Line 1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);

1737: ben_ext_person.g_elig_cvg_seq_no := l_elig_ordr_num_va(i);
1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);

Line 1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);

1738: ben_ext_person.g_elig_cvg_onl_flg := l_elig_entr_val_at_flag_va(i);
1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);

Line 1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);

1739: ben_ext_person.g_elig_cvg_calc_mthd := l_elig_cvg_mlt_cd_va(i);
1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);

Line 1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);

1740: ben_ext_person.g_elig_cvg_bnft_typ := l_elig_bnft_typ_cd_va(i);
1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);

Line 1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);

1741: ben_ext_person.g_elig_cvg_bnft_uom := l_elig_nnmntry_uom_va(i);
1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);

Line 1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);

1742: ben_ext_person.g_elig_enrt_strt_dt := l_elig_enrt_strt_dt_va(i);
1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);

Line 1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);

1743: ben_ext_person.g_elig_enrt_end_dt := l_elig_enrt_end_dt_va(i);
1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);

Line 1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);

1744: ben_ext_person.g_elig_dflt_enrt_dt := l_elig_dflt_enrt_dt_va(i);
1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);

Line 1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);

1745: ben_ext_person.g_elig_uom := l_elig_uom_va(i);
1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);

Line 1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);

1746: ben_ext_person.g_elig_pl_id := l_elig_pl_id_va(i);
1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);

Line 1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);

1747: ben_ext_person.g_elig_pl_typ_id := l_elig_pl_typ_id_va(i);
1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);

Line 1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);

1748: ben_ext_person.g_elig_elec_made_dt := l_elig_elcn_made_dt_va(i);
1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);

Line 1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);

1749: ben_ext_person.g_elig_program_id := l_elig_program_id_va(i);
1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);

Line 1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);

1750: ben_ext_person.g_elig_pl_seq_num := l_elig_pl_seq_num_va(i);
1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);

Line 1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);

1751: ben_ext_person.g_elig_pip_seq_num := l_elig_plip_seq_num_va(i);
1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);

Line 1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);

1752: ben_ext_person.g_elig_ptp_seq_num := l_elig_ptip_seq_num_va(i);
1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);

Line 1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);

1753: ben_ext_person.g_elig_oip_seq_num := l_elig_oipl_seq_num_va(i);
1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);
1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);

Line 1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);

1754: ben_ext_person.g_elig_flex_01 := l_elig_flex_01_va(i);
1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);
1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);
1762: ben_ext_person.g_elig_flex_09 := l_elig_flex_09_va(i);

Line 1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);

1755: ben_ext_person.g_elig_flex_02 := l_elig_flex_02_va(i);
1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);
1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);
1762: ben_ext_person.g_elig_flex_09 := l_elig_flex_09_va(i);
1763: ben_ext_person.g_elig_flex_10 := l_elig_flex_10_va(i);

Line 1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);

1756: ben_ext_person.g_elig_flex_03 := l_elig_flex_03_va(i);
1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);
1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);
1762: ben_ext_person.g_elig_flex_09 := l_elig_flex_09_va(i);
1763: ben_ext_person.g_elig_flex_10 := l_elig_flex_10_va(i);
1764: --

Line 1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);

1757: ben_ext_person.g_elig_flex_04 := l_elig_flex_04_va(i);
1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);
1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);
1762: ben_ext_person.g_elig_flex_09 := l_elig_flex_09_va(i);
1763: ben_ext_person.g_elig_flex_10 := l_elig_flex_10_va(i);
1764: --
1765: --

Line 1762: ben_ext_person.g_elig_flex_09 := l_elig_flex_09_va(i);

1758: ben_ext_person.g_elig_flex_05 := l_elig_flex_05_va(i);
1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);
1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);
1762: ben_ext_person.g_elig_flex_09 := l_elig_flex_09_va(i);
1763: ben_ext_person.g_elig_flex_10 := l_elig_flex_10_va(i);
1764: --
1765: --
1766: init_detl_drvd_fctr_globals;

Line 1763: ben_ext_person.g_elig_flex_10 := l_elig_flex_10_va(i);

1759: ben_ext_person.g_elig_flex_06 := l_elig_flex_06_va(i);
1760: ben_ext_person.g_elig_flex_07 := l_elig_flex_07_va(i);
1761: ben_ext_person.g_elig_flex_08 := l_elig_flex_08_va(i);
1762: ben_ext_person.g_elig_flex_09 := l_elig_flex_09_va(i);
1763: ben_ext_person.g_elig_flex_10 := l_elig_flex_10_va(i);
1764: --
1765: --
1766: init_detl_drvd_fctr_globals;
1767: --

Line 1771: ben_ext_person.g_elig_age_val,

1767: --
1768: open c_pl_elig(l_elig_pl_id_va(i) ,l_elig_ler_id_va(i) ,l_elig_person_id_va(i));
1769: --
1770: fetch c_pl_elig into l_pl_id,
1771: ben_ext_person.g_elig_age_val,
1772: ben_ext_person.g_elig_age_uom,
1773: ben_ext_person.g_elig_los_val,
1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,

Line 1772: ben_ext_person.g_elig_age_uom,

1768: open c_pl_elig(l_elig_pl_id_va(i) ,l_elig_ler_id_va(i) ,l_elig_person_id_va(i));
1769: --
1770: fetch c_pl_elig into l_pl_id,
1771: ben_ext_person.g_elig_age_val,
1772: ben_ext_person.g_elig_age_uom,
1773: ben_ext_person.g_elig_los_val,
1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,

Line 1773: ben_ext_person.g_elig_los_val,

1769: --
1770: fetch c_pl_elig into l_pl_id,
1771: ben_ext_person.g_elig_age_val,
1772: ben_ext_person.g_elig_age_uom,
1773: ben_ext_person.g_elig_los_val,
1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,
1777: ben_ext_person.g_elig_cmbn_age_n_los,

Line 1774: ben_ext_person.g_elig_los_uom,

1770: fetch c_pl_elig into l_pl_id,
1771: ben_ext_person.g_elig_age_val,
1772: ben_ext_person.g_elig_age_uom,
1773: ben_ext_person.g_elig_los_val,
1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,
1777: ben_ext_person.g_elig_cmbn_age_n_los,
1778: ben_ext_person.g_elig_hrs_wkd,

Line 1775: ben_ext_person.g_elig_comp_amt,

1771: ben_ext_person.g_elig_age_val,
1772: ben_ext_person.g_elig_age_uom,
1773: ben_ext_person.g_elig_los_val,
1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,
1777: ben_ext_person.g_elig_cmbn_age_n_los,
1778: ben_ext_person.g_elig_hrs_wkd,
1779: ben_ext_person.g_elig_pct_fl_tm;

Line 1776: ben_ext_person.g_elig_comp_amt_uom,

1772: ben_ext_person.g_elig_age_uom,
1773: ben_ext_person.g_elig_los_val,
1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,
1777: ben_ext_person.g_elig_cmbn_age_n_los,
1778: ben_ext_person.g_elig_hrs_wkd,
1779: ben_ext_person.g_elig_pct_fl_tm;
1780: --

Line 1777: ben_ext_person.g_elig_cmbn_age_n_los,

1773: ben_ext_person.g_elig_los_val,
1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,
1777: ben_ext_person.g_elig_cmbn_age_n_los,
1778: ben_ext_person.g_elig_hrs_wkd,
1779: ben_ext_person.g_elig_pct_fl_tm;
1780: --
1781: if c_pl_elig%notfound then

Line 1778: ben_ext_person.g_elig_hrs_wkd,

1774: ben_ext_person.g_elig_los_uom,
1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,
1777: ben_ext_person.g_elig_cmbn_age_n_los,
1778: ben_ext_person.g_elig_hrs_wkd,
1779: ben_ext_person.g_elig_pct_fl_tm;
1780: --
1781: if c_pl_elig%notfound then
1782: --

Line 1779: ben_ext_person.g_elig_pct_fl_tm;

1775: ben_ext_person.g_elig_comp_amt,
1776: ben_ext_person.g_elig_comp_amt_uom,
1777: ben_ext_person.g_elig_cmbn_age_n_los,
1778: ben_ext_person.g_elig_hrs_wkd,
1779: ben_ext_person.g_elig_pct_fl_tm;
1780: --
1781: if c_pl_elig%notfound then
1782: --
1783: open c_pgm(l_elig_pl_id_va(i) ,l_elig_ler_id_va(i) ,l_elig_person_id_va(i));

Line 1786: ben_ext_person.g_elig_age_val,

1782: --
1783: open c_pgm(l_elig_pl_id_va(i) ,l_elig_ler_id_va(i) ,l_elig_person_id_va(i));
1784: --
1785: fetch c_pgm into l_pl_id,
1786: ben_ext_person.g_elig_age_val,
1787: ben_ext_person.g_elig_age_uom,
1788: ben_ext_person.g_elig_los_val,
1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,

Line 1787: ben_ext_person.g_elig_age_uom,

1783: open c_pgm(l_elig_pl_id_va(i) ,l_elig_ler_id_va(i) ,l_elig_person_id_va(i));
1784: --
1785: fetch c_pgm into l_pl_id,
1786: ben_ext_person.g_elig_age_val,
1787: ben_ext_person.g_elig_age_uom,
1788: ben_ext_person.g_elig_los_val,
1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,

Line 1788: ben_ext_person.g_elig_los_val,

1784: --
1785: fetch c_pgm into l_pl_id,
1786: ben_ext_person.g_elig_age_val,
1787: ben_ext_person.g_elig_age_uom,
1788: ben_ext_person.g_elig_los_val,
1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,
1792: ben_ext_person.g_elig_cmbn_age_n_los,

Line 1789: ben_ext_person.g_elig_los_uom ,

1785: fetch c_pgm into l_pl_id,
1786: ben_ext_person.g_elig_age_val,
1787: ben_ext_person.g_elig_age_uom,
1788: ben_ext_person.g_elig_los_val,
1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,
1792: ben_ext_person.g_elig_cmbn_age_n_los,
1793: ben_ext_person.g_elig_hrs_wkd,

Line 1790: ben_ext_person.g_elig_comp_amt,

1786: ben_ext_person.g_elig_age_val,
1787: ben_ext_person.g_elig_age_uom,
1788: ben_ext_person.g_elig_los_val,
1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,
1792: ben_ext_person.g_elig_cmbn_age_n_los,
1793: ben_ext_person.g_elig_hrs_wkd,
1794: ben_ext_person.g_elig_pct_fl_tm;

Line 1791: ben_ext_person.g_elig_comp_amt_uom,

1787: ben_ext_person.g_elig_age_uom,
1788: ben_ext_person.g_elig_los_val,
1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,
1792: ben_ext_person.g_elig_cmbn_age_n_los,
1793: ben_ext_person.g_elig_hrs_wkd,
1794: ben_ext_person.g_elig_pct_fl_tm;
1795: --

Line 1792: ben_ext_person.g_elig_cmbn_age_n_los,

1788: ben_ext_person.g_elig_los_val,
1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,
1792: ben_ext_person.g_elig_cmbn_age_n_los,
1793: ben_ext_person.g_elig_hrs_wkd,
1794: ben_ext_person.g_elig_pct_fl_tm;
1795: --
1796: close c_pgm;

Line 1793: ben_ext_person.g_elig_hrs_wkd,

1789: ben_ext_person.g_elig_los_uom ,
1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,
1792: ben_ext_person.g_elig_cmbn_age_n_los,
1793: ben_ext_person.g_elig_hrs_wkd,
1794: ben_ext_person.g_elig_pct_fl_tm;
1795: --
1796: close c_pgm;
1797: --

Line 1794: ben_ext_person.g_elig_pct_fl_tm;

1790: ben_ext_person.g_elig_comp_amt,
1791: ben_ext_person.g_elig_comp_amt_uom,
1792: ben_ext_person.g_elig_cmbn_age_n_los,
1793: ben_ext_person.g_elig_hrs_wkd,
1794: ben_ext_person.g_elig_pct_fl_tm;
1795: --
1796: close c_pgm;
1797: --
1798: end if;

Line 1817: fetch c_prem_tot into ben_ext_person.g_elig_total_premium_amt

1813: if ben_extract.g_eprem_csr = 'Y' then
1814: --
1815: open c_prem_tot(l_elig_per_elctbl_chc_id_va(i));
1816: --
1817: fetch c_prem_tot into ben_ext_person.g_elig_total_premium_amt
1818: , ben_ext_person.g_elig_total_premium_uom;
1819: --
1820: close c_prem_tot;
1821: --

Line 1818: , ben_ext_person.g_elig_total_premium_uom;

1814: --
1815: open c_prem_tot(l_elig_per_elctbl_chc_id_va(i));
1816: --
1817: fetch c_prem_tot into ben_ext_person.g_elig_total_premium_amt
1818: , ben_ext_person.g_elig_total_premium_uom;
1819: --
1820: close c_prem_tot;
1821: --
1822: end if;

Line 1831: fetch c_rpt_grp into ben_ext_person.g_elig_rpt_group_id,

1827: if ben_extract.g_ergrp_csr = 'Y' then
1828: --
1829: open c_rpt_grp(l_elig_per_elctbl_chc_id_va(i));
1830: --
1831: fetch c_rpt_grp into ben_ext_person.g_elig_rpt_group_id,
1832: ben_ext_person.g_elig_rpt_group_name;
1833: --
1834: close c_rpt_grp;
1835: --

Line 1832: ben_ext_person.g_elig_rpt_group_name;

1828: --
1829: open c_rpt_grp(l_elig_per_elctbl_chc_id_va(i));
1830: --
1831: fetch c_rpt_grp into ben_ext_person.g_elig_rpt_group_id,
1832: ben_ext_person.g_elig_rpt_group_name;
1833: --
1834: close c_rpt_grp;
1835: --
1836: end if;

Line 1845: fetch c_pl_yr into ben_ext_person.g_elig_pl_yr_strdt,

1841: if ben_extract.g_eplyr_csr = 'Y' then
1842: --
1843: open c_pl_yr(l_elig_per_elctbl_chc_id_va(i));
1844: --
1845: fetch c_pl_yr into ben_ext_person.g_elig_pl_yr_strdt,
1846: ben_ext_person.g_elig_pl_yr_enddt;
1847: --
1848: close c_pl_yr;
1849: --

Line 1846: ben_ext_person.g_elig_pl_yr_enddt;

1842: --
1843: open c_pl_yr(l_elig_per_elctbl_chc_id_va(i));
1844: --
1845: fetch c_pl_yr into ben_ext_person.g_elig_pl_yr_strdt,
1846: ben_ext_person.g_elig_pl_yr_enddt;
1847: --
1848: close c_pl_yr;
1849: --
1850: end if;

Line 1858: fetch c_ler into ben_ext_person.g_elig_ler_id,

1854: if ben_extract.g_eler_csr = 'Y' then
1855: --
1856: open c_ler(l_elig_per_in_ler_id_va(i)) ;
1857: --
1858: fetch c_ler into ben_ext_person.g_elig_ler_id,
1859: ben_ext_person.g_elig_lfevt_name,
1860: ben_ext_person.g_elig_lfevt_status,
1861: ben_ext_person.g_elig_lfevt_note_dt,
1862: ben_ext_person.g_elig_lfevt_ocrd_dt;

Line 1859: ben_ext_person.g_elig_lfevt_name,

1855: --
1856: open c_ler(l_elig_per_in_ler_id_va(i)) ;
1857: --
1858: fetch c_ler into ben_ext_person.g_elig_ler_id,
1859: ben_ext_person.g_elig_lfevt_name,
1860: ben_ext_person.g_elig_lfevt_status,
1861: ben_ext_person.g_elig_lfevt_note_dt,
1862: ben_ext_person.g_elig_lfevt_ocrd_dt;
1863: --

Line 1860: ben_ext_person.g_elig_lfevt_status,

1856: open c_ler(l_elig_per_in_ler_id_va(i)) ;
1857: --
1858: fetch c_ler into ben_ext_person.g_elig_ler_id,
1859: ben_ext_person.g_elig_lfevt_name,
1860: ben_ext_person.g_elig_lfevt_status,
1861: ben_ext_person.g_elig_lfevt_note_dt,
1862: ben_ext_person.g_elig_lfevt_ocrd_dt;
1863: --
1864: close c_ler;

Line 1861: ben_ext_person.g_elig_lfevt_note_dt,

1857: --
1858: fetch c_ler into ben_ext_person.g_elig_ler_id,
1859: ben_ext_person.g_elig_lfevt_name,
1860: ben_ext_person.g_elig_lfevt_status,
1861: ben_ext_person.g_elig_lfevt_note_dt,
1862: ben_ext_person.g_elig_lfevt_ocrd_dt;
1863: --
1864: close c_ler;
1865: --

Line 1862: ben_ext_person.g_elig_lfevt_ocrd_dt;

1858: fetch c_ler into ben_ext_person.g_elig_ler_id,
1859: ben_ext_person.g_elig_lfevt_name,
1860: ben_ext_person.g_elig_lfevt_status,
1861: ben_ext_person.g_elig_lfevt_note_dt,
1862: ben_ext_person.g_elig_lfevt_ocrd_dt;
1863: --
1864: close c_ler;
1865: --
1866: end if;

Line 1875: fetch c_cbradm_pl into ben_ext_person.g_elig_cobra_admin_name ,

1871: if ben_Extract.g_cbradm_csr = 'Y' then
1872:
1873: hr_utility.set_location('getting cobra admin ' ,160);
1874: open c_cbradm_pl(l_elig_pl_id_va(i));
1875: fetch c_cbradm_pl into ben_ext_person.g_elig_cobra_admin_name ,
1876: l_organization_id ;
1877: if c_cbradm_pl%notfound then
1878: open c_cbradm_pgm(l_elig_program_id_va(i));
1879: fetch c_cbradm_pgm into ben_ext_person.g_elig_cobra_admin_name ,

Line 1879: fetch c_cbradm_pgm into ben_ext_person.g_elig_cobra_admin_name ,

1875: fetch c_cbradm_pl into ben_ext_person.g_elig_cobra_admin_name ,
1876: l_organization_id ;
1877: if c_cbradm_pl%notfound then
1878: open c_cbradm_pgm(l_elig_program_id_va(i));
1879: fetch c_cbradm_pgm into ben_ext_person.g_elig_cobra_admin_name ,
1880: l_organization_id ;
1881: close c_cbradm_pgm ;
1882: end if ;
1883: close c_cbradm_pl ;

Line 1884: hr_utility.set_location(' cobra admin ' || ben_ext_person.g_elig_cobra_admin_name ,160);

1880: l_organization_id ;
1881: close c_cbradm_pgm ;
1882: end if ;
1883: close c_cbradm_pl ;
1884: hr_utility.set_location(' cobra admin ' || ben_ext_person.g_elig_cobra_admin_name ,160);
1885: --- cobra admin address
1886: if l_organization_id is not null then
1887:
1888: hr_utility.set_location('getting cobra admin address ' ,160);

Line 1891: ben_ext_person.g_elig_cobra_admin_org_name

1887:
1888: hr_utility.set_location('getting cobra admin address ' ,160);
1889: open c_cbradm_adr(l_organization_id ) ;
1890: fetch c_cbradm_adr into
1891: ben_ext_person.g_elig_cobra_admin_org_name
1892: ,ben_ext_person.g_elig_cobra_admin_addr1
1893: ,ben_ext_person.g_elig_cobra_admin_addr2
1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city

Line 1892: ,ben_ext_person.g_elig_cobra_admin_addr1

1888: hr_utility.set_location('getting cobra admin address ' ,160);
1889: open c_cbradm_adr(l_organization_id ) ;
1890: fetch c_cbradm_adr into
1891: ben_ext_person.g_elig_cobra_admin_org_name
1892: ,ben_ext_person.g_elig_cobra_admin_addr1
1893: ,ben_ext_person.g_elig_cobra_admin_addr2
1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state

Line 1893: ,ben_ext_person.g_elig_cobra_admin_addr2

1889: open c_cbradm_adr(l_organization_id ) ;
1890: fetch c_cbradm_adr into
1891: ben_ext_person.g_elig_cobra_admin_org_name
1892: ,ben_ext_person.g_elig_cobra_admin_addr1
1893: ,ben_ext_person.g_elig_cobra_admin_addr2
1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state
1897: ,ben_ext_person.g_elig_cobra_admin_zip

Line 1894: ,ben_ext_person.g_elig_cobra_admin_addr3

1890: fetch c_cbradm_adr into
1891: ben_ext_person.g_elig_cobra_admin_org_name
1892: ,ben_ext_person.g_elig_cobra_admin_addr1
1893: ,ben_ext_person.g_elig_cobra_admin_addr2
1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state
1897: ,ben_ext_person.g_elig_cobra_admin_zip
1898: ,ben_ext_person.g_elig_cobra_admin_country

Line 1895: ,ben_ext_person.g_elig_cobra_admin_city

1891: ben_ext_person.g_elig_cobra_admin_org_name
1892: ,ben_ext_person.g_elig_cobra_admin_addr1
1893: ,ben_ext_person.g_elig_cobra_admin_addr2
1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state
1897: ,ben_ext_person.g_elig_cobra_admin_zip
1898: ,ben_ext_person.g_elig_cobra_admin_country
1899: ,ben_ext_person.g_elig_cobra_admin_phone;

Line 1896: ,ben_ext_person.g_elig_cobra_admin_state

1892: ,ben_ext_person.g_elig_cobra_admin_addr1
1893: ,ben_ext_person.g_elig_cobra_admin_addr2
1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state
1897: ,ben_ext_person.g_elig_cobra_admin_zip
1898: ,ben_ext_person.g_elig_cobra_admin_country
1899: ,ben_ext_person.g_elig_cobra_admin_phone;
1900: close c_cbradm_adr ;

Line 1897: ,ben_ext_person.g_elig_cobra_admin_zip

1893: ,ben_ext_person.g_elig_cobra_admin_addr2
1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state
1897: ,ben_ext_person.g_elig_cobra_admin_zip
1898: ,ben_ext_person.g_elig_cobra_admin_country
1899: ,ben_ext_person.g_elig_cobra_admin_phone;
1900: close c_cbradm_adr ;
1901: hr_utility.set_location(' cobra org admin ' || ben_ext_person.g_elig_cobra_admin_org_name ,160);

Line 1898: ,ben_ext_person.g_elig_cobra_admin_country

1894: ,ben_ext_person.g_elig_cobra_admin_addr3
1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state
1897: ,ben_ext_person.g_elig_cobra_admin_zip
1898: ,ben_ext_person.g_elig_cobra_admin_country
1899: ,ben_ext_person.g_elig_cobra_admin_phone;
1900: close c_cbradm_adr ;
1901: hr_utility.set_location(' cobra org admin ' || ben_ext_person.g_elig_cobra_admin_org_name ,160);
1902: hr_utility.set_location(' cobra org city ' || ben_ext_person.g_elig_cobra_admin_city ,160);

Line 1899: ,ben_ext_person.g_elig_cobra_admin_phone;

1895: ,ben_ext_person.g_elig_cobra_admin_city
1896: ,ben_ext_person.g_elig_cobra_admin_state
1897: ,ben_ext_person.g_elig_cobra_admin_zip
1898: ,ben_ext_person.g_elig_cobra_admin_country
1899: ,ben_ext_person.g_elig_cobra_admin_phone;
1900: close c_cbradm_adr ;
1901: hr_utility.set_location(' cobra org admin ' || ben_ext_person.g_elig_cobra_admin_org_name ,160);
1902: hr_utility.set_location(' cobra org city ' || ben_ext_person.g_elig_cobra_admin_city ,160);
1903: end if ;

Line 1901: hr_utility.set_location(' cobra org admin ' || ben_ext_person.g_elig_cobra_admin_org_name ,160);

1897: ,ben_ext_person.g_elig_cobra_admin_zip
1898: ,ben_ext_person.g_elig_cobra_admin_country
1899: ,ben_ext_person.g_elig_cobra_admin_phone;
1900: close c_cbradm_adr ;
1901: hr_utility.set_location(' cobra org admin ' || ben_ext_person.g_elig_cobra_admin_org_name ,160);
1902: hr_utility.set_location(' cobra org city ' || ben_ext_person.g_elig_cobra_admin_city ,160);
1903: end if ;
1904: end if ;
1905: -- cobra end

Line 1902: hr_utility.set_location(' cobra org city ' || ben_ext_person.g_elig_cobra_admin_city ,160);

1898: ,ben_ext_person.g_elig_cobra_admin_country
1899: ,ben_ext_person.g_elig_cobra_admin_phone;
1900: close c_cbradm_adr ;
1901: hr_utility.set_location(' cobra org admin ' || ben_ext_person.g_elig_cobra_admin_org_name ,160);
1902: hr_utility.set_location(' cobra org city ' || ben_ext_person.g_elig_cobra_admin_city ,160);
1903: end if ;
1904: end if ;
1905: -- cobra end
1906: