DBA Data[Home] [Help]

APPS.IGS_OR_VAL_OU dependencies on IGS_OR_INST_STAT

Line 749: IGS_OR_INST_STAT

745:
746: FROM IGS_OR_INSTITUTION,
747:
748:
749: IGS_OR_INST_STAT
750:
751:
752: WHERE IGS_OR_INSTITUTION.institution_cd = p_institution_cd
753:

Line 755: AND IGS_OR_INST_STAT.institution_status = IGS_OR_INSTITUTION.institution_status

751:
752: WHERE IGS_OR_INSTITUTION.institution_cd = p_institution_cd
753:
754:
755: AND IGS_OR_INST_STAT.institution_status = IGS_OR_INSTITUTION.institution_status
756:
757:
758: AND s_institution_status <> 'ACTIVE';
759: