DBA Data[Home] [Help]

APPS.IGS_PR_ORG_STAT_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 95: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');

91: ELSIF NOT igs_pr_org_stat_pkg.get_pk_for_validation (
92: new_references.org_unit_cd,
93: new_references.stat_type
94: ) THEN
95: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
96: igs_ge_msg_stack.add;
97: app_exception.raise_exception;
98: END IF;
99:

Line 169: fnd_message.set_name ('IGS', 'IGS_PR_ORSTR_ORST_FK');

165: OPEN cur_rowid;
166: FETCH cur_rowid INTO lv_rowid;
167: IF (cur_rowid%FOUND) THEN
168: CLOSE cur_rowid;
169: fnd_message.set_name ('IGS', 'IGS_PR_ORSTR_ORST_FK');
170: igs_ge_msg_stack.add;
171: app_exception.raise_exception;
172: RETURN;
173: END IF;

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

222: new_references.stat_type,
223: new_references.unit_ref_cd
224: )
225: ) THEN
226: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
227: igs_ge_msg_stack.add;
228: app_exception.raise_exception;
229: END IF;
230: check_parent_existance;

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

238: new_references.stat_type,
239: new_references.unit_ref_cd
240: )
241: ) THEN
242: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
243: igs_ge_msg_stack.add;
244: app_exception.raise_exception;
245: END IF;
246: END IF;

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

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

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

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

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

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

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

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

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

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

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

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

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

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