DBA Data[Home] [Help]

APPS.IGS_OR_UNIT_PKG dependencies on FND_MESSAGE

Line 87: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OU_INS_FK');

83: Open cur_rowid;
84: Fetch cur_rowid INTO lv_rowid;
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;

Line 108: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OU_OS_FK');

104: Open cur_rowid;
105: Fetch cur_rowid INTO lv_rowid;
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;