DBA Data[Home] [Help]

APPS.IGS_PR_VAL_POT dependencies on IGS_PR_STDNT_PR_OU

Line 362: FROM IGS_PR_STDNT_PR_OU spo

358: FROM IGS_PR_RU_OU pro
359: WHERE pro.progression_outcome_type = p_progression_outcome_type;
360: CURSOR c_spo IS
361: SELECT 'X'
362: FROM IGS_PR_STDNT_PR_OU spo
363: WHERE spo.progression_outcome_type = p_progression_outcome_type;
364: BEGIN
365: -- Set the default message number
366: p_message_name := null;

Line 428: FROM IGS_PR_STDNT_PR_OU spo

424: FROM IGS_PR_RU_OU pro
425: WHERE pro.progression_outcome_type = p_progression_outcome_type;
426: CURSOR c_spo IS
427: SELECT 'X'
428: FROM IGS_PR_STDNT_PR_OU spo
429: WHERE spo.progression_outcome_type = p_progression_outcome_type;
430: BEGIN
431: -- Set the default message number
432: p_message_name := null;