DBA Data[Home] [Help]

APPS.IGI_IAC_RXI_O_WRAP_ASSET_BAL dependencies on IGI_IAC_DEBUG_PKG

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

125: BEGIN
126:
127:
128:
129: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Have reached outer package');
130:
131: l_request_id := fnd_global.conc_request_id;
132:
133: igi_iac_rxi_i_wrap_Asset_bal.run_report

Line 151: igi_iac_debug_pkg.debug_unexpected_msg(l_path);

147: retcode := 0;
148:
149:
150: EXCEPTION WHEN OTHERS THEN
151: igi_iac_debug_pkg.debug_unexpected_msg(l_path);
152: retcode := 2;
153:
154: END start_rx_process;
155: