DBA Data[Home] [Help]

APPS.IGS_AD_VAL_TELOC dependencies on IGS_AD_TAC_LV_OF_COM

Line 14: FROM IGS_AD_TAC_LV_OF_COM

10: BEGIN
11: DECLARE
12: CURSOR c_tloc IS
13: SELECT closed_ind
14: FROM IGS_AD_TAC_LV_OF_COM
15: WHERE tac_level_of_comp = p_tac_level_of_comp;
16: v_tloc_rec c_tloc%ROWTYPE;
17: BEGIN
18: -- Check if the tac_level_of_comp is closed.