DBA Data[Home] [Help]

APPS.IGI_IAC_DET_BALANCES_PKG dependencies on APP_EXCEPTION

Line 97: app_exception.raise_exception;

93: END IF;
94: ELSE
95: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
96: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
97: app_exception.raise_exception;
98: END IF;
99:
100:
101: INSERT INTO igi_iac_det_balances (

Line 239: app_exception.raise_exception;

235: END IF;
236: ELSE
237: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
238: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
239: app_exception.raise_exception;
240: END IF;
241:
242: UPDATE igi_iac_det_balances SET
243: adjustment_cost = x_adjustment_cost,