DBA Data[Home] [Help]

APPS.HR_CONTACT_REL_API dependencies on PER_PEOPLE12_PKG

Line 777: per_people12_pkg.maintain_coverage(p_person_id => l_contact_person_id_save

773: end if;
774: --
775: -- 1766066: added call for contact start date enh.
776: --
777: per_people12_pkg.maintain_coverage(p_person_id => l_contact_person_id_save
778: ,p_type => 'CONT'
779: );
780: -- 1766066 end.
781: -- 2410386 start

Line 1428: per_people12_pkg.maintain_coverage(p_person_id => l_contact_person_id

1424: -- 1766066: added call for contact start date enh.
1425: --
1426: if (p_date_start <> hr_api.g_date
1427: and p_date_start < l_date_start) then
1428: per_people12_pkg.maintain_coverage(p_person_id => l_contact_person_id
1429: ,p_type => 'CONT'
1430: );
1431: end if;
1432: -- 1766066 end.