DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_HZ_REL_V

Line 3680: FROM IGS_PE_HZ_REL_V rel

3676:
3677: -- Relationships- RELATIONSHIPS
3678: CURSOR c_relations(cp_person_id igs_ad_appl.person_id%TYPE, cp_ApplType igs_ad_appl.APPLICATION_TYPE%TYPE) IS
3679: SELECT 'x'
3680: FROM IGS_PE_HZ_REL_V rel
3681: WHERE rel.SUBJECT_ID = cp_person_id
3682: AND rel.SUBJECT_TYPE = 'PERSON'
3683: AND rel.OBJECT_TYPE = 'PERSON'
3684: AND rel.STATUS = 'A'