DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_OIPL_F

Line 272: l_oipl_rec ben_oipl_f%rowtype;

268: l_loc_rec hr_locations_all%rowtype;
269: l_ass_rec per_all_assignments_f%rowtype;
270: l_pil_rec ben_per_in_ler%rowtype;
271: l_pl_rec ben_pl_f%rowtype;
272: l_oipl_rec ben_oipl_f%rowtype;
273: l_jurisdiction_code varchar2(30);
274: l_env ben_env_object.g_global_env_rec_type;
275: --
276: begin

Line 598: from ben_pl_f pl2 , ben_oipl_f oipl2

594: and pl1.business_group_id = p_business_group_id
595: and l_effective_date between pl1.effective_start_date and pl1.effective_end_date))
596: and ( p_oipl_id is null
597: or exists ( select 1
598: from ben_pl_f pl2 , ben_oipl_f oipl2
599: where oipl2.oipl_id = p_oipl_id
600: and ptp.OPT_TYP_CD = 'CWB'
601: and pl2.pl_id = oipl2.pl_id
602: and pl2.pl_typ_id = ptp.pl_typ_id