DBA Data[Home] [Help]

APPS.IGS_EN_VAL_ETDE dependencies on IGS_PR_OU_TYPE

Line 97: FROM IGS_PR_OU_TYPE pot

93: v_message_name fnd_new_messages.message_name%TYPE;
94: v_validation_failed BOOLEAN DEFAULT FALSE;
95: CURSOR c_pot IS
96: SELECT pot.s_progression_outcome_type
97: FROM IGS_PR_OU_TYPE pot
98: WHERE NVL(pot.encumbrance_type,' ') = p_encumbrance_type;
99: BEGIN
100: -- Set the default message names
101: p_message_name1 := NULL;