DBA Data[Home] [Help]

APPS.IGS_OR_INSTITUTION_PKG dependencies on APP_EXCEPTION

Line 57: App_Exception.Raise_Exception;

53: IF (cur_rowid%FOUND) THEN
54: CLOSE cur_rowid;
55: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_GIC_FK');
56: IGS_GE_MSG_STACK.ADD;
57: App_Exception.Raise_Exception;
58: RETURN;
59: END IF;
60: CLOSE cur_rowid;
61: END GET_FK_IGS_OR_GOVT_INST_CD;

Line 78: App_Exception.Raise_Exception;

74: IF (cur_rowid%FOUND) THEN
75: CLOSE cur_rowid;
76: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_IST_FK');
77: IGS_GE_MSG_STACK.ADD;
78: App_Exception.Raise_Exception;
79: RETURN;
80: END IF;
81: CLOSE cur_rowid;
82: END GET_FK_IGS_OR_INST_STAT;

Line 117: App_Exception.Raise_Exception;

113: IF (cur_rowid%FOUND) THEN
114: CLOSE cur_rowid;
115: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_OIT_FK');
116: IGS_GE_MSG_STACK.ADD;
117: App_Exception.Raise_Exception;
118: RETURN;
119: END IF;
120: CLOSE cur_rowid;
121:

Line 157: App_Exception.Raise_Exception;

153: IF (cur_rowid%FOUND) THEN
154: CLOSE cur_rowid;
155: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_OIC_FK');
156: IGS_GE_MSG_STACK.ADD;
157: App_Exception.Raise_Exception;
158: RETURN;
159: END IF;
160: CLOSE cur_rowid;
161: