DBA Data[Home] [Help]

APPS.IGI_IAC_PROJECTIONS_PKG dependencies on IGI_IAC_DEBUG_PKG

Line 61: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);

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

Line 195: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);

191: new_references.projection_id
192: )
193: ) THEN
194: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');
195: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
196: app_exception.raise_exception;
197: END IF;
198: ELSIF (p_action = 'DELETE') THEN
199: -- Call all the procedures related to Before Delete.

Line 208: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);

204: new_references.projection_id
205: )
206: ) THEN
207: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');
208: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
209: app_exception.raise_exception;
210: END IF;
211: ELSIF (p_action = 'VALIDATE_DELETE') THEN
212: check_child_existance;

Line 263: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);

259: x_last_update_login := -1;
260: END IF;
261: ELSE
262: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
263: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
264: app_exception.raise_exception;
265: END IF;
266:
267: SELECT igi_iac_projections_s.NEXTVAL

Line 361: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);

357: OPEN c1;
358: FETCH c1 INTO tlinfo;
359: IF (c1%notfound) THEN
360: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
361: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
362: CLOSE c1;
363: app_exception.raise_exception;
364: RETURN;
365: END IF;

Line 378: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);

374: ) THEN
375: NULL;
376: ELSE
377: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
378: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
379: app_exception.raise_exception;
380: END IF;
381:
382: RETURN;

Line 427: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);

423: x_last_update_login := -1;
424: END IF;
425: ELSE
426: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
427: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
428: app_exception.raise_exception;
429: END IF;
430:
431: before_dml(