APPS.IGS_AD_VAL_TELOQ dependencies on IGS_AD_TAC_LVL_OF_QF
Line 14: FROM IGS_AD_TAC_LVL_OF_QF
10: BEGIN
11: DECLARE
12: CURSOR c_tloq IS
13: SELECT closed_ind 14: FROM IGS_AD_TAC_LVL_OF_QF 15: WHERE tac_level_of_qual = p_tac_level_of_qual;
16: v_tloq_rec c_tloq%ROWTYPE;
17: BEGIN
18: -- Check if the tac_level_of_qual is closed.