DBA Data[Home] [Help]

APPS.IGS_OR_ADDR_PKG dependencies on FND_MESSAGE

Line 60: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_ADT_FK');

56: Open cur_rowid;
57: Fetch cur_rowid INTO lv_rowid;
58: IF (cur_rowid%FOUND) THEN
59: Close cur_rowid;
60: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_ADT_FK');
61: IGS_GE_MSG_STACK.ADD;
62: App_Exception.Raise_Exception;
63: Return;
64: END IF;

Line 83: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_OU_FK');

79: Open cur_rowid;
80: Fetch cur_rowid INTO lv_rowid;
81: IF (cur_rowid%FOUND) THEN
82: Close cur_rowid;
83: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_OU_FK');
84: IGS_GE_MSG_STACK.ADD;
85: App_Exception.Raise_Exception;
86: Return;
87: END IF;

Line 104: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_SP_FK');

100: Open cur_rowid;
101: Fetch cur_rowid INTO lv_rowid;
102: IF (cur_rowid%FOUND) THEN
103: Close cur_rowid;
104: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_SP_FK');
105: IGS_GE_MSG_STACK.ADD;
106: App_Exception.Raise_Exception;
107: Return;
108: END IF;