DBA Data[Home] [Help]

APPS.IGS_EN_VAL_ETDE dependencies on FND_NEW_MESSAGES

Line 93: v_message_name fnd_new_messages.message_name%TYPE;

89: BEGIN -- enrp_val_et_pot
90: -- Validate the s_progression_outcome_type for an encumbrance_type which
91: -- has been entered.
92: DECLARE
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