DBA Data[Home] [Help]

APPS.IGS_RU_WORK_SET_MBR_PKG dependencies on APP_EXCEPTION

Line 40: App_Exception.Raise_Exception;

36: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT')) THEN
37: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
38: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_WORK_SET : P_ACTION INSERT, VALIDATE_INSERT : IGSUI16B.PLS');
39: IGS_GE_MSG_STACK.ADD;
40: App_Exception.Raise_Exception;
41: Close cur_old_ref_values;
42: Return;
43: END IF;
44: Close cur_old_ref_values;

Line 79: App_Exception.Raise_Exception;

75: ) THEN
76: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
77: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_WORK_SET : P_ACTION Check_Parent_Existance rws_sequence_number: IGSUI16B.PLS');
78: IGS_GE_MSG_STACK.ADD;
79: App_Exception.Raise_Exception;
80: END IF;
81: END IF;
82:
83: END Check_Parent_Existance;

Line 138: App_Exception.Raise_Exception;

134: IF (cur_rowid%FOUND) THEN
135: Close cur_rowid;
136: Fnd_Message.Set_Name ('IGS', 'IGS_RU_RWSM_RWS_FK');
137: IGS_GE_MSG_STACK.ADD;
138: App_Exception.Raise_Exception;
139: Return;
140: END IF;
141: Close cur_rowid;
142:

Line 186: App_Exception.Raise_Exception;

182: new_references.ci_sequence_number
183: ) THEN
184: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
185: IGS_GE_MSG_STACK.ADD;
186: App_Exception.Raise_Exception;
187: END IF;
188: Check_Parent_Existance;
189: ELSIF (p_action = 'UPDATE') THEN
190: Check_Parent_Existance;

Line 201: App_Exception.Raise_Exception;

197: new_references.ci_sequence_number
198: ) THEN
199: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
200: IGS_GE_MSG_STACK.ADD;
201: App_Exception.Raise_Exception;
202: END IF;
203: END IF;
204: END Before_DML;
205:

Line 267: app_exception.raise_exception;

263: end if;
264: else
265: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
266: IGS_GE_MSG_STACK.ADD;
267: app_exception.raise_exception;
268: end if;
269:
270: Before_DML(
271: p_action=>'INSERT',

Line 351: app_exception.raise_exception;

347: if (c1%notfound) then
348: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
349: IGS_RU_GEN_006.SET_TOKEN('IGS_RU_WORK_SET : P_ACTION LOCK_ROW : IGSUI16B.PLS');
350: IGS_GE_MSG_STACK.ADD;
351: app_exception.raise_exception;
352: close c1;
353: return;
354:
355: end if;