DBA Data[Home] [Help]

APPS.IGS_AD_CRED_TYPES_PKG dependencies on FND_MESSAGE

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

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

Line 85: Fnd_Message.Set_Name('IGS', v_message_name);

81: BEGIN
82: IF (p_inserting OR (p_updating AND (old_references.step_code <> new_references.step_code))) THEN
83: IF NOT IGS_TR_VAL_TRI.val_tr_step_ctlg (new_references.step_code,
84: v_message_name) THEN
85: Fnd_Message.Set_Name('IGS', v_message_name);
86: IGS_GE_MSG_STACK.ADD;
87: App_Exception.Raise_Exception;
88: END IF;
89: END IF;

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

117: -- The following code checks for check constraints on the Columns.
118: IF Upper(Column_Name) = 'CLOSED_IND' OR
119: Column_Name IS NULL THEN
120: IF NOT (new_references.closed_ind IN ('Y','N')) THEN
121: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
122: IGS_GE_MSG_STACK.ADD;
123: App_Exception.Raise_Exception;
124: END IF;
125: END IF;

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

142: begin
143: IF Get_Uk_For_Validation (
144: new_references.credential_type
145: ) THEN
146: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
147: IGS_GE_MSG_STACK.ADD;
148: app_exception.raise_exception;
149: END IF;
150: END Check_Uniqueness;

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

190: ELSIF NOT Igs_LookUps_View_Pkg.Get_PK_For_Validation (
191: 'CREDENTIAL_SYSTEM_TYPES',
192: new_references.system_type
193: ) THEN
194: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
195: IGS_GE_MSG_STACK.ADD;
196: App_Exception.Raise_Exception;
197: END IF;
198:

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

323: -- Call all the procedures related to Before Insert.
324: BeforeRowInsertUpdate(p_inserting => TRUE);
325: IF Get_Pk_For_Validation(
326: new_references.credential_type_id) THEN
327: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
328: IGS_GE_MSG_STACK.ADD;
329: App_Exception.Raise_Exception;
330: END IF;
331: Check_Uniqueness;

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

344: ELSIF (p_action = 'VALIDATE_INSERT') THEN
345: -- Call all the procedures related to Before Insert.
346: IF Get_PK_For_Validation (
347: new_references.credential_type_id) THEN
348: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
349: IGS_GE_MSG_STACK.ADD;
350: App_Exception.Raise_Exception;
351: END IF;
352: Check_Uniqueness;

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

434: if X_LAST_UPDATE_LOGIN is NULL then
435: X_LAST_UPDATE_LOGIN := -1;
436: end if;
437: else
438: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
439: IGS_GE_MSG_STACK.ADD;
440: app_exception.raise_exception;
441: end if;
442:

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

523: begin
524: open c1;
525: fetch c1 into tlinfo;
526: if (c1%notfound) then
527: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
528: IGS_GE_MSG_STACK.ADD;
529: close c1;
530: app_exception.raise_exception;
531: return;

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

540: AND (X_STEP_CODE IS NULL)))
541: ) then
542: null;
543: else
544: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
545: IGS_GE_MSG_STACK.ADD;
546: app_exception.raise_exception;
547: end if;
548: return;

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

585: if X_LAST_UPDATE_LOGIN is NULL then
586: X_LAST_UPDATE_LOGIN := -1;
587: end if;
588: else
589: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
590: IGS_GE_MSG_STACK.ADD;
591: app_exception.raise_exception;
592: end if;
593: Before_DML(