DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOT_RSLT_PKG dependencies on FND_MESSAGE

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

37: OPEN cur_old_ref_values;
38: FETCH cur_old_ref_values INTO old_references;
39: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
40: CLOSE cur_old_ref_values;
41: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
42: igs_ge_msg_stack.add;
43: app_exception.raise_exception;
44: RETURN;
45: END IF;

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

77: NULL;
78: ELSIF NOT igs_en_timeslot_para_pkg.get_pk_for_validation (
79: new_references.igs_en_timeslot_para_id
80: ) THEN
81: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
82: igs_ge_msg_stack.add;
83: app_exception.raise_exception;
84: END IF;
85: END check_parent_existance;

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

133: OPEN cur_rowid;
134: FETCH cur_rowid INTO lv_rowid;
135: IF (cur_rowid%FOUND) THEN
136: CLOSE cur_rowid;
137: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
138: igs_ge_msg_stack.add;
139: app_exception.raise_exception;
140: RETURN;
141: END IF;

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

185: IF ( get_pk_for_validation(
186: new_references.igs_en_timeslot_rslt_id
187: )
188: ) THEN
189: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
190: igs_ge_msg_stack.add;
191: app_exception.raise_exception;
192: END IF;
193: check_parent_existance;

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

199: IF ( get_pk_for_validation (
200: new_references.igs_en_timeslot_rslt_id
201: )
202: ) THEN
203: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
204: igs_ge_msg_stack.add;
205: app_exception.raise_exception;
206: END IF;
207: END IF;

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

260: ELSE
261: x_program_update_date := SYSDATE;
262: END IF;
263: ELSE
264: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
265: igs_ge_msg_stack.add;
266: app_exception.raise_exception;
267: END IF;
268: SELECT igs_en_timeslot_rslt_s.NEXTVAL INTO x_igs_en_timeslot_rslt_id FROM DUAL;

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

349: BEGIN
350: OPEN c1;
351: FETCH c1 INTO tlinfo;
352: IF (c1%notfound) THEN
353: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
354: igs_ge_msg_stack.add;
355: CLOSE c1;
356: app_exception.raise_exception;
357: RETURN;

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

365: AND ((tlinfo.end_dt_time = x_end_dt_time) OR ((tlinfo.end_dt_time IS NULL) AND (X_end_dt_time IS NULL)))
366: ) THEN
367: NULL;
368: ELSE
369: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
370: igs_ge_msg_stack.add;
371: app_exception.raise_exception;
372: END IF;
373: RETURN;

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

411: IF (x_last_update_login IS NULL) THEN
412: x_last_update_login := -1;
413: END IF;
414: ELSE
415: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
416: igs_ge_msg_stack.add;
417: app_exception.raise_exception;
418: END IF;
419: before_dml(