DBA Data[Home] [Help]

APPS.IGF_AP_ISIR_GEN_PKG dependencies on IGF_AW_AWARD_ALL

Line 482: FROM IGF_AW_AWARD_ALL awards

478:
479: -- Cursor to check wether the student has any non-simulated awards.
480: CURSOR cur_stud_non_simulated_awards( cp_base_id igf_ap_fa_base_rec_all.base_id%TYPE ) IS
481: SELECT 'X'
482: FROM IGF_AW_AWARD_ALL awards
483: WHERE awards.base_id = cp_base_id
484: AND awards.award_status <> 'SIMULATED';
485:
486: -- Cursor to check if internal created correction ISIR exists for the student or not.

Line 2144: FROM IGF_AW_AWARD_ALL awards

2140:
2141: -- Cursor to check wether the student has any non-simulated awards.
2142: CURSOR cur_stud_non_simulated_awards( cp_base_id igf_ap_fa_base_rec_all.base_id%TYPE ) IS
2143: SELECT 'X'
2144: FROM IGF_AW_AWARD_ALL awards
2145: WHERE awards.base_id = cp_base_id
2146: AND awards.award_status <> 'SIMULATED';
2147:
2148: lv_dummy VARCHAR2(1);