DBA Data[Home] [Help]

APPS.IGS_OR_INST_ADDR_PKG dependencies on FND_MESSAGE

Line 79: Fnd_Message.Set_Name ('IGS', 'IGS_OR_IA_ADT_FK');

75: Open cur_rowid;
76: Fetch cur_rowid INTO lv_rowid;
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;

Line 110: Fnd_Message.Set_Name ('IGS', 'IGS_OR_IA_INS_FK');

106: Open cur_rowid;
107: Fetch cur_rowid INTO lv_rowid;
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;

Line 131: Fnd_Message.Set_Name ('IGS', 'IGS_OR_IA_SP_FK');

127: Open cur_rowid;
128: Fetch cur_rowid INTO lv_rowid;
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;