DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_DETERMINE_DATE

Line 148: ben_determine_date.main.

144: and update of elig_per and
145: elig_per_opt.
146: 25 Feb 99 G Perry 115.19 Converted get_start_end_dates
147: to use generic call to
148: ben_determine_date.main.
149: 09 Mar 99 G Perry 115.20 IS to AS.
150: 03 May 99 S Das 115.23 Added parameters to genutils.formula.
151: 04 May 99 S Das 115.24 Added jurisdiction code.
152: 05 May 99 G Perry 115.25 Changed code to use

Line 208: of the calls to ben_determine_date

204: This doubles the execution speed of these
205: two APIs.
206: 12-NOV-99 mhoyes 115.48 - Added new trace messages.
207: 12-NOV-99 stee 115.49 - Added business_group_id parameter to some
208: of the calls to ben_determine_date
209: procedure.
210: 10-JAN-00 stee 115.50 - Get per_in_ler info in get_start_end_dates
211: procedure for date calculations.
212: WWBUG:1096812

Line 746: ben_determine_date.main

742: else
743: --
744: --FONM END
745: */
746: ben_determine_date.main
747: (p_date_cd => l_prtn_eff_strt_dt_cd
748: ,p_per_in_ler_id => p_pil_row.per_in_ler_id
749: ,p_person_id => p_person_id
750: ,p_pgm_id => l_envpgm_id

Line 867: ben_determine_date.main

863: -- the start date used here in the case of an oipl is from the
864: -- elig_per_opt record, whereas for the pl or pgm the date is from
865: -- the elig_per record.
866: --
867: ben_determine_date.main
868: (p_date_cd => l_prtn_eff_end_dt_cd
869: ,p_start_date => p_prev_prtn_strt_dt
870: ,p_business_group_id => p_business_group_id
871: ,p_effective_date => p_effective_date

Line 883: ben_determine_date.main

879: -- the start date used here in the case of an oipl is from the
880: -- elig_per_opt record, whereas for the pl or pgm the date is from
881: -- the elig_per record.
882: --
883: ben_determine_date.main
884: (p_date_cd => l_prtn_eff_end_dt_cd
885: ,p_start_date => p_prev_prtn_strt_dt
886: ,p_business_group_id => p_business_group_id
887: ,p_effective_date => p_effective_date

Line 896: ben_determine_date.main

892: -- hr_utility.set_location('ben_determine_eligibility2.get_start_end_dates SOE E ALDCPP ben_determine_eligibility2.get_start_end_dates', 10);
893: --
894: -- as of the last day of the pay period where date occurred
895: --
896: ben_determine_date.main
897: (p_date_cd => l_prtn_eff_end_dt_cd
898: ,p_person_id => p_person_id
899: ,p_returned_date => p_prtn_eff_end_dt
900: ,p_business_group_id => p_business_group_id

Line 909: ben_determine_date.main

905: -- hr_utility.set_location('ben_determine_eligibility2.get_start_end_dates SOE E ALDCM ben_determine_eligibility2.get_start_end_dates', 10);
906: --
907: -- as of the last day of the month where date occurred
908: --
909: ben_determine_date.main
910: (p_date_cd => l_prtn_eff_end_dt_cd
911: ,p_person_id => p_person_id
912: ,p_returned_date => p_prtn_eff_end_dt
913: ,p_business_group_id => p_business_group_id

Line 922: ben_determine_date.main

918: -- hr_utility.set_location('ben_determine_eligibility2.get_start_end_dates SOE E ALDCPPSY ben_determine_eligibility2.get_start_end_dates', 10);
919: --
920: -- as of the last day of the pl semi-year where date occurred
921: --Bug 2551834 Added nvl cases to handle ptip/plip cases
922: ben_determine_date.main
923: (p_date_cd => l_prtn_eff_end_dt_cd
924: ,p_person_id => p_person_id
925: ,p_pgm_id => nvl(p_pgm_id,l_envpgm_id)
926: ,p_pl_id => nvl(p_pl_id,l_envpl_id)

Line 938: ben_determine_date.main

934: -- hr_utility.set_location('ben_determine_eligibility2.get_start_end_dates SOE E ALDCPPY ben_determine_eligibility2.get_start_end_dates', 10);
935: --
936: -- as of the last day of the pl yr where date occurred
937: --Bug 2551834 Added nvl cases to handle ptip/plip cases
938: ben_determine_date.main
939: (p_date_cd => l_prtn_eff_end_dt_cd
940: ,p_person_id => p_person_id
941: ,p_pgm_id => nvl(p_pgm_id,l_envpgm_id)
942: ,p_pl_id => nvl(p_pl_id,l_envpl_id)

Line 961: ben_determine_date.main

957: hr_utility.set_location(' SOE E <> RLBefore EEDT' || p_prtn_eff_end_dt,20);
958: --NOCOPY ISSUE
959: l_temp_prtn_strt_dt := p_prtn_eff_end_dt ;
960: --
961: ben_determine_date.main
962: (p_date_cd => l_prtn_eff_end_dt_cd
963: ,p_per_in_ler_id => p_pil_row.per_in_ler_id
964: ,p_person_id => p_person_id
965: ,p_pgm_id => l_envpgm_id