DBA Data[Home] [Help]

APPS.IGS_UC_UCAS_CONTROL_PKG dependencies on FND_MESSAGE

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

72: OPEN cur_old_ref_values;
73: FETCH cur_old_ref_values INTO old_references;
74: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
75: CLOSE cur_old_ref_values;
76: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
77: igs_ge_msg_stack.add;
78: app_exception.raise_exception;
79: RETURN;
80: END IF;

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

144: NULL;
145: ELSIF NOT igs_uc_defaults_pkg.get_pk_for_validation (
146: new_references.system_code
147: ) THEN
148: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
149: igs_ge_msg_stack.add;
150: app_exception.raise_exception;
151: END IF;
152:

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

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

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

299: ELSIF (p_action = 'VALIDATE_INSERT') THEN
300: -- Call all the procedures related to Before Insert.
301: IF ( get_pk_for_validation ( new_references.system_code, new_references.ucas_cycle )
302: ) THEN
303: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
304: igs_ge_msg_stack.add;
305: app_exception.raise_exception;
306: END IF;
307: END IF;

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

384: IF (x_last_update_login IS NULL) THEN
385: x_last_update_login := -1;
386: END IF;
387: ELSE
388: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
389: igs_ge_msg_stack.add;
390: app_exception.raise_exception;
391: END IF;
392:

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

612:
613: OPEN c1;
614: FETCH c1 INTO tlinfo;
615: IF (c1%notfound) THEN
616: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
617: igs_ge_msg_stack.add;
618: CLOSE c1;
619: app_exception.raise_exception;
620: RETURN;

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

653: AND ((tlinfo.transaction_toy_code = x_transaction_toy_code) OR ((tlinfo.transaction_toy_code IS NULL) AND (x_transaction_toy_code IS NULL)))
654: ) THEN
655: NULL;
656: ELSE
657: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
658: igs_ge_msg_stack.add;
659: app_exception.raise_exception;
660: END IF;
661:

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

730: IF (x_last_update_login IS NULL) THEN
731: x_last_update_login := -1;
732: END IF;
733: ELSE
734: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
735: igs_ge_msg_stack.add;
736: app_exception.raise_exception;
737: END IF;
738: