DBA Data[Home] [Help]

APPS.IGS_AS_ADI_UPLD_PR_PKG dependencies on IGS_PR_OU_TYPE

Line 842: FROM igs_pr_ou_type pot

838: -- Get the System Progession Outcome Type
839: --
840: CURSOR c_pot IS
841: SELECT pot.s_progression_outcome_type
842: FROM igs_pr_ou_type pot
843: WHERE pot.progression_outcome_type = p_progression_outcome_type;
844: --
845: -- Check Student Progression Outcome doesn't already exist
846: --