DBA Data[Home] [Help]

APPS.IGS_UC_MAP_OUT_STAT_PKG dependencies on FND_MESSAGE

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

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

Line 93: fnd_message.set_name ('IGS', 'IGS_UC_OUTSTAT');

89: new_references.system_code,
90: new_references.adm_outcome_status
91: )
92: ) THEN
93: fnd_message.set_name ('IGS', 'IGS_UC_OUTSTAT');
94: igs_ge_msg_stack.add;
95: app_exception.raise_exception;
96: END IF;
97:

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

118: ELSIF NOT igs_uc_sys_decision_pkg.get_pk_for_validation (
119: new_references.system_code,
120: new_references.decision_code
121: ) THEN
122: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
123: igs_ge_msg_stack.add;
124: app_exception.raise_exception;
125: END IF;
126:

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

130: ELSIF NOT igs_ad_ou_stat_pkg.get_pk_for_validation (
131: new_references.adm_outcome_status ,
132: 'N'
133: ) THEN
134: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
135: igs_ge_msg_stack.add;
136: app_exception.raise_exception;
137: END IF;
138:

Line 246: fnd_message.set_name ('IGS', 'IGS_UC_UCSD_UMO_FK');

242: OPEN cur_rowid;
243: FETCH cur_rowid INTO lv_rowid;
244: IF (cur_rowid%FOUND) THEN
245: CLOSE cur_rowid;
246: fnd_message.set_name ('IGS', 'IGS_UC_UCSD_UMO_FK');
247: igs_ge_msg_stack.add;
248: app_exception.raise_exception;
249: RETURN;
250: END IF;

Line 281: fnd_message.set_name ('IGS', 'IGS_AD_AOS_UMOU_FK');

277: OPEN cur_rowid;
278: FETCH cur_rowid INTO lv_rowid;
279: IF (cur_rowid%FOUND) THEN
280: CLOSE cur_rowid;
281: fnd_message.set_name ('IGS', 'IGS_AD_AOS_UMOU_FK');
282: igs_ge_msg_stack.add;
283: app_exception.raise_exception;
284: RETURN;
285: END IF;

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

337: new_references.decision_code,
338: new_references.adm_outcome_status
339: )
340: ) THEN
341: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
342: igs_ge_msg_stack.add;
343: app_exception.raise_exception;
344: END IF;
345: check_parent_existance;

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

353: new_references.decision_code,
354: new_references.adm_outcome_status
355: )
356: ) THEN
357: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
358: igs_ge_msg_stack.add;
359: app_exception.raise_exception;
360: END IF;
361: END IF;

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

418: IF (x_last_update_login IS NULL) THEN
419: x_last_update_login := -1;
420: END IF;
421: ELSE
422: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
423: igs_ge_msg_stack.add;
424: app_exception.raise_exception;
425: END IF;
426:

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

502:
503: OPEN c1;
504: FETCH c1 INTO tlinfo;
505: IF (c1%notfound) THEN
506: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
507: igs_ge_msg_stack.add;
508: CLOSE c1;
509: app_exception.raise_exception;
510: RETURN;

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

513:
514: IF ( (tlinfo.default_ind = x_default_ind) AND (tlinfo.closed_ind = x_closed_ind) ) THEN
515: NULL;
516: ELSE
517: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
518: igs_ge_msg_stack.add;
519: app_exception.raise_exception;
520: END IF;
521:

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

561: IF (x_last_update_login IS NULL) THEN
562: x_last_update_login := -1;
563: END IF;
564: ELSE
565: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
566: igs_ge_msg_stack.add;
567: app_exception.raise_exception;
568: END IF;
569: