DBA Data[Home] [Help]

APPS.IGS_PS_USEC_RPT_FMLY_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 116: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

112: new_references.repeat_family_unit_cd
113: ,new_references.repeat_family_version_number
114: ,new_references.uoo_id
115: ) THEN
116: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
117: IGS_GE_MSG_STACK.ADD;
118: app_exception.raise_exception;
119: END IF;
120: END Check_Uniqueness ;

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

137: NULL;
138: ELSIF NOT Igs_Ps_Unit_Ofr_Opt_Pkg.Get_UK_For_Validation (
139: new_references.uoo_id
140: ) THEN
141: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
142: IGS_GE_MSG_STACK.ADD;
143: App_Exception.Raise_Exception;
144: END IF;
145:

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

151: ELSIF NOT Igs_Ps_Unit_Ver_Pkg.Get_PK_For_Validation (
152: new_references.repeat_family_unit_cd,
153: new_references.repeat_family_version_number
154: ) THEN
155: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
156: IGS_GE_MSG_STACK.ADD;
157: App_Exception.Raise_Exception;
158: END IF;
159:

Line 265: Fnd_Message.Set_Name ('IGS', 'IGS_PS_USRF_UOO_FK');

261: Open cur_rowid;
262: Fetch cur_rowid INTO lv_rowid;
263: IF (cur_rowid%FOUND) THEN
264: Close cur_rowid;
265: Fnd_Message.Set_Name ('IGS', 'IGS_PS_USRF_UOO_FK');
266: IGS_GE_MSG_STACK.ADD;
267: App_Exception.Raise_Exception;
268: Return;
269: END IF;

Line 304: Fnd_Message.Set_Name ('IGS', 'IGS_PS_USRF_UV_FK');

300: Open cur_rowid;
301: Fetch cur_rowid INTO lv_rowid;
302: IF (cur_rowid%FOUND) THEN
303: Close cur_rowid;
304: Fnd_Message.Set_Name ('IGS', 'IGS_PS_USRF_UV_FK');
305: IGS_GE_MSG_STACK.ADD;
306: App_Exception.Raise_Exception;
307: Return;
308: END IF;

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

354: -- Call all the procedures related to Before Insert.
355: Null;
356: IF Get_Pk_For_Validation(
357: new_references.unit_section_repeat_family_id) THEN
358: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
359: IGS_GE_MSG_STACK.ADD;
360: App_Exception.Raise_Exception;
361: END IF;
362: Check_Uniqueness;

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

374: ELSIF (p_action = 'VALIDATE_INSERT') THEN
375: -- Call all the procedures related to Before Insert.
376: IF Get_PK_For_Validation (
377: new_references.unit_section_repeat_family_id) THEN
378: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
379: IGS_GE_MSG_STACK.ADD;
380: App_Exception.Raise_Exception;
381: END IF;
382: Check_Uniqueness;

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

461: if X_LAST_UPDATE_LOGIN is NULL then
462: X_LAST_UPDATE_LOGIN := -1;
463: end if;
464: else
465: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
466: IGS_GE_MSG_STACK.ADD;
467: app_exception.raise_exception;
468: end if;
469: select igs_ps_usec_rpt_fmly_s.nextval into x_unit_section_rpt_family_id from dual;

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

539: begin
540: open c1;
541: fetch c1 into tlinfo;
542: if (c1%notfound) then
543: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
544: IGS_GE_MSG_STACK.ADD;
545: close c1;
546: app_exception.raise_exception;
547: return;

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

552: AND (tlinfo.REPEAT_FAMILY_VERSION_NUMBER = x_RPT_FAMILY_VER_NUMBER)
553: ) then
554: null;
555: else
556: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
557: IGS_GE_MSG_STACK.ADD;
558: app_exception.raise_exception;
559: end if;
560: return;

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

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