DBA Data[Home] [Help]

APPS.IGS_AS_VAL_GSGT dependencies on IGS_AS_SU_STMPTOUT

Line 155: FROM IGS_AS_SU_STMPTOUT suao

151: DECLARE
152: v_suao_exists VARCHAR2(1);
153: CURSOR c_suao IS
154: SELECT 'x'
155: FROM IGS_AS_SU_STMPTOUT suao
156: WHERE suao.grading_schema_cd = p_grading_schema_cd AND
157: suao.version_number = p_version_number AND
158: suao.grade = p_grade AND
159: suao.translated_grading_schema_cd = p_to_grading_schema_cd AND