DBA Data[Home] [Help]

APPS.IGS_OR_ADDR_PKG dependencies on IGS_GE_MSG_STACK

Line 61: IGS_GE_MSG_STACK.ADD;

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;
65: Close cur_rowid;

Line 84: IGS_GE_MSG_STACK.ADD;

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;
88: Close cur_rowid;

Line 105: IGS_GE_MSG_STACK.ADD;

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;
109: Close cur_rowid;