DBA Data[Home] [Help]

APPS.IGS_PE_MTCH_SET_DATA_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 113: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');

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

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

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

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

129: -- The following code checks for check constraints on the Columns.
130: IF Upper(Column_Name) = 'DROP_IF_NULL' OR
131: Column_Name IS NULL THEN
132: IF NOT (new_references.drop_if_null IN ('Y', 'N')) THEN
133: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
134: IGS_GE_MSG_STACK.ADD;
135: App_Exception.Raise_Exception;
136: END IF;
137: END IF;

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

226: -- Call all the procedures related to Before Insert.
227: Null;
228: IF Get_Pk_For_Validation(
229: new_references.match_set_data_id) THEN
230: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
231: IGS_GE_MSG_STACK.ADD;
232: App_Exception.Raise_Exception;
233: END IF;
234: Check_Constraints;

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

242: ELSIF (p_action = 'VALIDATE_INSERT') THEN
243: -- Call all the procedures related to Before Insert.
244: IF Get_PK_For_Validation (
245: new_references.match_set_data_id) THEN
246: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
247: IGS_GE_MSG_STACK.ADD;
248: App_Exception.Raise_Exception;
249: END IF;
250: Check_Constraints;

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

331: if X_LAST_UPDATE_LOGIN is NULL then
332: X_LAST_UPDATE_LOGIN := -1;
333: end if;
334: else
335: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
336: IGS_GE_MSG_STACK.ADD;
337: app_exception.raise_exception;
338: end if;
339:

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

433: begin
434: open c1;
435: fetch c1 into tlinfo;
436: if (c1%notfound) then
437: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
438: IGS_GE_MSG_STACK.ADD;
439: close c1;
440: app_exception.raise_exception;
441: return;

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

453: AND (tlinfo.DROP_IF_NULL = X_DROP_IF_NULL)
454: then
455: null;
456: else
457: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
458: IGS_GE_MSG_STACK.ADD;
459: app_exception.raise_exception;
460: end if;
461: return;

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

499: if X_LAST_UPDATE_LOGIN is NULL then
500: X_LAST_UPDATE_LOGIN := -1;
501: end if;
502: else
503: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
504: IGS_GE_MSG_STACK.ADD;
505: app_exception.raise_exception;
506: end if;
507: Before_DML(