DBA Data[Home] [Help]

APPS.IGS_OR_INST_ADDR_PKG dependencies on APP_EXCEPTION

Line 81: App_Exception.Raise_Exception;

77: IF (cur_rowid%FOUND) THEN
78: Close cur_rowid;
79: Fnd_Message.Set_Name ('IGS', 'IGS_OR_IA_ADT_FK');
80: IGS_GE_MSG_STACK.ADD;
81: App_Exception.Raise_Exception;
82: Return;
83: END IF;
84: Close cur_rowid;
85: END GET_FK_IGS_CO_ADDR_TYPE;

Line 112: App_Exception.Raise_Exception;

108: IF (cur_rowid%FOUND) THEN
109: Close cur_rowid;
110: Fnd_Message.Set_Name ('IGS', 'IGS_OR_IA_INS_FK');
111: IGS_GE_MSG_STACK.ADD;
112: App_Exception.Raise_Exception;
113: Return;
114: END IF;
115: Close cur_rowid;
116: END GET_FK_IGS_OR_INSTITUTION;

Line 133: App_Exception.Raise_Exception;

129: IF (cur_rowid%FOUND) THEN
130: Close cur_rowid;
131: Fnd_Message.Set_Name ('IGS', 'IGS_OR_IA_SP_FK');
132: IGS_GE_MSG_STACK.ADD;
133: App_Exception.Raise_Exception;
134: Return;
135: END IF;
136: Close cur_rowid;
137: END GET_FK_IGS_PE_SUBURB_POSTCD;