DBA Data[Home] [Help]

APPS.IGS_FI_HOLD_PLAN_PKG dependencies on FND_MESSAGE

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

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

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

105: NULL;
106: ELSIF NOT igs_fi_encmb_type_pkg.get_pk_for_validation (
107: new_references.hold_type
108: ) THEN
109: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
110: igs_ge_msg_stack.add;
111: app_exception.raise_exception;
112: END IF;
113:

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

116: NULL;
117: ELSIF NOT igs_fi_fee_type_pkg.get_pk_for_validation (
118: new_references.fee_type
119: ) THEN
120: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
121: igs_ge_msg_stack.add;
122: app_exception.raise_exception;
123: END IF;
124:

Line 210: fnd_message.set_name ('IGS', 'IGS_FI_FIHP_ET_FK');

206: OPEN cur_rowid;
207: FETCH cur_rowid INTO lv_rowid;
208: IF (cur_rowid%FOUND) THEN
209: CLOSE cur_rowid;
210: fnd_message.set_name ('IGS', 'IGS_FI_FIHP_ET_FK');
211: igs_ge_msg_stack.add;
212: app_exception.raise_exception;
213: RETURN;
214: END IF;

Line 233: Fnd_Message.Set_Name('IGS', p_message_name);

229: p_message_name VARCHAR2(30);
230: BEGIN
231: IF ( p_inserting = TRUE OR (p_updating = TRUE AND new_references.hold_type <> old_references.hold_type) ) THEN
232: IF NOT igs_en_val_etde.enrp_val_et_closed(new_references.hold_type,p_message_name) THEN
233: Fnd_Message.Set_Name('IGS', p_message_name);
234: IGS_GE_MSG_STACK.ADD;
235: App_Exception.Raise_Exception;
236: END IF;
237: END IF;

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

301: IF ( get_pk_for_validation(
302: new_references.hold_plan_name
303: )
304: ) THEN
305: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
306: igs_ge_msg_stack.add;
307: app_exception.raise_exception;
308: END IF;
309: check_parent_existance;

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

319: IF ( get_pk_for_validation (
320: new_references.hold_plan_name
321: )
322: ) THEN
323: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
324: igs_ge_msg_stack.add;
325: app_exception.raise_exception;
326: END IF;
327: ELSIF (p_action = 'VALIDATE_DELETE') THEN

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

381: IF (x_last_update_login IS NULL) THEN
382: x_last_update_login := -1;
383: END IF;
384: ELSE
385: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
386: igs_ge_msg_stack.add;
387: app_exception.raise_exception;
388: END IF;
389:

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

502:
503: OPEN c1;
504: FETCH c1 INTO tlinfo;
505: IF (c1%notfound) THEN
506: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
507: igs_ge_msg_stack.add;
508: CLOSE c1;
509: app_exception.raise_exception;
510: RETURN;

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

524: AND ((tlinfo.payment_plan_threshold_pcent = x_payment_plan_threshold_pcent) OR ((tlinfo.payment_plan_threshold_pcent IS NULL) AND (x_payment_plan_threshold_pcent IS NULL)))
525: ) THEN
526: NULL;
527: ELSE
528: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
529: igs_ge_msg_stack.add;
530: app_exception.raise_exception;
531: END IF;
532:

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

580: IF (x_last_update_login IS NULL) THEN
581: x_last_update_login := -1;
582: END IF;
583: ELSE
584: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
585: igs_ge_msg_stack.add;
586: app_exception.raise_exception;
587: END IF;
588: