DBA Data[Home] [Help]

APPS.IGS_AD_IMP_004 dependencies on IGS_AD_INSTHIST_INT

Line 1722: OR EXISTS (SELECT 1 FROM igs_ad_insthist_int WHERE person_id = api.person_id

1718: AND status = '2'
1719: AND update_adm_appl_number IS NOT NULL
1720: AND ( EXISTS (SELECT 1 FROM igs_ad_apphist_int WHERE person_id = api.person_id
1721: AND admission_appl_number = api.update_adm_appl_number )
1722: OR EXISTS (SELECT 1 FROM igs_ad_insthist_int WHERE person_id = api.person_id
1723: AND admission_appl_number = api.update_adm_appl_number )
1724: );
1725: END IF;
1726: COMMIT;