DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_EXCP_RX_O_PKG dependencies on IGI_IAC_DEBUG_PKG

Line 128: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Have reached outer package');

124: l_path varchar2(100) := g_path||'start_rx_process';
125:
126: BEGIN
127:
128: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Have reached outer package');
129:
130: l_request_id := fnd_global.conc_request_id;
131: retcode := 2;
132: igi_imp_iac_excep_iner_pkg.run_report

Line 143: igi_iac_debug_pkg.debug_other_string(g_unexp_level,l_path,'Exception in start_rx_process : '|| sqlerrm);

139: retcode := 0;
140:
141:
142: EXCEPTION WHEN OTHERS THEN
143: igi_iac_debug_pkg.debug_other_string(g_unexp_level,l_path,'Exception in start_rx_process : '|| sqlerrm);
144: retcode := 2;
145: END start_rx_process;
146:
147: END IGI_IMP_IAC_EXCP_RX_O_PKG;