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 1429: per_people12_pkg.maintain_coverage(p_person_id => l_contact_person_id

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