DBA Data[Home] [Help]

APPS.IGS_EN_PIG_CP_SETUP_PKG dependencies on IGS_GE_MSG_STACK

Line 46: igs_ge_msg_stack.ADD;

42: FETCH cur_old_ref_values INTO old_references;
43: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
44: CLOSE cur_old_ref_values;
45: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
46: igs_ge_msg_stack.ADD;
47: app_exception.raise_exception;
48: RETURN;
49: END IF;
50: CLOSE cur_old_ref_values;

Line 92: igs_ge_msg_stack.ADD;

88: ELSIF NOT igs_pe_persid_group_pkg.get_pk_for_validation (
89: new_references.group_id
90: ) THEN
91: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
92: igs_ge_msg_stack.ADD;
93: app_exception.raise_exception;
94: END IF;
95:
96: END check_parent_existance;

Line 161: igs_ge_msg_stack.ADD;

157: FETCH cur_rowid INTO lv_rowid;
158: IF (cur_rowid%FOUND) THEN
159: CLOSE cur_rowid;
160: fnd_message.set_name ('IGS', 'IGS_EN_PIGECP_PIG_FK');
161: igs_ge_msg_stack.ADD;
162: app_exception.raise_exception;
163: RETURN;
164: END IF;
165: CLOSE cur_rowid;

Line 175: IGS_GE_MSG_STACK.ADD;

171: BEGIN
172: IF ( p_inserting = TRUE OR (p_updating = TRUE AND new_references.group_id <> old_references.group_id ) ) THEN
173: IF NOT IGS_PE_PERSID_GROUP_PKG.val_persid_group(new_references.group_id,p_message_name) THEN
174: Fnd_Message.Set_Name('IGS', p_message_name);
175: IGS_GE_MSG_STACK.ADD;
176: App_Exception.Raise_Exception;
177: END IF;
178: END IF;
179: END BeforeInsertUpdate;

Line 226: igs_ge_msg_stack.ADD;

222: new_references.group_id
223: )
224: ) THEN
225: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
226: igs_ge_msg_stack.ADD;
227: app_exception.raise_exception;
228: END IF;
229: check_parent_existance;
230: ELSIF (p_action = 'UPDATE') THEN

Line 242: igs_ge_msg_stack.ADD;

238: new_references.group_id
239: )
240: ) THEN
241: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
242: igs_ge_msg_stack.ADD;
243: app_exception.raise_exception;
244: END IF;
245: ELSIF (p_action = 'VALIDATE_UPDATE') THEN
246: BeforeInsertUpdate(FALSE,TRUE);

Line 290: igs_ge_msg_stack.ADD;

286: x_last_update_login := -1;
287: END IF;
288: ELSE
289: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
290: igs_ge_msg_stack.ADD;
291: app_exception.raise_exception;
292: END IF;
293:
294: before_dml(

Line 362: igs_ge_msg_stack.ADD;

358: OPEN c1;
359: FETCH c1 INTO tlinfo;
360: IF (c1%NOTFOUND) THEN
361: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
362: igs_ge_msg_stack.ADD;
363: CLOSE c1;
364: app_exception.raise_exception;
365: RETURN;
366: END IF;

Line 377: igs_ge_msg_stack.ADD;

373: ) THEN
374: NULL;
375: ELSE
376: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
377: igs_ge_msg_stack.ADD;
378: app_exception.raise_exception;
379: END IF;
380:
381: RETURN;

Line 423: igs_ge_msg_stack.ADD;

419: x_last_update_login := -1;
420: END IF;
421: ELSE
422: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
423: igs_ge_msg_stack.ADD;
424: app_exception.raise_exception;
425: END IF;
426:
427: before_dml(