DBA Data[Home] [Help]

APPS.IGS_PE_ACAD_HONORS_PKG dependencies on FND_MESSAGE

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

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

Line 152: Fnd_Message.Set_Name ('IGS', 'IGS_PE_ACAD_HNRS_DUP_EXISTS');

148: new_references.acad_honor_type, --changed acad_honor_type_id to acad_honor_TYPE
149: new_references.honor_date,
150: new_references.person_id
151: ) THEN
152: Fnd_Message.Set_Name ('IGS', 'IGS_PE_ACAD_HNRS_DUP_EXISTS');
153: IGS_GE_MSG_STACK.ADD;
154: app_exception.raise_exception;
155: END IF;
156: END Check_Uniqueness ;

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

176: NULL;
177: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (
178: 'PE_ACAD_HONORS', new_references.acad_honor_type
179: ) THEN
180: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
181: IGS_GE_MSG_STACK.ADD;
182: App_Exception.Raise_Exception;
183: END IF;
184:

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

268: IF (p_action = 'INSERT') THEN
269: -- Call all the procedures related to Before Insert.
270: IF Get_Pk_For_Validation(
271: new_references.acad_honor_id) THEN
272: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
273: IGS_GE_MSG_STACK.ADD;
274: App_Exception.Raise_Exception;
275: END IF;
276: Check_Uniqueness;

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

287: ELSIF (p_action = 'VALIDATE_INSERT') THEN
288: -- Call all the procedures related to Before Insert.
289: IF Get_PK_For_Validation (
290: new_references.acad_honor_id) THEN
291: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
292: IGS_GE_MSG_STACK.ADD;
293: App_Exception.Raise_Exception;
294: END IF;
295: Check_Uniqueness;

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

392: else
393: X_PROGRAM_UPDATE_DATE := SYSDATE;
394: end if;
395: else
396: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
397: IGS_GE_MSG_STACK.ADD;
398: app_exception.raise_exception;
399: end if;
400:

Line 475: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');

471: x_rowid => X_ROWID );
472: EXCEPTION
473: WHEN OTHERS THEN
474: IF (SQLCODE IN (-28115, -28113, -28111)) THEN
475: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
476: fnd_message.set_token ('ERR_CD', SQLCODE);
477: igs_ge_msg_stack.add;
478: igs_sc_gen_001.unset_ctx('R');
479: app_exception.raise_exception;

Line 476: fnd_message.set_token ('ERR_CD', SQLCODE);

472: EXCEPTION
473: WHEN OTHERS THEN
474: IF (SQLCODE IN (-28115, -28113, -28111)) THEN
475: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
476: fnd_message.set_token ('ERR_CD', SQLCODE);
477: igs_ge_msg_stack.add;
478: igs_sc_gen_001.unset_ctx('R');
479: app_exception.raise_exception;
480: ELSE

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

515: begin
516: open c1;
517: fetch c1 into tlinfo;
518: if (c1%notfound) then
519: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
520: IGS_GE_MSG_STACK.ADD;
521: close c1;
522: app_exception.raise_exception;
523: return;

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

533: AND (X_HONOR_DATE is null)))
534: ) then
535: null;
536: else
537: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
538: IGS_GE_MSG_STACK.ADD;
539: app_exception.raise_exception;
540: end if;
541: return;

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

581: if X_LAST_UPDATE_LOGIN is NULL then
582: X_LAST_UPDATE_LOGIN := -1;
583: end if;
584: else
585: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
586: IGS_GE_MSG_STACK.ADD;
587: app_exception.raise_exception;
588: end if;
589: Before_DML(

Line 634: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');

630: PROGRAM_APPLICATION_ID = PROGRAM_APPLICATION_ID,
631: PROGRAM_UPDATE_DATE = X_PROGRAM_UPDATE_DATE
632: where ROWID = X_ROWID;
633: if (sql%notfound) then
634: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
635: igs_ge_msg_stack.add;
636: igs_sc_gen_001.unset_ctx('R');
637: app_exception.raise_exception;
638: end if;

Line 651: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');

647: );
648: EXCEPTION
649: WHEN OTHERS THEN
650: IF (SQLCODE = (-28115)) THEN
651: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
652: fnd_message.set_token ('ERR_CD', SQLCODE);
653: igs_ge_msg_stack.add;
654: igs_sc_gen_001.unset_ctx('R');
655: app_exception.raise_exception;

Line 652: fnd_message.set_token ('ERR_CD', SQLCODE);

648: EXCEPTION
649: WHEN OTHERS THEN
650: IF (SQLCODE = (-28115)) THEN
651: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
652: fnd_message.set_token ('ERR_CD', SQLCODE);
653: igs_ge_msg_stack.add;
654: igs_sc_gen_001.unset_ctx('R');
655: app_exception.raise_exception;
656: ELSE

Line 736: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');

732: END IF;
733: delete from igs_pe_acad_honors
734: where ROWID = X_ROWID;
735: if (sql%notfound) then
736: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
737: igs_ge_msg_stack.add;
738: igs_sc_gen_001.unset_ctx('R');
739: app_exception.raise_exception;
740: end if;