DBA Data[Home] [Help]

APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_OR_INSTITUTION

Line 1848: FROM IGS_OR_INSTITUTION

1844: DECLARE
1845: CURSOR c_ins IS
1846: SELECT institution_cd,
1847: local_institution_ind
1848: FROM IGS_OR_INSTITUTION
1849: WHERE govt_institution_cd = p_institution_cd OR
1850: institution_cd = p_institution_cd;
1851: CURSOR c_lc (
1852: cp_language_cd IGS_PE_LANGUAGE_CD.language_cd%TYPE) IS