DBA Data[Home] [Help]

APPS.BEN_COBRA_REQUIREMENTS dependencies on PER_CONTACT_RELATIONSHIPS

Line 1572: from per_contact_relationships ctr

1568: and pet.system_person_type = 'PRTN';
1569: --
1570: cursor c_get_contact_type is
1571: select null
1572: from per_contact_relationships ctr
1573: where ctr.person_id = p_person_id
1574: and ctr.contact_type = 'S'
1575: and p_lf_evt_ocrd_dt
1576: between nvl(ctr.date_start,hr_api.g_sot) and

Line 2364: from per_contact_relationships ctr

2360: and pet.system_person_type = 'PRTN';
2361: --
2362: cursor c_get_cvrd_emp is
2363: select ctr.person_id
2364: from per_contact_relationships ctr
2365: ,per_person_type_usages_f ptu
2366: ,per_person_types pet
2367: where ctr.contact_person_id = p_person_id
2368: and p_lf_evt_ocrd_dt