DBA Data[Home] [Help]

APPS.IGS_OR_UNIT_PKG dependencies on APP_EXCEPTION

Line 89: App_Exception.Raise_Exception;

85: IF (cur_rowid%FOUND) THEN
86: Close cur_rowid;
87: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OU_INS_FK');
88: IGS_GE_MSG_STACK.ADD;
89: App_Exception.Raise_Exception;
90: Return;
91: END IF;
92: Close cur_rowid;
93: END GET_FK_IGS_OR_INSTITUTION;

Line 110: App_Exception.Raise_Exception;

106: IF (cur_rowid%FOUND) THEN
107: Close cur_rowid;
108: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OU_OS_FK');
109: IGS_GE_MSG_STACK.ADD;
110: App_Exception.Raise_Exception;
111: Return;
112: END IF;
113: Close cur_rowid;
114: END GET_FK_IGS_OR_STATUS;