DBA Data[Home] [Help]

APPS.IGF_AP_MATCH_DETAILS_PKG dependencies on FND_MESSAGE

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

61: OPEN cur_old_ref_values;
62: FETCH cur_old_ref_values INTO old_references;
63: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
64: CLOSE cur_old_ref_values;
65: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
66: igs_ge_msg_stack.add;
67: app_exception.raise_exception;
68: RETURN;
69: END IF;

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

127: NULL;
128: ELSIF NOT igf_ap_person_match_pkg.get_pk_for_validation (
129: new_references.apm_id
130: ) THEN
131: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
132: igs_ge_msg_stack.add;
133: app_exception.raise_exception;
134: END IF;
135:

Line 199: fnd_message.set_name ('IGF', 'IGF_AP_AMD_APM_FK');

195: OPEN cur_rowid;
196: FETCH cur_rowid INTO lv_rowid;
197: IF (cur_rowid%FOUND) THEN
198: CLOSE cur_rowid;
199: fnd_message.set_name ('IGF', 'IGF_AP_AMD_APM_FK');
200: igs_ge_msg_stack.add;
201: app_exception.raise_exception;
202: RETURN;
203: END IF;

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

288: IF ( get_pk_for_validation(
289: new_references.amd_id
290: )
291: ) THEN
292: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
293: igs_ge_msg_stack.add;
294: app_exception.raise_exception;
295: END IF;
296: check_parent_existance;

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

302: IF ( get_pk_for_validation (
303: new_references.amd_id
304: )
305: ) THEN
306: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
307: igs_ge_msg_stack.add;
308: app_exception.raise_exception;
309: END IF;
310: END IF;

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

372: IF (x_last_update_login IS NULL) THEN
373: x_last_update_login := -1;
374: END IF;
375: ELSE
376: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
377: igs_ge_msg_stack.add;
378: app_exception.raise_exception;
379: END IF;
380:

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

555:
556: OPEN c1;
557: FETCH c1 INTO tlinfo;
558: IF (c1%notfound) THEN
559: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
560: igs_ge_msg_stack.add;
561: CLOSE c1;
562: app_exception.raise_exception;
563: RETURN;

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

589: AND ((tlinfo.gender_match = x_gender_match) OR ((tlinfo.gender_match IS NULL) AND (x_gender_match IS NULL)))
590: ) THEN
591: NULL;
592: ELSE
593: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
594: igs_ge_msg_stack.add;
595: app_exception.raise_exception;
596: END IF;
597:

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

655: IF (x_last_update_login IS NULL) THEN
656: x_last_update_login := -1;
657: END IF;
658: ELSE
659: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
660: igs_ge_msg_stack.add;
661: app_exception.raise_exception;
662: END IF;
663: