DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_INIT_CONTROL dependencies on IGI_IAC_DEBUG_PKG

Line 41: igi_iac_debug_pkg.debug_unexpected_msg(l_path);

37: fp_iac_reval_control_type := l_reval_control_type;
38: return true;
39: exception when others then
40: fp_iac_reval_control_type := fp_iac_reval_control_type_old;
41: igi_iac_debug_pkg.debug_unexpected_msg(l_path);
42: return false;
43: end;
44:
45: /*

Line 72: igi_iac_debug_pkg.debug_unexpected_msg(l_path);

68: fp_iac_reval_control_type := l_reval_control_type;
69: return true;
70: exception when others then
71: fp_iac_reval_control_type := fp_iac_reval_control_type_old;
72: igi_iac_debug_pkg.debug_unexpected_msg(l_path);
73: return false;
74: end;
75:
76: END;