DBA Data[Home] [Help]

APPS.IGIRX_C_IAC_PROJ dependencies on IGI_IAC_DEBUG_PKG

Line 128: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'projection id: '||argument1);

124: h_request_id NUMBER := fnd_global.conc_request_id;
125: l_path VARCHAR2(100) := g_path||'proj';
126: BEGIN
127:
128: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'projection id: '||argument1);
129:
130: h_request_id := fnd_global.conc_request_id;
131:
132: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Before calling inner procedure, request id: '||h_request_id);

Line 132: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Before calling inner procedure, request id: '||h_request_id);

128: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'projection id: '||argument1);
129:
130: h_request_id := fnd_global.conc_request_id;
131:
132: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Before calling inner procedure, request id: '||h_request_id);
133: igirx_iac_proj.proj(
134: p_projection_id => to_number(argument1),
135: p_request_id => h_request_id,
136: retcode => retcode,

Line 139: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Projections Outer wrapper completed success fully');

135: p_request_id => h_request_id,
136: retcode => retcode,
137: errbuf => errbuf);
138:
139: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Projections Outer wrapper completed success fully');
140: retcode := 0;
141: errbuf := 'Successful!';
142:
143: EXCEPTION

Line 151: igi_iac_debug_pkg.debug_unexpected_msg(l_path);

147: FND_MESSAGE.SET_TOKEN('PACKAGE','igirx_c_iac_proj');
148: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Projections Outer wrapper Unsuccessful!');
149:
150: errbuf := fnd_message.get ;
151: igi_iac_debug_pkg.debug_unexpected_msg(l_path);
152: END proj;
153:
154: END igirx_c_iac_proj;