DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on PER_CONTACT_RELATIONSHIPS

Line 554: from per_contact_relationships csr, --?? will be _f

550: ler.ler_id,
551: pil.lf_evt_ocrd_dt,
552: pil.per_in_ler_stat_cd,
553: pel.dflt_enrt_dt
554: from per_contact_relationships csr, --?? will be _f
555: per_people_f ppf,
556: ben_per_in_ler pil,
557: ben_ler_f ler,
558: ben_pil_elctbl_chc_popl pel

Line 1464: from per_contact_relationships pcr,

1460: --
1461: cursor c_contact is
1462: select pcr.contact_person_id ,
1463: pcr.contact_relationship_id
1464: from per_contact_relationships pcr,
1465: per_all_people_f per
1466: where pcr.person_id = p_person_id
1467: and pcr.contact_person_id = per.person_id
1468: and pcr.personal_flag = 'Y'