DBA Data[Home] [Help]

APPS.IGI_IAC_PROJ_DETAILS_PKG dependencies on IGI_IAC_DEBUG_PKG

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

64: FETCH cur_old_ref_values INTO old_references;
65: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
66: CLOSE cur_old_ref_values;
67: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
68: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
69: app_exception.raise_exception;
70: RETURN;
71: END IF;
72: CLOSE cur_old_ref_values;

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

120: ELSIF NOT igi_iac_projections_pkg.get_pk_for_validation (
121: new_references.projection_id
122: ) THEN
123: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
124: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
125: app_exception.raise_exception;
126: END IF;
127:
128: END check_parent_existance;

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

192: FETCH cur_rowid INTO lv_rowid;
193: IF (cur_rowid%FOUND) THEN
194: CLOSE cur_rowid;
195: fnd_message.set_name ('FND', 'FND-CANNOT DELETE MASTER');
196: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
197: app_exception.raise_exception;
198: RETURN;
199: END IF;
200: CLOSE cur_rowid;

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

268: new_references.period_counter
269: )
270: ) THEN
271: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');
272: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
273: app_exception.raise_exception;
274: END IF;
275: check_parent_existance;
276: ELSIF (p_action = 'UPDATE') THEN

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

284: new_references.period_counter
285: )
286: ) THEN
287: fnd_message.set_name('FND','FORM_DUPLICATE_KEY_IN_INDEX');
288: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
289: app_exception.raise_exception;
290: END IF;
291: END IF;
292:

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

346: x_last_update_login := -1;
347: END IF;
348: ELSE
349: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
350: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
351: app_exception.raise_exception;
352: END IF;
353:
354: before_dml(

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

473: OPEN c1;
474: FETCH c1 INTO tlinfo;
475: IF (c1%notfound) THEN
476: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
477: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
478: CLOSE c1;
479: app_exception.raise_exception;
480: RETURN;
481: END IF;

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

495: ) THEN
496: NULL;
497: ELSE
498: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
499: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
500: app_exception.raise_exception;
501: END IF;
502:
503: RETURN;

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

551: x_last_update_login := -1;
552: END IF;
553: ELSE
554: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
555: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
556: app_exception.raise_exception;
557: END IF;
558:
559: before_dml(