DBA Data[Home] [Help]

APPS.IGS_PS_VAL_ATL dependencies on APP_EXCEPTION

Line 60: App_Exception.Raise_Exception;

56: WHEN OTHERS THEN
57: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
58: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_010.CRSP_VAL_ATL_CAT');
59: IGS_GE_MSG_STACK.ADD;
60: App_Exception.Raise_Exception;
61: END;
62: END CRSP_VAL_ATL_CAT;
63:
64:

Line 115: App_Exception.Raise_Exception;

111: WHEN OTHERS THEN
112: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
113: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_010.CRSP_VAL_ATL_RANGE');
114: IGS_GE_MSG_STACK.ADD;
115: App_Exception.Raise_Exception;
116: END;
117: END CRSP_VAL_ATL_RANGE;
118:
119: -- Check weather the mandatory reference type is set or not corresponding to a particular reference code type

Line 144: App_Exception.Raise_Exception;

140: WHEN OTHERS THEN
141: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
142: Fnd_Message.Set_Token('NAME','IGS_PS_VAL_ATL.CHK_MANDATORY_REF_CD');
143: IGS_GE_MSG_STACK.ADD;
144: App_Exception.Raise_Exception;
145: END;
146: END chk_mandatory_ref_cd;
147:
148: END IGS_PS_VAL_ATL;