DBA Data[Home] [Help]

APPS.IGS_OR_INSTITUTION_PKG dependencies on FND_MESSAGE

Line 55: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_GIC_FK');

51: OPEN cur_rowid;
52: FETCH cur_rowid INTO lv_rowid;
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;

Line 76: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_IST_FK');

72: OPEN cur_rowid;
73: FETCH cur_rowid INTO lv_rowid;
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;

Line 115: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_OIT_FK');

111: OPEN cur_rowid;
112: FETCH cur_rowid INTO lv_rowid;
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;

Line 155: Fnd_Message.Set_Name ('IGS', 'IGS_OR_INS_OIC_FK');

151: OPEN cur_rowid;
152: FETCH cur_rowid INTO lv_rowid;
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;