DBA Data[Home] [Help]

APPS.IGS_CO_LTR_PHR_PKG dependencies on FND_MESSAGE

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

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

Line 97: fnd_message.set_name('IGS','IGS_GE_INVALID_VALUE');

93: END IF;
94:
95: IF (UPPER(column_name) = 'CLOSED_IND' OR column_name IS NULL) THEN
96: IF NOT (new_references.closed_ind IN ('Y', 'N')) THEN
97: fnd_message.set_name('IGS','IGS_GE_INVALID_VALUE');
98: igs_ge_msg_stack.add;
99: app_exception.raise_exception;
100: END IF;
101: END IF;

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

182: IF ( get_pk_for_validation(
183: new_references.phrase_cd
184: )
185: ) THEN
186: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
187: igs_ge_msg_stack.add;
188: app_exception.raise_exception;
189: END IF;
190: check_constraints;

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

196: IF ( get_pk_for_validation (
197: new_references.phrase_cd
198: )
199: ) THEN
200: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
201: igs_ge_msg_stack.add;
202: app_exception.raise_exception;
203: END IF;
204: check_constraints;

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

250: IF (x_last_update_login IS NULL) THEN
251: x_last_update_login := -1;
252: END IF;
253: ELSE
254: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
255: igs_ge_msg_stack.add;
256: app_exception.raise_exception;
257: END IF;
258:

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

334:
335: OPEN c1;
336: FETCH c1 INTO tlinfo;
337: IF (c1%notfound) THEN
338: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
339: igs_ge_msg_stack.add;
340: CLOSE c1;
341: app_exception.raise_exception;
342: RETURN;

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

349: AND (tlinfo.closed_ind = x_closed_ind)
350: ) THEN
351: NULL;
352: ELSE
353: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
354: igs_ge_msg_stack.add;
355: app_exception.raise_exception;
356: END IF;
357:

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

396: IF (x_last_update_login IS NULL) THEN
397: x_last_update_login := -1;
398: END IF;
399: ELSE
400: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
401: igs_ge_msg_stack.add;
402: app_exception.raise_exception;
403: END IF;
404: