DBA Data[Home] [Help]

APPS.PER_REI_INS dependencies on PER_CONTACT_RELATIONSHIPS

Line 686: from per_contact_relationships

682: hr_utility.set_location('Entering:'||l_proc, 5);
683: --
684: select person_id
685: into l_person_id
686: from per_contact_relationships
687: where contact_relationship_id = p_rec.contact_relationship_id;
688: --
689: -- Validate the datetrack mode getting the validation start
690: -- and end dates for the specified datetrack operation.