DBA Data[Home] [Help]

APPS.PAY_PPM_BUS dependencies on PER_CONTACT_RELATIONSHIPS

Line 713: from per_contact_relationships ctr,

709: -- type
710: --
711: cursor csr_chk_contact is
712: select null
713: from per_contact_relationships ctr,
714: per_all_assignments_f asg
715: where ctr.contact_person_id = p_payee_id
716: and ctr.person_id = asg.person_id
717: and asg.assignment_id = p_assignment_id