DBA Data[Home] [Help]

APPS.PER_CONTACT_RELATIONSHIPS_PKG dependencies on PER_PEOPLE12_PKG

Line 1389: per_people12_pkg.maintain_coverage(p_person_id => X_Contact_Person_Id

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

Line 2244: per_people12_pkg.maintain_coverage(p_person_id => X_Contact_Person_Id

2240: -- 1766066: added call for contact start date enh.
2241: --
2242: if (X_Date_Start is not null
2243: and X_Date_Start < l_date_start) then
2244: per_people12_pkg.maintain_coverage(p_person_id => X_Contact_Person_Id
2245: ,p_type => 'CONT'
2246: );
2247: end if;
2248: -- 1766066 end.