DBA Data[Home] [Help]

APPS.IGI_IAC_TRANS_HEADERS_PKG dependencies on FND_MESSAGE

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

77: IF (x_last_update_login IS NULL) THEN
78: x_last_update_login := -1;
79: END IF;
80: ELSE
81: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
82: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
83: p_full_path => l_path_name,
84: p_remove_from_stack => FALSE);
85: app_exception.raise_exception;

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

198: IF (x_last_update_login IS NULL) THEN
199: x_last_update_login := -1;
200: END IF;
201: ELSE
202: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
203: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
204: p_full_path => l_path_name,
205: p_remove_from_stack => FALSE);
206: app_exception.raise_exception;

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

279: IF (x_last_update_login IS NULL) THEN
280: x_last_update_login := -1;
281: END IF;
282: ELSE
283: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
284: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
285: p_full_path => l_path_name,
286: p_remove_from_stack => FALSE);
287: app_exception.raise_exception;