DBA Data[Home] [Help]

APPS.IGS_AS_VAL_UAPI dependencies on APP_EXCEPTION

Line 87: App_Exception.Raise_Exception;

83: WHEN OTHERS THEN
84: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
85: Fnd_Message.Set_Token('NAME','IGS_AS_VAL_UAPI.ASSP_VAL_UAPI_UOO');
86: Igs_Ge_Msg_Stack.Add;
87: App_Exception.Raise_Exception;
88: END assp_val_uapi_uoo;
89: --
90: -- Validate the to apportionment percentage does not exceed 100 for uap.
91: FUNCTION ASSP_VAL_UAPI_AP(

Line 141: App_Exception.Raise_Exception;

137: WHEN OTHERS THEN
138: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
139: Fnd_Message.Set_Token('NAME','IGS_AS_VAL_UAPI.IGS_AS_VAL_UAPI');
140: Igs_Ge_Msg_Stack.Add;
141: App_Exception.Raise_Exception;
142: END assp_val_uapi_ap;
143: END IGS_AS_VAL_UAPI;