DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_CONTROLS_PKG dependencies on FND_MESSAGE

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

57: OPEN cur_old_ref_values;
58: FETCH cur_old_ref_values INTO old_references;
59: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
60: CLOSE cur_old_ref_values;
61: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
62: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
63: p_full_path => l_path_name,
64: p_remove_from_stack => FALSE);
65: app_exception.raise_exception;

Line 177: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');

173: IF ( get_pk_for_validation(
174: new_references.book_type_code
175: )
176: ) THEN
177: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');
178: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
179: p_full_path => l_path_name,
180: p_remove_from_stack => FALSE);
181: app_exception.raise_exception;

Line 189: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');

185: IF ( get_pk_for_validation (
186: new_references.book_type_code
187: )
188: ) THEN
189: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');
190: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
191: p_full_path => l_path_name,
192: p_remove_from_stack => FALSE);
193: app_exception.raise_exception;

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

242: IF (x_last_update_login IS NULL) THEN
243: x_last_update_login := -1;
244: END IF;
245: ELSE
246: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
247: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
248: p_full_path => l_path_name,
249: p_remove_from_stack => FALSE);
250: app_exception.raise_exception;

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

345:
346: OPEN c1;
347: FETCH c1 INTO tlinfo;
348: IF (c1%notfound) THEN
349: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
350: CLOSE c1;
351: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
352: p_full_path => l_path_name,
353: p_remove_from_stack => FALSE);

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

364: AND ((tlinfo.request_date = x_request_date) OR ((tlinfo.request_date IS NULL) AND (X_request_date IS NULL)))
365: ) THEN
366: NULL;
367: ELSE
368: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
369: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
370: p_full_path => l_path_name,
371: p_remove_from_stack => FALSE);
372: app_exception.raise_exception;

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

416: IF (x_last_update_login IS NULL) THEN
417: x_last_update_login := -1;
418: END IF;
419: ELSE
420: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
421: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
422: p_full_path => l_path_name,
423: p_remove_from_stack => FALSE);
424: app_exception.raise_exception;