DBA Data[Home] [Help]

APPS.GMD_PARAMETERS_PKG dependencies on FND_MSG_PUB

Line 50: FND_MSG_PUB.add;

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

Line 167: fnd_msg_pub.add;

163: new_references.parameter_id
164: )
165: ) THEN
166: fnd_message.set_name('GMD','LM_RECORD_EXISTS');
167: fnd_msg_pub.add;
168: app_exception.raise_exception;
169: END IF;
170: ELSIF (p_action = 'VALIDATE_INSERT') THEN
171: -- Call all the procedures related to Before Insert.

Line 177: fnd_msg_pub.add;

173: new_references.parameter_id
174: )
175: ) THEN
176: fnd_message.set_name('GMD','LM_RECORD_EXISTS');
177: fnd_msg_pub.add;
178: app_exception.raise_exception;
179: END IF;
180: END IF;
181:

Line 227: FND_MSG_PUB.add;

223: x_last_update_login := -1;
224: END IF;
225: ELSE
226: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
227: FND_MSG_PUB.add;
228: app_exception.raise_exception;
229: END IF;
230:
231: before_dml(

Line 316: FND_MSG_PUB.add;

312: OPEN c1;
313: FETCH c1 INTO tlinfo;
314: IF (c1%notfound) THEN
315: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
316: FND_MSG_PUB.add;
317: CLOSE c1;
318: app_exception.raise_exception;
319: RETURN;
320: END IF;

Line 334: FND_MSG_PUB.add;

330: ) THEN
331: NULL;
332: ELSE
333: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
334: FND_MSG_PUB.add;
335: app_exception.raise_exception;
336: END IF;
337:
338: RETURN;

Line 384: FND_MSG_PUB.add;

380: x_last_update_login := -1;
381: END IF;
382: ELSE
383: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
384: FND_MSG_PUB.add;
385: app_exception.raise_exception;
386: END IF;
387:
388: before_dml(