DBA Data[Home] [Help]

APPS.IGS_AD_SS_APPL_PGS_PKG dependencies on FND_MESSAGE

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

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

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

95: ELSIF NOT igs_ad_ss_appl_typ_pkg.get_pk_for_validation (
96: new_references.admission_application_type ,
97: 'N'
98: ) THEN
99: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
100: igs_ge_msg_stack.add;
101: app_exception.raise_exception;
102: END IF;
103:

Line 161: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

157:
158: IF upper(column_name) = 'INCLUDE_IND' OR
159: column_name is null Then
160: IF NOT (new_references.include_ind IN ('Y','N')) THEN
161: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
162: IGS_GE_MSG_STACK.ADD;
163: App_Exception.Raise_Exception;
164: END IF;
165: END IF;

Line 195: fnd_message.set_name ('IGS', 'IGS_AD_SSAT_SSPG_FK');

191: OPEN cur_rowid;
192: FETCH cur_rowid INTO lv_rowid;
193: IF (cur_rowid%FOUND) THEN
194: CLOSE cur_rowid;
195: fnd_message.set_name ('IGS', 'IGS_AD_SSAT_SSPG_FK');
196: igs_ge_msg_stack.add;
197: app_exception.raise_exception;
198: RETURN;
199: END IF;

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

251: new_references.page_name,
252: new_references.admission_application_type
253: )
254: ) THEN
255: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
256: igs_ge_msg_stack.add;
257: app_exception.raise_exception;
258: END IF;
259: ELSIF (p_action = 'VALIDATE_INSERT') THEN

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

262: new_references.page_name,
263: new_references.admission_application_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: END IF;

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

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

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

419:
420: OPEN c1;
421: FETCH c1 INTO tlinfo;
422: IF (c1%notfound) THEN
423: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
424: igs_ge_msg_stack.add;
425: CLOSE c1;
426: app_exception.raise_exception;
427: RETURN;

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

433: AND ((tlinfo.page_disp_name = x_page_disp_name) OR ((tlinfo.page_disp_name IS NULL) AND (x_page_disp_name IS NULL)))
434: ) THEN
435: NULL;
436: ELSE
437: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
438: igs_ge_msg_stack.add;
439: app_exception.raise_exception;
440: END IF;
441:

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

482: IF (x_last_update_login IS NULL) THEN
483: x_last_update_login := -1;
484: END IF;
485: ELSE
486: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
487: igs_ge_msg_stack.add;
488: app_exception.raise_exception;
489: END IF;
490: