DBA Data[Home] [Help]

APPS.IGS_RU_WORK_SET_MBR_PKG dependencies on IGS_GE_MSG_STACK

Line 39: IGS_GE_MSG_STACK.ADD;

35: Fetch cur_old_ref_values INTO old_references;
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;

Line 78: IGS_GE_MSG_STACK.ADD;

74: new_references.rws_sequence_number
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:

Line 137: IGS_GE_MSG_STACK.ADD;

133: Fetch cur_rowid INTO lv_rowid;
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;

Line 185: IGS_GE_MSG_STACK.ADD;

181: new_references.cal_type,
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

Line 200: IGS_GE_MSG_STACK.ADD;

196: new_references.cal_type,
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;

Line 266: IGS_GE_MSG_STACK.ADD;

262: X_PROGRAM_UPDATE_DATE := SYSDATE;
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(

Line 350: IGS_GE_MSG_STACK.ADD;

346: fetch c1 into tlinfo;
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: