DBA Data[Home] [Help]

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

101: -- The following code checks for check constraints on the Columns.
102: IF Upper(Column_Name) = 'REQUIRED_IND' OR
103: Column_Name IS NULL THEN
104: IF NOT (new_references.required_ind IN ('M', 'P', 'N')) THEN
105: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
106: IGS_GE_MSG_STACK.ADD;
107: App_Exception.Raise_Exception;
108: END IF;
109: END IF;

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

130: NULL;
131: ELSIF NOT Igs_Pe_Person_Types_Pkg.Get_PK_For_Validation (
132: new_references.person_type_code
133: ) THEN
134: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
135: IGS_GE_MSG_STACK.ADD;
136: App_Exception.Raise_Exception;
137: END IF;
138:

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

141: NULL;
142: ELSIF NOT Igs_Pe_Data_Element_Pkg.Get_PK_For_Validation (
143: new_references.data_element
144: ) THEN
145: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
146: IGS_GE_MSG_STACK.ADD;
147: App_Exception.Raise_Exception;
148: END IF;
149:

Line 216: Fnd_Message.Set_Name ('IGS', 'IGS_PE_PSDE_PT_FK');

212: Open cur_rowid;
213: Fetch cur_rowid INTO lv_rowid;
214: IF (cur_rowid%FOUND) THEN
215: Close cur_rowid;
216: Fnd_Message.Set_Name ('IGS', 'IGS_PE_PSDE_PT_FK');
217: IGS_GE_MSG_STACK.ADD;
218: App_Exception.Raise_Exception;
219: Return;
220: END IF;

Line 253: Fnd_Message.Set_Name ('IGS', 'IGS_PE_PSDE_PDE_FK');

249: Open cur_rowid;
250: Fetch cur_rowid INTO lv_rowid;
251: IF (cur_rowid%FOUND) THEN
252: Close cur_rowid;
253: Fnd_Message.Set_Name ('IGS', 'IGS_PE_PSDE_PDE_FK');
254: IGS_GE_MSG_STACK.ADD;
255: App_Exception.Raise_Exception;
256: Return;
257: END IF;

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

307: -- Call all the procedures related to Before Insert.
308: Null;
309: IF Get_Pk_For_Validation(
310: new_references.setup_data_element_id) THEN
311: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
312: IGS_GE_MSG_STACK.ADD;
313: App_Exception.Raise_Exception;
314: END IF;
315: Check_Constraints;

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

325: ELSIF (p_action = 'VALIDATE_INSERT') THEN
326: -- Call all the procedures related to Before Insert.
327: IF Get_PK_For_Validation (
328: new_references.setup_data_element_id) THEN
329: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
330: IGS_GE_MSG_STACK.ADD;
331: App_Exception.Raise_Exception;
332: END IF;
333: Check_Constraints;

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

412: if X_LAST_UPDATE_LOGIN is NULL then
413: X_LAST_UPDATE_LOGIN := -1;
414: end if;
415: else
416: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
417: IGS_GE_MSG_STACK.ADD;
418: app_exception.raise_exception;
419: end if;
420:

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

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

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

522: AND (X_REQUIRED_IND is null)))
523: ) then
524: null;
525: else
526: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
527: IGS_GE_MSG_STACK.ADD;
528: app_exception.raise_exception;
529: end if;
530: return;

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

567: if X_LAST_UPDATE_LOGIN is NULL then
568: X_LAST_UPDATE_LOGIN := -1;
569: end if;
570: else
571: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
572: IGS_GE_MSG_STACK.ADD;
573: app_exception.raise_exception;
574: end if;
575: Before_DML(