DBA Data[Home] [Help]

APPS.IGS_PE_FUND_EXCL_PKG dependencies on FND_MESSAGE

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

48: OPEN cur_old_ref_values;
49: FETCH cur_old_ref_values INTO old_references;
50: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
51: CLOSE cur_old_ref_values;
52: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
53: igs_ge_msg_stack.add;
54: app_exception.raise_exception;
55: RETURN;
56: END IF;

Line 109: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

105: new_references.fund_code,
106: new_references.pfe_start_dt
107: )
108: ) THEN
109: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
110: igs_ge_msg_stack.add;
111: app_exception.raise_exception;
112: END IF;
113:

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

131: NULL;
132: ELSIF NOT igf_aw_fund_cat_pkg.get_uk_For_validation (
133: new_references.fund_code
134: ) THEN
135: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
136: igs_ge_msg_stack.add;
137: app_exception.raise_exception;
138: END IF;
139:

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

157: new_references.s_encmb_effect_type,
158: new_references.pee_start_dt,
159: new_references.pee_sequence_number
160: ) THEN
161: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
162: igs_ge_msg_stack.add;
163: app_exception.raise_exception;
164: END IF;
165:

Line 278: fnd_message.set_name ('IGS', 'IGS_PE_FCAT_PEE_FK');

274: OPEN cur_rowid;
275: FETCH cur_rowid INTO lv_rowid;
276: IF (cur_rowid%FOUND) THEN
277: CLOSE cur_rowid;
278: fnd_message.set_name ('IGS', 'IGS_PE_FCAT_PEE_FK');
279: igs_ge_msg_stack.add;
280: app_exception.raise_exception;
281: RETURN;
282: END IF;

Line 323: fnd_message.set_name ('IGS', 'IGS_PE_PFE_PEE_FK');

319: OPEN cur_rowid;
320: FETCH cur_rowid INTO lv_rowid;
321: IF (cur_rowid%FOUND) THEN
322: CLOSE cur_rowid;
323: fnd_message.set_name ('IGS', 'IGS_PE_PFE_PEE_FK');
324: igs_ge_msg_stack.add;
325: app_exception.raise_exception;
326: RETURN;
327: END IF;

Line 349: FND_MESSAGE.SET_NAME('IGS', l_message_name);

345: THEN
346: IF igs_en_val_pce.enrp_val_encmb_dt (
347: new_references.pfe_start_dt,
348: l_message_name) = FALSE THEN
349: FND_MESSAGE.SET_NAME('IGS', l_message_name);
350: IGS_GE_MSG_STACK.ADD;
351: APP_EXCEPTION.RAISE_EXCEPTION;
352: END IF;
353: END IF;

Line 362: FND_MESSAGE.SET_NAME('IGS', l_message_name);

358: IF igs_en_val_pce.enrp_val_encmb_dts (
359: new_references.pee_start_dt,
360: new_references.pfe_start_dt,
361: l_message_name) = FALSE THEN
362: FND_MESSAGE.SET_NAME('IGS', l_message_name);
363: IGS_GE_MSG_STACK.ADD;
364: APP_EXCEPTION.RAISE_EXCEPTION;
365: END IF;
366: END IF;

Line 379: FND_MESSAGE.SET_NAME('IGS', l_message_name);

375: IF igs_en_val_pce.enrp_val_strt_exp_dt (
376: new_references.pfe_start_dt,
377: new_references.expiry_dt,
378: l_message_name) = FALSE THEN
379: FND_MESSAGE.SET_NAME('IGS', l_message_name);
380: IGS_GE_MSG_STACK.ADD;
381: APP_EXCEPTION.RAISE_EXCEPTION;
382: END IF;
383:

Line 387: FND_MESSAGE.SET_NAME('IGS', l_message_name);

383:
384: IF igs_en_val_pce.enrp_val_encmb_dt (
385: new_references.expiry_dt,
386: l_message_name) = FALSE THEN
387: FND_MESSAGE.SET_NAME('IGS', l_message_name);
388: IGS_GE_MSG_STACK.ADD;
389: APP_EXCEPTION.RAISE_EXCEPTION;
390: END IF;
391: END IF;

Line 398: FND_MESSAGE.SET_NAME('IGS', 'IGS_EN_CANT_CREATE_REC_ENCUMB');

394: -- Validate that records for this table can be created for the encumbrance
395: -- effect type.
396: IF p_inserting THEN
397: IF new_references.s_encmb_effect_type NOT IN ('EX_AWD','EX_DISB','EX_SP_AWD','EX_SP_DISB') THEN
398: FND_MESSAGE.SET_NAME('IGS', 'IGS_EN_CANT_CREATE_REC_ENCUMB');
399: IGS_GE_MSG_STACK.ADD;
400: APP_EXCEPTION.RAISE_EXCEPTION;
401: END IF;
402: END IF;

Line 431: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_FUND_EXCL_OPEN');

427: OPEN fund_exclusion_cur;
428: FETCH fund_exclusion_cur INTO l_check;
429: IF fund_exclusion_cur%FOUND THEN
430: CLOSE fund_exclusion_cur;
431: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_FUND_EXCL_OPEN');
432: IGS_GE_MSG_STACK.ADD;
433: APP_EXCEPTION.RAISE_EXCEPTION;
434: END IF;
435: CLOSE fund_exclusion_cur;

Line 502: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

498: IF ( get_pk_for_validation(
499: new_references.fund_excl_id
500: )
501: ) THEN
502: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
503: igs_ge_msg_stack.add;
504: app_exception.raise_exception;
505: END IF;
506: check_uniqueness;

Line 528: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

524: IF ( get_pk_for_validation (
525: new_references.fund_excl_id
526: )
527: ) THEN
528: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
529: igs_ge_msg_stack.add;
530: app_exception.raise_exception;
531: END IF;
532: check_uniqueness;

Line 617: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');

613: IF (x_last_update_login IS NULL) THEN
614: x_last_update_login := -1;
615: END IF;
616: ELSE
617: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
618: igs_ge_msg_stack.add;
619: app_exception.raise_exception;
620: END IF;
621:

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

727:
728: OPEN c1;
729: FETCH c1 INTO tlinfo;
730: IF (c1%notfound) THEN
731: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
732: igs_ge_msg_stack.add;
733: CLOSE c1;
734: app_exception.raise_exception;
735: RETURN;

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

748: AND ((tlinfo.expiry_dt = x_expiry_dt) OR ((tlinfo.expiry_dt IS NULL) AND (X_expiry_dt IS NULL)))
749: ) THEN
750: NULL;
751: ELSE
752: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
753: igs_ge_msg_stack.add;
754: app_exception.raise_exception;
755: END IF;
756:

Line 805: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');

801: IF (x_last_update_login IS NULL) THEN
802: x_last_update_login := -1;
803: END IF;
804: ELSE
805: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
806: igs_ge_msg_stack.add;
807: app_exception.raise_exception;
808: END IF;
809: