DBA Data[Home] [Help]

APPS.IGS_EN_NSC_OPTIONS_PKG dependencies on FND_MESSAGE

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

41: OPEN cur_old_ref_values;
42: FETCH cur_old_ref_values INTO old_references;
43: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
44: CLOSE cur_old_ref_values;
45: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
46: igs_ge_msg_stack.add;
47: app_exception.raise_exception;
48: RETURN;
49: END IF;

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

85: new_references.opt_type,
86: new_references.opt_val
87: )
88: ) THEN
89: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
90: igs_ge_msg_stack.add;
91: app_exception.raise_exception;
92: END IF;
93:

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

225: IF (x_last_update_login IS NULL) THEN
226: x_last_update_login := -1;
227: END IF;
228: ELSE
229: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
230: igs_ge_msg_stack.add;
231: app_exception.raise_exception;
232: END IF;
233:

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

305:
306: OPEN c1;
307: FETCH c1 INTO tlinfo;
308: IF (c1%notfound) THEN
309: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
310: igs_ge_msg_stack.add;
311: CLOSE c1;
312: app_exception.raise_exception;
313: RETURN;

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

320: AND ((tlinfo.priority = x_priority) OR ((tlinfo.priority IS NULL) AND (X_priority IS NULL)))
321: ) THEN
322: NULL;
323: ELSE
324: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
325: igs_ge_msg_stack.add;
326: app_exception.raise_exception;
327: END IF;
328:

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

366: IF (x_last_update_login IS NULL) THEN
367: x_last_update_login := -1;
368: END IF;
369: ELSE
370: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
371: igs_ge_msg_stack.add;
372: app_exception.raise_exception;
373: END IF;
374: