DBA Data[Home] [Help]

APPS.IGS_AD_SYSSRC_CAT_PKG dependencies on FND_MESSAGE

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

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

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

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

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

136: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (
137: 'SYSTEM_SOURCE_TYPES',
138: new_references.system_source_type
139: ) THEN
140: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
141: IGS_GE_MSG_STACK.ADD;
142: App_Exception.Raise_Exception;
143: END IF;
144:

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

238: IF Get_Uk_For_Validation (
239: new_references.category_name
240: ,new_references.system_source_type
241: ) THEN
242: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
243: IGS_GE_MSG_STACK.ADD;
244: app_exception.raise_exception;
245: END IF;
246: END Check_Uniqueness ;

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

299: Null;
300: IF Get_Pk_For_Validation(
301: new_references.category_name,
302: new_references.system_source_type) THEN
303: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
304: IGS_GE_MSG_STACK.ADD;
305: App_Exception.Raise_Exception;
306: END IF;
307: --kumma, called the Check_Uniqueness 2664699

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

322: -- Call all the procedures related to Before Insert.
323: IF Get_PK_For_Validation (
324: new_references.category_name,
325: new_references.system_source_type) THEN
326: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
327: IGS_GE_MSG_STACK.ADD;
328: App_Exception.Raise_Exception;
329: END IF;
330: Check_Constraints;

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

412: if X_LAST_UPDATE_LOGIN is NULL then
413: X_LAST_UPDATE_LOGIN := -1;
414: end if;
415: else
416: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
417: IGS_GE_MSG_STACK.ADD;
418: app_exception.raise_exception;
419: end if;
420: Before_DML(

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

511: begin
512: open c1;
513: fetch c1 into tlinfo;
514: if (c1%notfound) then
515: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
516: IGS_GE_MSG_STACK.ADD;
517: close c1;
518: app_exception.raise_exception;
519: return;

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

525: AND ((tlinfo.CLOSED_IND = X_CLOSED_IND) OR ((tlinfo.CLOSED_IND IS NULL) AND (X_CLOSED_IND IS NULL)))
526: ) then
527: null;
528: else
529: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
530: IGS_GE_MSG_STACK.ADD;
531: app_exception.raise_exception;
532: end if;
533: return;

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

572: if X_LAST_UPDATE_LOGIN is NULL then
573: X_LAST_UPDATE_LOGIN := -1;
574: end if;
575: else
576: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
577: IGS_GE_MSG_STACK.ADD;
578: app_exception.raise_exception;
579: end if;
580: Before_DML(