DBA Data[Home] [Help]

APPS.IGS_AD_IMP_008 dependencies on HZ_RELATIONSHIPS

Line 73: FROM HZ_RELATIONSHIPS

69: cp_rel_person_id igs_ad_relations_int_all.rel_person_id%TYPE,
70: cp_relationship_type igs_ad_relations_int_all.relationship_type%TYPE,
71: cp_relationship_code igs_ad_relations_int_all.relationship_code%TYPE) IS
72: SELECT count(*)
73: FROM HZ_RELATIONSHIPS
74: WHERE subject_id = cp_person_Id
75: AND object_id = cp_rel_person_id
76: AND RELATIONSHIP_TYPE = cp_relationship_type
77: AND RELATIONSHIP_CODE = cp_relationship_code