DBA Data[Home] [Help]

APPS.IGS_PR_VAL_POUS dependencies on APP_EXCEPTION

Line 131: App_Exception.Raise_Exception;

127:
128:
129: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
130: IGS_GE_MSG_STACK.ADD;
131: App_Exception.Raise_Exception;
132:
133: END prgp_val_pous_pro;
134:
135:

Line 271: App_Exception.Raise_Exception;

267:
268:
269: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
270: IGS_GE_MSG_STACK.ADD;
271: App_Exception.Raise_Exception;
272:
273: RAISE;
274:
275: END prgp_val_pous_auto;