DBA Data[Home] [Help]

APPS.BEN_ELIGIBLE_PERSON_API dependencies on BEN_BATCH_DT_API

Line 660: l_minmax_rec ben_batch_dt_api.gtyp_dtsum_row;

656: l_last_update_date ben_elig_per_f.last_update_date%TYPE;
657: l_last_updated_by ben_elig_per_f.last_updated_by%TYPE;
658: l_last_update_login ben_elig_per_f.last_update_login%TYPE;
659: --
660: l_minmax_rec ben_batch_dt_api.gtyp_dtsum_row;
661: --
662: begin
663: --
664: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 677: ben_batch_dt_api.get_personobject

673: l_effective_end_date := hr_api.g_eot;
674: --
675: -- Person
676: --
677: ben_batch_dt_api.get_personobject
678: (p_person_id => p_person_id
679: ,p_rec => l_minmax_rec
680: );
681: --

Line 682: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates

678: (p_person_id => p_person_id
679: ,p_rec => l_minmax_rec
680: );
681: --
682: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates
683: (p_effective_date => p_effective_date
684: ,p_parcolumn_name => 'person_id'
685: ,p_min_esd => l_minmax_rec.min_esd
686: ,p_max_eed => l_minmax_rec.max_eed

Line 696: ben_batch_dt_api.get_lerobject

692: -- Ler
693: --
694: if p_ler_id is not null then
695: --
696: ben_batch_dt_api.get_lerobject
697: (p_ler_id => p_ler_id
698: ,p_rec => l_minmax_rec
699: );
700: --

Line 701: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates

697: (p_ler_id => p_ler_id
698: ,p_rec => l_minmax_rec
699: );
700: --
701: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates
702: (p_effective_date => p_effective_date
703: ,p_parcolumn_name => 'ler_id'
704: ,p_min_esd => l_minmax_rec.min_esd
705: ,p_max_eed => l_minmax_rec.max_eed

Line 717: ben_batch_dt_api.get_pgmobject

713: -- Pgm
714: --
715: if p_pgm_id is not null then
716: --
717: ben_batch_dt_api.get_pgmobject
718: (p_pgm_id => p_pgm_id
719: ,p_rec => l_minmax_rec
720: );
721: --

Line 722: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates

718: (p_pgm_id => p_pgm_id
719: ,p_rec => l_minmax_rec
720: );
721: --
722: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates
723: (p_effective_date => p_effective_date
724: ,p_parcolumn_name => 'pgm_id'
725: ,p_min_esd => l_minmax_rec.min_esd
726: ,p_max_eed => l_minmax_rec.max_eed

Line 738: ben_batch_dt_api.get_ptipobject

734: -- Ptip
735: --
736: if p_ptip_id is not null then
737: --
738: ben_batch_dt_api.get_ptipobject
739: (p_ptip_id => p_ptip_id
740: ,p_rec => l_minmax_rec
741: );
742: --

Line 743: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates

739: (p_ptip_id => p_ptip_id
740: ,p_rec => l_minmax_rec
741: );
742: --
743: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates
744: (p_effective_date => p_effective_date
745: ,p_parcolumn_name => 'ptip_id'
746: ,p_min_esd => l_minmax_rec.min_esd
747: ,p_max_eed => l_minmax_rec.max_eed

Line 759: ben_batch_dt_api.get_plipobject

755: -- Plip
756: --
757: if p_plip_id is not null then
758: --
759: ben_batch_dt_api.get_plipobject
760: (p_plip_id => p_plip_id
761: ,p_rec => l_minmax_rec
762: );
763: --

Line 764: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates

760: (p_plip_id => p_plip_id
761: ,p_rec => l_minmax_rec
762: );
763: --
764: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates
765: (p_effective_date => p_effective_date
766: ,p_parcolumn_name => 'plip_id'
767: ,p_min_esd => l_minmax_rec.min_esd
768: ,p_max_eed => l_minmax_rec.max_eed

Line 780: ben_batch_dt_api.get_plobject

776: -- Plan
777: --
778: if p_pl_id is not null then
779: --
780: ben_batch_dt_api.get_plobject
781: (p_pl_id => p_pl_id
782: ,p_rec => l_minmax_rec
783: );
784: --

Line 785: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates

781: (p_pl_id => p_pl_id
782: ,p_rec => l_minmax_rec
783: );
784: --
785: ben_batch_dt_api.Get_DtIns_Start_and_End_Dates
786: (p_effective_date => p_effective_date
787: ,p_parcolumn_name => 'pl_id'
788: ,p_min_esd => l_minmax_rec.min_esd
789: ,p_max_eed => l_minmax_rec.max_eed