DBA Data[Home] [Help]

APPS.IGI_IAC_REVALUATIONS_PKG dependencies on FND_MESSAGE

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

64: IF (x_last_update_login IS NULL) THEN
65: x_last_update_login := -1;
66: END IF;
67: ELSE
68: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
69: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
70: p_full_path => l_path_name,
71: p_remove_from_stack => FALSE);
72: app_exception.raise_exception;