DBA Data[Home] [Help]

APPS.PER_CONTACT_RELATIONSHIPS_PKG dependencies on PER_PEOPLE12_PKG

Line 1388: per_people12_pkg.maintain_coverage(p_person_id => X_Contact_Person_Id

1384: Insert_Contact;
1385: --
1386: -- 1766066: added call for contact start date enh.
1387: --
1388: per_people12_pkg.maintain_coverage(p_person_id => X_Contact_Person_Id
1389: ,p_type => 'CONT'
1390: );
1391: -- 1766066 end.
1392: END Insert_Row;

Line 2232: per_people12_pkg.maintain_coverage(p_person_id => X_Contact_Person_Id

2228: -- 1766066: added call for contact start date enh.
2229: --
2230: if (X_Date_Start is not null
2231: and X_Date_Start < l_date_start) then
2232: per_people12_pkg.maintain_coverage(p_person_id => X_Contact_Person_Id
2233: ,p_type => 'CONT'
2234: );
2235: end if;
2236: -- 1766066 end.