DBA Data[Home] [Help]

APPS.IGF_AP_NSLDS_DATA_PKG dependencies on FND_MESSAGE

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

235: OPEN cur_old_ref_values;
236: FETCH cur_old_ref_values INTO old_references;
237: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
238: CLOSE cur_old_ref_values;
239: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
240: igs_ge_msg_stack.add;
241: app_exception.raise_exception;
242: RETURN;
243: END IF;

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

474: NULL;
475: ELSIF NOT igf_ap_isir_matched_pkg.get_pk_for_validation (
476: new_references.isir_id
477: ) THEN
478: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
479: igs_ge_msg_stack.add;
480: app_exception.raise_exception;
481: END IF;
482:

Line 546: fnd_message.set_name ('IGS', 'IGF_AP_NSLDS_ISIR_FK');

542: OPEN cur_rowid;
543: FETCH cur_rowid INTO lv_rowid;
544: IF (cur_rowid%FOUND) THEN
545: CLOSE cur_rowid;
546: fnd_message.set_name ('IGS', 'IGF_AP_NSLDS_ISIR_FK');
547: igs_ge_msg_stack.add;
548: app_exception.raise_exception;
549: RETURN;
550: END IF;

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

983: IF ( get_pk_for_validation(
984: new_references.nslds_id
985: )
986: ) THEN
987: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
988: igs_ge_msg_stack.add;
989: app_exception.raise_exception;
990: END IF;
991: check_parent_existance;

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

997: IF ( get_pk_for_validation (
998: new_references.nslds_id
999: )
1000: ) THEN
1001: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
1002: igs_ge_msg_stack.add;
1003: app_exception.raise_exception;
1004: END IF;
1005: END IF;

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

1262: ELSE
1263: x_program_update_date := SYSDATE;
1264: END IF;
1265: ELSE
1266: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
1267: igs_ge_msg_stack.add;
1268: app_exception.raise_exception;
1269: END IF;
1270:

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

2321:
2322: OPEN c1;
2323: FETCH c1 INTO tlinfo;
2324: IF (c1%notfound) THEN
2325: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
2326: igs_ge_msg_stack.add;
2327: CLOSE c1;
2328: app_exception.raise_exception;
2329: RETURN;

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

2529: AND ((tlinfo.transaction_num_txt = x_transaction_num_txt )OR ((tlinfo.transaction_num_txt IS NULL) AND (x_transaction_num_txt IS NULL)))
2530: ) THEN
2531: NULL;
2532: ELSE
2533: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
2534: igs_ge_msg_stack.add;
2535: app_exception.raise_exception;
2536: END IF;
2537:

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

2773: IF (x_last_update_login IS NULL) THEN
2774: x_last_update_login := -1;
2775: END IF;
2776: ELSE
2777: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
2778: igs_ge_msg_stack.add;
2779: app_exception.raise_exception;
2780: END IF;
2781: