DBA Data[Home] [Help]

APPS.IGF_AW_AWARD_PKG dependencies on FND_MESSAGE

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

148: OPEN cur_old_ref_values;
149: FETCH cur_old_ref_values INTO old_references;
150: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
151: CLOSE cur_old_ref_values;
152: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
153: igs_ge_msg_stack.add;
154: app_exception.raise_exception;
155: RETURN;
156: END IF;

Line 259: fnd_message.set_name ('IGS',l_v_message_name);

255: l_v_fed_fund_code := igf_sl_gen.get_fed_fund_code (p_n_award_id => new_references.award_id,
256: p_v_message_name => l_v_message_name
257: );
258: IF l_v_message_name IS NOT NULL THEN
259: fnd_message.set_name ('IGS',l_v_message_name);
260: igs_ge_msg_stack.add;
261: app_exception.raise_exception;
262: END IF;
263: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN

Line 324: fnd_message.set_name(SUBSTR(l_v_message_name,1,3),l_v_message_name);

320: IF (NOT (l_b_return_status) AND l_v_message_name IS NOT NULL )
321: THEN
322: -- substring of the out bound parameter l_v_message_name is carried
323: -- out since it can expect either IGS OR IGF message
324: fnd_message.set_name(SUBSTR(l_v_message_name,1,3),l_v_message_name);
325: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
326: fnd_log.string( fnd_log.level_statement, 'igf.plsql.igf_aw_award_pkg.AfterRowInsertUpdateDelete1 ', 'Call to igf_sl_cl_create_chg.create_awd_chg_rec returned error '|| l_v_message_name);
327: END IF;
328: igs_ge_msg_stack.add;

Line 355: fnd_message.set_name(SUBSTR(l_v_message_name,1,3),l_v_message_name);

351: IF (NOT (l_b_return_status) AND l_v_message_name IS NOT NULL )
352: THEN
353: -- substring of the out bound parameter l_v_message_name is carried
354: -- out since it can expect either IGS OR IGF message
355: fnd_message.set_name(SUBSTR(l_v_message_name,1,3),l_v_message_name);
356: igs_ge_msg_stack.add;
357: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
358: fnd_log.string( fnd_log.level_statement, 'igf.plsql.igf_aw_award_pkg.AfterRowInsertUpdateDelete1 ', 'Call to igf_sl_cl_create_chg.create_awd_chg_rec returned error '|| l_v_message_name);
359: END IF;

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

424: NULL;
425: ELSIF NOT igf_aw_awd_rvsn_rsn_pkg.get_pk_for_validation (
426: new_references.rvsn_id
427: ) THEN
428: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
429: igs_ge_msg_stack.add;
430: app_exception.raise_exception;
431: END IF;
432:

Line 450: fnd_message.set_name ('IGF', 'IGF_AW_FUND_LOCK_ERR');

446: END IF;
447: END LOOP;
448:
449: IF NOT x_lock THEN
450: fnd_message.set_name ('IGF', 'IGF_AW_FUND_LOCK_ERR');
451: igs_ge_msg_stack.add;
452: app_exception.raise_exception;
453: END IF;
454: ELSE

Line 472: fnd_message.set_name ('IGF', 'IGF_AW_FUND_LOCK_ERR');

468: END IF;
469: END LOOP;
470:
471: IF NOT x_lock THEN
472: fnd_message.set_name ('IGF', 'IGF_AW_FUND_LOCK_ERR');
473: igs_ge_msg_stack.add;
474: app_exception.raise_exception;
475: END IF;
476: END IF;

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

480: NULL;
481: ELSIF NOT igf_ap_fa_base_rec_pkg.get_pk_for_validation (
482: new_references.base_id
483: ) THEN
484: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
485: igs_ge_msg_stack.add;
486: app_exception.raise_exception;
487: END IF;
488:

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

491: NULL;
492: ELSIF NOT igf_aw_awd_dist_plans_pkg.get_pk_for_validation (
493: new_references.adplans_id
494: ) THEN
495: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
496: igs_ge_msg_stack.add;
497: app_exception.raise_exception;
498: END IF;
499:

Line 617: fnd_message.set_name ('IGF', 'IGF_AW_RVSN_AWD_FK');

613: OPEN cur_rowid;
614: FETCH cur_rowid INTO lv_rowid;
615: IF (cur_rowid%FOUND) THEN
616: CLOSE cur_rowid;
617: fnd_message.set_name ('IGF', 'IGF_AW_RVSN_AWD_FK');
618: igs_ge_msg_stack.add;
619: app_exception.raise_exception;
620: RETURN;
621: END IF;

Line 652: fnd_message.set_name ('IGF', 'IGF_AW_AWD_FMAST_FK');

648: OPEN cur_rowid;
649: FETCH cur_rowid INTO lv_rowid;
650: IF (cur_rowid%FOUND) THEN
651: CLOSE cur_rowid;
652: fnd_message.set_name ('IGF', 'IGF_AW_AWD_FMAST_FK');
653: igs_ge_msg_stack.add;
654: app_exception.raise_exception;
655: RETURN;
656: END IF;

Line 687: fnd_message.set_name ('IGF', 'IGF_AW_AWD_FA_DETAIL_FK');

683: OPEN cur_rowid;
684: FETCH cur_rowid INTO lv_rowid;
685: IF (cur_rowid%FOUND) THEN
686: CLOSE cur_rowid;
687: fnd_message.set_name ('IGF', 'IGF_AW_AWD_FA_DETAIL_FK');
688: igs_ge_msg_stack.add;
689: app_exception.raise_exception;
690: RETURN;
691: END IF;

Line 724: fnd_message.set_name ('IGF', 'IGF_AW_AWD_ADPLANS_FK');

720: OPEN cur_rowid;
721: FETCH cur_rowid INTO lv_rowid;
722: IF (cur_rowid%FOUND) THEN
723: CLOSE cur_rowid;
724: fnd_message.set_name ('IGF', 'IGF_AW_AWD_ADPLANS_FK');
725: igs_ge_msg_stack.add;
726: app_exception.raise_exception;
727: RETURN;
728: END IF;

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

854: IF ( get_pk_for_validation(
855: new_references.award_id
856: )
857: ) THEN
858: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
859: igs_ge_msg_stack.add;
860: app_exception.raise_exception;
861: END IF;
862: check_parent_existance;

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

871: IF ( get_pk_for_validation (
872: new_references.award_id
873: )
874: ) THEN
875: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
876: igs_ge_msg_stack.add;
877: app_exception.raise_exception;
878: END IF;
879: ELSIF (p_action = 'VALIDATE_DELETE') THEN

Line 1003: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');

999: END LOOP;
1000: CLOSE c_lookup_attribute;
1001: EXCEPTION
1002: WHEN OTHERS THEN
1003: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
1004: FND_MESSAGE.SET_TOKEN('NAME','igf_aw_award_pkg.update_award_history' || SQLERRM);
1005: IGS_GE_MSG_STACK.ADD;
1006: App_Exception.Raise_Exception;
1007: END update_award_history;

Line 1004: FND_MESSAGE.SET_TOKEN('NAME','igf_aw_award_pkg.update_award_history' || SQLERRM);

1000: CLOSE c_lookup_attribute;
1001: EXCEPTION
1002: WHEN OTHERS THEN
1003: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
1004: FND_MESSAGE.SET_TOKEN('NAME','igf_aw_award_pkg.update_award_history' || SQLERRM);
1005: IGS_GE_MSG_STACK.ADD;
1006: App_Exception.Raise_Exception;
1007: END update_award_history;
1008:

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

1150: ELSE
1151: x_program_update_date := SYSDATE;
1152: END IF;
1153: ELSE
1154: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
1155: igs_ge_msg_stack.add;
1156: app_exception.raise_exception;
1157: END IF;
1158:

Line 1351: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');

1347: 'INSERT'
1348: ) ;
1349: EXCEPTION
1350: WHEN OTHERS THEN
1351: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
1352: FND_MESSAGE.SET_TOKEN('NAME','igf_aw_award_pkg.insert_row' || SQLERRM);
1353: IGS_GE_MSG_STACK.ADD;
1354: App_Exception.Raise_Exception;
1355: END insert_row;

Line 1352: FND_MESSAGE.SET_TOKEN('NAME','igf_aw_award_pkg.insert_row' || SQLERRM);

1348: ) ;
1349: EXCEPTION
1350: WHEN OTHERS THEN
1351: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
1352: FND_MESSAGE.SET_TOKEN('NAME','igf_aw_award_pkg.insert_row' || SQLERRM);
1353: IGS_GE_MSG_STACK.ADD;
1354: App_Exception.Raise_Exception;
1355: END insert_row;
1356:

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

1467:
1468: OPEN c1;
1469: FETCH c1 INTO tlinfo;
1470: IF (c1%notfound) THEN
1471: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
1472: igs_ge_msg_stack.add;
1473: CLOSE c1;
1474: app_exception.raise_exception;
1475: RETURN;

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

1522: AND ((tlinfo.publish_in_ss_flag = x_publish_in_ss_flag) OR ((tlinfo.publish_in_ss_flag IS NULL ) AND (x_publish_in_ss_flag IS NULL)))
1523: ) THEN
1524: NULL;
1525: ELSE
1526: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
1527: igs_ge_msg_stack.add;
1528: app_exception.raise_exception;
1529: END IF;
1530:

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

1645: IF (x_last_update_login IS NULL) THEN
1646: x_last_update_login := -1;
1647: END IF;
1648: ELSE
1649: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
1650: igs_ge_msg_stack.add;
1651: app_exception.raise_exception;
1652: END IF;
1653: