DBA Data[Home] [Help]

APPS.BEN_PPL_BUS dependencies on BEN_PER_IN_LER

Line 803: from ben_per_in_ler pil

799: p_lf_evt_ocrd_dt in date) return boolean is
800: --
801: cursor c1 is
802: select null
803: from ben_per_in_ler pil
804: where pil.person_id = p_person_id
805: and pil.business_group_id+0 = p_business_group_id
806: and pil.ler_id = p_ler_id
807: and pil.lf_evt_ocrd_dt = p_lf_evt_ocrd_dt;