DBA Data[Home] [Help]

APPS.IGS_AD_APTYP_PESTAT_PKG dependencies on FND_MESSAGE

Line 46: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');

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

Line 93: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');

89: ELSIF NOT igs_ad_per_stm_typ_pkg.get_pk_for_validation (
90: new_references.persl_stat_type ,
91: 'N'
92: ) THEN
93: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
94: igs_ge_msg_stack.add;
95: app_exception.raise_exception;
96: END IF;
97:

Line 105: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');

101: ELSIF NOT igs_ad_ss_appl_typ_pkg.get_pk_for_validation (
102: new_references.admission_application_type ,
103: 'N'
104: ) THEN
105: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
106: igs_ge_msg_stack.add;
107: app_exception.raise_exception;
108: END IF;
109:

Line 175: fnd_message.set_name ('IGS', 'IGS_AD_TPS_ST_FK');

171: OPEN cur_rowid;
172: FETCH cur_rowid INTO lv_rowid;
173: IF (cur_rowid%FOUND) THEN
174: CLOSE cur_rowid;
175: fnd_message.set_name ('IGS', 'IGS_AD_TPS_ST_FK');
176: igs_ge_msg_stack.add;
177: app_exception.raise_exception;
178: RETURN;
179: END IF;

Line 210: fnd_message.set_name ('IGS', 'IGS_AD_TPS_AT_FK');

206: OPEN cur_rowid;
207: FETCH cur_rowid INTO lv_rowid;
208: IF (cur_rowid%FOUND) THEN
209: CLOSE cur_rowid;
210: fnd_message.set_name ('IGS', 'IGS_AD_TPS_AT_FK');
211: igs_ge_msg_stack.add;
212: app_exception.raise_exception;
213: RETURN;
214: END IF;

Line 266: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

262: new_references.admission_application_type,
263: new_references.persl_stat_type
264: )
265: ) THEN
266: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
267: igs_ge_msg_stack.add;
268: app_exception.raise_exception;
269: END IF;
270: check_parent_existance;

Line 281: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

277: new_references.admission_application_type,
278: new_references.persl_stat_type
279: )
280: ) THEN
281: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
282: igs_ge_msg_stack.add;
283: app_exception.raise_exception;
284: END IF;
285: END IF;

Line 333: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');

329: IF (x_last_update_login IS NULL) THEN
330: x_last_update_login := -1;
331: END IF;
332: ELSE
333: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
334: igs_ge_msg_stack.add;
335: app_exception.raise_exception;
336: END IF;
337:

Line 416: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

412:
413: OPEN c1;
414: FETCH c1 INTO tlinfo;
415: IF (c1%notfound) THEN
416: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
417: igs_ge_msg_stack.add;
418: CLOSE c1;
419: app_exception.raise_exception;
420: RETURN;

Line 430: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

426: AND (tlinfo.mandatory = x_mandatory)
427: ) THEN
428: NULL;
429: ELSE
430: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
431: igs_ge_msg_stack.add;
432: app_exception.raise_exception;
433: END IF;
434:

Line 477: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');

473: IF (x_last_update_login IS NULL) THEN
474: x_last_update_login := -1;
475: END IF;
476: ELSE
477: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
478: igs_ge_msg_stack.add;
479: app_exception.raise_exception;
480: END IF;
481: