DBA Data[Home] [Help]

APPS.IGS_AV_VAL_ASAU dependencies on APP_EXCEPTION

Line 59: App_Exception.Raise_Exception;

55: WHEN OTHERS THEN
56: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
57: Fnd_Message.Set_Token('NAME','IGS_AV_VAL_AS.ADVP_VAL_ALT_UNIT');
58: Igs_Ge_Msg_Stack.Add;
59: App_Exception.Raise_Exception;
60: END advp_val_alt_unit;
61: --
62: -- To validate the precluded and alternate units.
63: FUNCTION advp_val_prclde_unit(

Line 92: App_Exception.Raise_Exception;

88: WHEN OTHERS THEN
89: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
90: Fnd_Message.Set_Token('NAME','IGS_AV_VAL_AS.ADVP_VAL_PRCLDE_UNIT');
91: Igs_Ge_Msg_Stack.Add;
92: App_Exception.Raise_Exception;
93: END advp_val_prclde_unit;
94: END IGS_AV_VAL_ASAU;