DBA Data[Home] [Help]

APPS.HR_CONTACT_REL_API dependencies on PER_CTR_UPD

Line 1297: per_ctr_upd.upd

1293: close get_contact_type;
1294: --
1295: -- Call the update contact relationship row handler
1296: --
1297: per_ctr_upd.upd
1298: (p_validate => FALSE
1299: ,p_effective_date => l_effective_date
1300: ,p_contact_relationship_id => p_contact_relationship_id
1301: ,p_contact_type => p_contact_type

Line 1390: per_ctr_upd.upd

1386: hr_utility.set_location('id '||l_mirror_rec.contact_relationship_id, 7);
1387: --
1388: -- Now update the Mirror Contact by calling the Row Handler.
1389: --
1390: per_ctr_upd.upd
1391: (p_validate => FALSE
1392: ,p_effective_date => l_effective_date
1393: ,p_contact_relationship_id => l_mirror_rec.contact_relationship_id
1394: ,p_contact_type => l_mirror_contact_type