DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_TYPES_PKG dependencies on FND_MESSAGE

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

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

Line 105: Fnd_Message.Set_Name('IGS','IGS_PE_ONE_PE_TY_SYS_TY');

101:
102: OPEN dup_system_type;
103: FETCH dup_system_type INTO l_count;
104: IF l_count > 0 THEN
105: Fnd_Message.Set_Name('IGS','IGS_PE_ONE_PE_TY_SYS_TY');
106: IGS_GE_MSG_STACK.ADD;
107: App_Exception.Raise_Exception;
108: END IF;
109: CLOSE dup_system_type;

Line 198: Fnd_Message.Set_Name('IGS','IGS_PE_ONE_PE_TY_SYS_TY');

194: UPPER(new_references.system_type) <> 'SS_ENROLL_STAFF') THEN
195: OPEN C2;
196: FETCH C2 INTO tlinfo;
197: IF (C2%found) THEN
198: Fnd_Message.Set_Name('IGS','IGS_PE_ONE_PE_TY_SYS_TY');
199: IGS_GE_MSG_STACK.ADD;
200: App_Exception.Raise_Exception;
201: END IF;
202: CLOSE C2;

Line 235: Fnd_Message.Set_Name('IGS','IGS_PE_ONE_PE_TY_SYS_TY');

231: UPPER(new_references.system_type) <> 'SS_ENROLL_STAFF') THEN
232: OPEN C3;
233: FETCH C3 INTO tlinfo;
234: IF (C3%found) THEN
235: Fnd_Message.Set_Name('IGS','IGS_PE_ONE_PE_TY_SYS_TY');
236: IGS_GE_MSG_STACK.ADD;
237: App_Exception.Raise_Exception;
238: END IF;
239: CLOSE C3;

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

268: -- The following code checks for check constraints on the Columns.
269: IF Upper(Column_Name) = 'CLOSED_IND' OR
270: Column_Name IS NULL THEN
271: IF NOT (new_references.closed_ind IN ('Y', 'N')) THEN
272: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
273: IGS_GE_MSG_STACK.ADD;
274: App_Exception.Raise_Exception;
275: END IF;
276: END IF;

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

389: IF (p_action = 'INSERT') THEN
390: -- Call all the procedures related to Before Insert.
391: IF Get_Pk_For_Validation(
392: new_references.person_type_code) THEN
393: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
394: IGS_GE_MSG_STACK.ADD;
395: App_Exception.Raise_Exception;
396: END IF;
397: Check_Constraints;

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

407: ELSIF (p_action = 'VALIDATE_INSERT') THEN
408: -- Call all the procedures related to Before Insert.
409: IF Get_PK_For_Validation (
410: new_references.person_type_code) THEN
411: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
412: IGS_GE_MSG_STACK.ADD;
413: App_Exception.Raise_Exception;
414: END IF;
415: Check_Constraints;

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

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

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

579: begin
580: open c1;
581: fetch c1 into tlinfo;
582: if (c1%notfound) then
583: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
584: IGS_GE_MSG_STACK.ADD;
585: close c1;
586: app_exception.raise_exception;
587: return;

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

592: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
593: ) then
594: null;
595: else
596: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
597: IGS_GE_MSG_STACK.ADD;
598: app_exception.raise_exception;
599: end if;
600: return;

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

636: if X_LAST_UPDATE_LOGIN is NULL then
637: X_LAST_UPDATE_LOGIN := -1;
638: end if;
639: else
640: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
641: IGS_GE_MSG_STACK.ADD;
642: app_exception.raise_exception;
643: end if;
644: