DBA Data[Home] [Help]

APPS.IGS_PR_VAL_SPCA dependencies on APP_EXCEPTION

Line 57: App_Exception.Raise_Exception;

53: WHEN OTHERS THEN
54: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
55: FND_MESSAGE.SET_TOKEN ('NAME', 'IGS_PR_VAL_SPCA.PRGP_VAL_SPCA_APPEAL');
56: IGS_GE_MSG_STACK.ADD;
57: App_Exception.Raise_Exception;
58: END prgp_val_spca_appeal;
59: --
60: -- Validate the show cause length field.
61: FUNCTION prgp_val_spca_cause(

Line 109: App_Exception.Raise_Exception;

105: WHEN OTHERS THEN
106: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
107: FND_MESSAGE.SET_TOKEN ('NAME', 'IGS_PR_VAL_SPCA.PRGP_VAL_SPCA_CAUSE');
108: IGS_GE_MSG_STACK.ADD;
109: App_Exception.Raise_Exception;
110: END prgp_val_spca_cause;
111: END IGS_PR_VAL_SPCA;