DBA Data[Home] [Help]

APPS.IGS_PE_SRC_TYPES_PKG dependencies on FND_MESSAGE

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

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

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

110: -- The following code checks for check constraints on the Columns.
111: IF Upper(Column_Name) = 'CLOSED_IND' OR
112: Column_Name IS NULL THEN
113: IF NOT (new_references.closed_ind IN ('Y', 'N')) THEN
114: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
115: IGS_GE_MSG_STACK.ADD;
116: App_Exception.Raise_Exception;
117: END IF;
118: END IF;

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

246: NULL;
247: ELSIF NOT Igs_Ad_Cat_pkg.Get_PK_For_Validation (
248: new_references.admission_cat
249: ) THEN
250: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
251: IGS_GE_MSG_STACK.ADD;
252: App_Exception.Raise_Exception;
253: END IF;
254: Commented as part of bug 2422183 *******/

Line 345: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');

341: Begin
342: IF Get_Uk_For_Validation (
343: new_references.source_type
344: ) THEN
345: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
346: IGS_GE_MSG_STACK.ADD;
347: app_exception.raise_exception;
348: END IF;
349: END Check_Uniqueness ;

Line 413: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');

409: -- Call all the procedures related to Before Insert.
410: Null;
411: IF Get_Pk_For_Validation(
412: new_references.source_type_id) THEN
413: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
414: IGS_GE_MSG_STACK.ADD;
415: App_Exception.Raise_Exception;
416: END IF;
417: Check_Constraints;

Line 439: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');

435: ELSIF (p_action = 'VALIDATE_INSERT') THEN
436: -- Call all the procedures related to Before Insert.
437: IF Get_PK_For_Validation (
438: new_references.source_type_id) THEN
439: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
440: IGS_GE_MSG_STACK.ADD;
441: App_Exception.Raise_Exception;
442: END IF;
443: Check_Constraints;

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

609: if X_LAST_UPDATE_LOGIN is NULL THEN
610: X_LAST_UPDATE_LOGIN := -1;
611: END IF;
612: ELSE
613: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
614: IGS_GE_MSG_STACK.ADD;
615: app_exception.raise_exception;
616: END IF;
617:

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

736: begin
737: open c1;
738: fetch c1 into tlinfo;
739: if (c1%notfound) then
740: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
741: IGS_GE_MSG_STACK.ADD;
742: close c1;
743: app_exception.raise_exception;
744: return;

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

767: AND (X_INQUIRY_TYPE_ID is null)))
768: ) then
769: null;
770: else
771: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
772: IGS_GE_MSG_STACK.ADD;
773: app_exception.raise_exception;
774: end if;
775: return;

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

819: if X_LAST_UPDATE_LOGIN is NULL then
820: X_LAST_UPDATE_LOGIN := -1;
821: end if;
822: else
823: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
824: IGS_GE_MSG_STACK.ADD;
825: app_exception.raise_exception;
826: end if;
827: