DBA Data[Home] [Help]

APPS.IGF_AP_CSS_FNAR_PKG dependencies on FND_MESSAGE

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

425: OPEN cur_old_ref_values;
426: FETCH cur_old_ref_values INTO old_references;
427: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
428: CLOSE cur_old_ref_values;
429: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
430: igs_ge_msg_stack.add;
431: app_exception.raise_exception;
432: RETURN;
433: END IF;

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

855: NULL;
856: ELSIF NOT igf_ap_css_profile_pkg.get_pk_for_validation (
857: new_references.cssp_id
858: ) THEN
859: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
860: igs_ge_msg_stack.add;
861: app_exception.raise_exception;
862: END IF;
863:

Line 927: fnd_message.set_name ('IGF', 'IGF_AP_CSSP_FNAR_FK');

923: OPEN cur_rowid;
924: FETCH cur_rowid INTO lv_rowid;
925: IF (cur_rowid%FOUND) THEN
926: CLOSE cur_rowid;
927: fnd_message.set_name ('IGF', 'IGF_AP_CSSP_FNAR_FK');
928: igs_ge_msg_stack.add;
929: app_exception.raise_exception;
930: RETURN;
931: END IF;

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

1745: IF ( get_pk_for_validation(
1746: new_references.fnar_id
1747: )
1748: ) THEN
1749: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
1750: igs_ge_msg_stack.add;
1751: app_exception.raise_exception;
1752: END IF;
1753: check_parent_existance;

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

1759: IF ( get_pk_for_validation (
1760: new_references.fnar_id
1761: )
1762: ) THEN
1763: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
1764: igs_ge_msg_stack.add;
1765: app_exception.raise_exception;
1766: END IF;
1767: END IF;

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

2193: IF (x_last_update_login IS NULL) THEN
2194: x_last_update_login := -1;
2195: END IF;
2196: ELSE
2197: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
2198: igs_ge_msg_stack.add;
2199: app_exception.raise_exception;
2200: END IF;
2201:

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

4200:
4201: OPEN c1;
4202: FETCH c1 INTO tlinfo;
4203: IF (c1%notfound) THEN
4204: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
4205: igs_ge_msg_stack.add;
4206: CLOSE c1;
4207: app_exception.raise_exception;
4208: RETURN;

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

4599: AND ((tlinfo.parent_2_birth_date = x_parent_2_birth_date) OR ((tlinfo.parent_2_birth_date IS NULL) AND (x_parent_2_birth_date IS NULL)))
4600: ) THEN
4601: NULL;
4602: ELSE
4603: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
4604: igs_ge_msg_stack.add;
4605: app_exception.raise_exception;
4606: END IF;
4607:

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

5029: IF (x_last_update_login IS NULL) THEN
5030: x_last_update_login := -1;
5031: END IF;
5032: ELSE
5033: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
5034: igs_ge_msg_stack.add;
5035: app_exception.raise_exception;
5036: END IF;
5037: