DBA Data[Home] [Help]

APPS.IGF_AP_CSS_PROFILE_PKG dependencies on FND_MESSAGE

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

368: OPEN cur_old_ref_values;
369: FETCH cur_old_ref_values INTO old_references;
370: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
371: CLOSE cur_old_ref_values;
372: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
373: igs_ge_msg_stack.add;
374: app_exception.raise_exception;
375: RETURN;
376: END IF;

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

740: NULL;
741: ELSIF NOT igf_ap_fa_base_rec_pkg.get_pk_for_validation (
742: new_references.base_id
743: ) THEN
744: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
745: igs_ge_msg_stack.add;
746: app_exception.raise_exception;
747: END IF;
748:

Line 831: fnd_message.set_name ('IGF', 'IGF_AP_CSSP_FABASE_FK');

827: OPEN cur_rowid;
828: FETCH cur_rowid INTO lv_rowid;
829: IF (cur_rowid%FOUND) THEN
830: CLOSE cur_rowid;
831: fnd_message.set_name ('IGF', 'IGF_AP_CSSP_FABASE_FK');
832: igs_ge_msg_stack.add;
833: app_exception.raise_exception;
834: RETURN;
835: END IF;

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

1535: IF ( get_pk_for_validation(
1536: new_references.cssp_id
1537: )
1538: ) THEN
1539: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
1540: igs_ge_msg_stack.add;
1541: app_exception.raise_exception;
1542: END IF;
1543: check_parent_existance;

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

1552: IF ( get_pk_for_validation (
1553: new_references.cssp_id
1554: )
1555: ) THEN
1556: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
1557: igs_ge_msg_stack.add;
1558: app_exception.raise_exception;
1559: END IF;
1560: ELSIF (p_action = 'VALIDATE_DELETE') THEN

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

1931: IF (x_last_update_login IS NULL) THEN
1932: x_last_update_login := -1;
1933: END IF;
1934: ELSE
1935: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
1936: igs_ge_msg_stack.add;
1937: app_exception.raise_exception;
1938: END IF;
1939:

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

3655:
3656: OPEN c1;
3657: FETCH c1 INTO tlinfo;
3658: IF (c1%notfound) THEN
3659: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
3660: igs_ge_msg_stack.add;
3661: CLOSE c1;
3662: app_exception.raise_exception;
3663: RETURN;

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

3996: AND ((tlinfo.location_computer_num = x_location_computer_num) OR ((tlinfo.location_computer_num IS NULL) AND (x_location_computer_num IS NULL)))
3997: ) THEN
3998: NULL;
3999: ELSE
4000: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
4001: igs_ge_msg_stack.add;
4002: app_exception.raise_exception;
4003: END IF;
4004:

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

4369: IF (x_last_update_login IS NULL) THEN
4370: x_last_update_login := -1;
4371: END IF;
4372: ELSE
4373: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
4374: igs_ge_msg_stack.add;
4375: app_exception.raise_exception;
4376: END IF;
4377: