DBA Data[Home] [Help]

APPS.IGS_PR_INST_STA_REF_PKG dependencies on FND_MESSAGE

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

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

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

89: NULL;
90: ELSIF NOT igs_pr_inst_stat_pkg.get_pk_for_validation (
91: new_references.stat_type
92: ) THEN
93: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
94: igs_ge_msg_stack.add;
95: app_exception.raise_exception;
96: END IF;
97:

Line 165: fnd_message.set_name ('IGS', 'IGS_PR_INSTR_STTY_FK');

161: OPEN cur_rowid;
162: FETCH cur_rowid INTO lv_rowid;
163: IF (cur_rowid%FOUND) THEN
164: CLOSE cur_rowid;
165: fnd_message.set_name ('IGS', 'IGS_PR_INSTR_STTY_FK');
166: igs_ge_msg_stack.add;
167: app_exception.raise_exception;
168: RETURN;
169: END IF;

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

218: new_references.unit_ref_cd,
219: new_references.reference_cd_type
220: )
221: ) THEN
222: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
223: igs_ge_msg_stack.add;
224: app_exception.raise_exception;
225: END IF;
226: check_parent_existance;

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

234: new_references.unit_ref_cd,
235: new_references.reference_cd_type
236: )
237: ) THEN
238: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
239: igs_ge_msg_stack.add;
240: app_exception.raise_exception;
241: END IF;
242: END IF;

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

293: IF (x_last_update_login IS NULL) THEN
294: x_last_update_login := -1;
295: END IF;
296: ELSE
297: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
298: igs_ge_msg_stack.add;
299: app_exception.raise_exception;
300: END IF;
301:

Line 323: fnd_message.set_name ('IGS', 'IGS_PR_INCLUDE_OR_EXCLUDE');

319: -- Include or Exclude value.
320: FOR l_c1 IN c1 LOOP
321: l_include_or_exclude := l_c1.include_or_exclude;
322: IF l_include_or_exclude <> x_include_or_exclude THEN
323: fnd_message.set_name ('IGS', 'IGS_PR_INCLUDE_OR_EXCLUDE');
324: fnd_message.set_token('Include_or_Exclude1',x_include_or_exclude);
325: fnd_message.set_token('Include_or_Exclude2',l_include_or_exclude);
326: igs_ge_msg_stack.add;
327: app_exception.raise_exception;

Line 324: fnd_message.set_token('Include_or_Exclude1',x_include_or_exclude);

320: FOR l_c1 IN c1 LOOP
321: l_include_or_exclude := l_c1.include_or_exclude;
322: IF l_include_or_exclude <> x_include_or_exclude THEN
323: fnd_message.set_name ('IGS', 'IGS_PR_INCLUDE_OR_EXCLUDE');
324: fnd_message.set_token('Include_or_Exclude1',x_include_or_exclude);
325: fnd_message.set_token('Include_or_Exclude2',l_include_or_exclude);
326: igs_ge_msg_stack.add;
327: app_exception.raise_exception;
328: END IF;

Line 325: fnd_message.set_token('Include_or_Exclude2',l_include_or_exclude);

321: l_include_or_exclude := l_c1.include_or_exclude;
322: IF l_include_or_exclude <> x_include_or_exclude THEN
323: fnd_message.set_name ('IGS', 'IGS_PR_INCLUDE_OR_EXCLUDE');
324: fnd_message.set_token('Include_or_Exclude1',x_include_or_exclude);
325: fnd_message.set_token('Include_or_Exclude2',l_include_or_exclude);
326: igs_ge_msg_stack.add;
327: app_exception.raise_exception;
328: END IF;
329: END LOOP;

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

390:
391: OPEN c1;
392: FETCH c1 INTO tlinfo;
393: IF (c1%notfound) THEN
394: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
395: igs_ge_msg_stack.add;
396: CLOSE c1;
397: app_exception.raise_exception;
398: RETURN;

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

403: (tlinfo.include_or_exclude = x_include_or_exclude)
404: ) THEN
405: NULL;
406: ELSE
407: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
408: igs_ge_msg_stack.add;
409: app_exception.raise_exception;
410: END IF;
411:

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

450: IF (x_last_update_login IS NULL) THEN
451: x_last_update_login := -1;
452: END IF;
453: ELSE
454: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
455: igs_ge_msg_stack.add;
456: app_exception.raise_exception;
457: END IF;
458: