DBA Data[Home] [Help]

APPS.IGS_AD_CODE_CLASSES_PKG dependencies on FND_MESSAGE

Line 53: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

49: Open cur_old_ref_values;
50: Fetch cur_old_ref_values INTO old_references;
51: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
52: Close cur_old_ref_values;
53: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
54: IGS_GE_MSG_STACK.ADD;
55: App_Exception.Raise_Exception;
56: Return;
57: END IF;

Line 108: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');

104: -- The following code checks for check constraints on the Columns.
105: IF Upper(Column_Name) = 'CLOSED_IND' OR
106: Column_Name IS NULL THEN
107: IF NOT (new_references.closed_ind IN ('Y','N')) THEN
108: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
109: IGS_GE_MSG_STACK.ADD;
110: App_Exception.Raise_Exception;
111: END IF;
112: END IF;

Line 139: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');

135: NULL;
136: ELSIF NOT (Igs_Lookups_view_pkg.Get_PK_For_Validation ('ADM_CODE_CLASSES',new_references.class)OR
137: Igs_Lookups_view_pkg.Get_PK_For_Validation ('IGS_AD_QUAL_TYPE',new_references.class) OR
138: Igs_Lookups_view_pkg.Get_PK_For_Validation (new_references.class_type_code,new_references.class)) THEN
139: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
140: IGS_GE_MSG_STACK.ADD;
141: App_Exception.Raise_Exception;
142: END IF;
143:

Line 148: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');

144: IF (old_references.system_status = new_references.system_status OR
145: new_references.system_status IS NULL) THEN
146: NULL;
147: ELSIF NOT (Igs_Lookups_view_pkg.Get_PK_For_Validation (new_references.class,new_references.system_status)) THEN
148: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
149: IGS_GE_MSG_STACK.ADD;
150: App_Exception.Raise_Exception;
151: END IF;
152: END Check_Parent_Existance;

Line 172: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

168: new_references.name
169: ,new_references.class
170: ,new_references.class_type_code
171: ) THEN
172: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
173: IGS_GE_MSG_STACK.ADD;
174: app_exception.raise_exception;
175: END IF;
176: END Check_Uniqueness ;

Line 486: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

482: -- Call all the procedures related to Before Insert.
483: Null;
484: IF Get_Pk_For_Validation(
485: new_references.code_id) THEN
486: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
487: IGS_GE_MSG_STACK.ADD;
488: App_Exception.Raise_Exception;
489: END IF;
490: Check_Uniqueness;

Line 507: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

503: ELSIF (p_action = 'VALIDATE_INSERT') THEN
504: -- Call all the procedures related to Before Insert.
505: IF Get_PK_For_Validation (
506: new_references.code_id) THEN
507: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
508: IGS_GE_MSG_STACK.ADD;
509: App_Exception.Raise_Exception;
510: END IF;
511: Check_Uniqueness;

Line 600: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

596: if X_LAST_UPDATE_LOGIN is NULL then
597: X_LAST_UPDATE_LOGIN := -1;
598: end if;
599: else
600: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
601: IGS_GE_MSG_STACK.ADD;
602: app_exception.raise_exception;
603: end if;
604:

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

696: begin
697: open c1;
698: fetch c1 into tlinfo;
699: if (c1%notfound) then
700: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
701: IGS_GE_MSG_STACK.ADD;
702: close c1;
703: app_exception.raise_exception;
704: return;

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

719: AND (x_class_type_code is null)))
720: ) then
721: null;
722: else
723: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
724: IGS_GE_MSG_STACK.ADD;
725: app_exception.raise_exception;
726: end if;
727: return;

Line 770: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

766: if X_LAST_UPDATE_LOGIN is NULL then
767: X_LAST_UPDATE_LOGIN := -1;
768: end if;
769: else
770: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
771: IGS_GE_MSG_STACK.ADD;
772: app_exception.raise_exception;
773: end if;
774: Before_DML(