DBA Data[Home] [Help]

APPS.IGS_PE_DATA_GROUPS_PKG dependencies on FND_MESSAGE

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

59: Open cur_old_ref_values;
60: Fetch cur_old_ref_values INTO old_references;
61: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
62: Close cur_old_ref_values;
63: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
64: IGS_GE_MSG_STACK.ADD;
65: App_Exception.Raise_Exception;
66: Return;
67: END IF;

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

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

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

135: -- The following code checks for check constraints on the Columns.
136: IF Upper(Column_Name) = 'LVL' OR
137: Column_Name IS NULL THEN
138: IF NOT (new_references.lvl IN (1,2,3,4,5)) THEN
139: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
140: IGS_GE_MSG_STACK.ADD;
141: App_Exception.Raise_Exception;
142: END IF;
143: END IF;

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

160: Begin
161: IF Get_Uk_For_Validation (
162: new_references.data_group
163: ) THEN
164: Fnd_Message.Set_Name ('IGS', 'IGS_GE_MULTI_ORG_DUP_REC');
165: IGS_GE_MSG_STACK.ADD;
166: app_exception.raise_exception;
167: END IF;
168: END Check_Uniqueness ;

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

315: -- Call all the procedures related to Before Insert.
316: Null;
317: IF Get_Pk_For_Validation(
318: new_references.data_group_id) THEN
319: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
320: IGS_GE_MSG_STACK.ADD;
321: App_Exception.Raise_Exception;
322: END IF;
323: Check_Constraints;

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

330: ELSIF (p_action = 'VALIDATE_INSERT') THEN
331: -- Call all the procedures related to Before Insert.
332: IF Get_PK_For_Validation (
333: new_references.data_group_id) THEN
334: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
335: IGS_GE_MSG_STACK.ADD;
336: App_Exception.Raise_Exception;
337: END IF;
338: Check_Constraints;

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

421: if X_LAST_UPDATE_LOGIN is NULL then
422: X_LAST_UPDATE_LOGIN := -1;
423: end if;
424: else
425: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
426: IGS_GE_MSG_STACK.ADD;
427: app_exception.raise_exception;
428: end if;
429:

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

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

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

535: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
536: ) then
537: null;
538: else
539: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
540: IGS_GE_MSG_STACK.ADD;
541: app_exception.raise_exception;
542: end if;
543: return;

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

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