DBA Data[Home] [Help]

APPS.IGS_PE_DUP_PAIRS_PKG dependencies on FND_MESSAGE

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

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

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

123: -- The following code checks for check constraints on the Columns.
124: IF Upper(Column_Name) = 'MATCH_CATEGORY' OR
125: Column_Name IS NULL THEN
126: IF NOT (new_references.match_category IN ('M', 'P')) THEN
127: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
128: IGS_GE_MSG_STACK.ADD;
129: App_Exception.Raise_Exception;
130: END IF;
131: END IF;

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

239: -- Call all the procedures related to Before Insert.
240: Null;
241: IF Get_Pk_For_Validation(
242: new_references.duplicate_pair_id) THEN
243: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
244: IGS_GE_MSG_STACK.ADD;
245: App_Exception.Raise_Exception;
246: END IF;
247: Check_Constraints;

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

255: ELSIF (p_action = 'VALIDATE_INSERT') THEN
256: -- Call all the procedures related to Before Insert.
257: IF Get_PK_For_Validation (
258: new_references.duplicate_pair_id) THEN
259: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
260: IGS_GE_MSG_STACK.ADD;
261: App_Exception.Raise_Exception;
262: END IF;
263: Check_Constraints;

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

373: else
374: X_PROGRAM_UPDATE_DATE := SYSDATE;
375: end if;
376: else
377: FND_MESSAGE.SET_NAME('FND','SYSTEM-INVALID ARGS');
378: IGS_GE_MSG_STACK.ADD;
379: app_exception.raise_exception;
380: end if;
381:

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

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

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

536: AND (X_PERSON_ID_TYPE is null)
537: then
538: null;
539: else
540: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
541: IGS_GE_MSG_STACK.ADD;
542: app_exception.raise_exception;
543: end if;
544: return;

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

596: if X_LAST_UPDATE_LOGIN is NULL then
597: X_LAST_UPDATE_LOGIN := -1;
598: end if;
599: else
600: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
601: IGS_GE_MSG_STACK.ADD;
602: app_exception.raise_exception;
603: end if;
604: Before_DML(