DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on IGI_IMP_IAC_INTERFACE_CTRL

Line 292: Insert into igi_imp_iac_interface_ctrl(

288: Begin
289:
290: l_path_name := g_path||'populate_interface_data';
291:
292: Insert into igi_imp_iac_interface_ctrl(
293: book_type_code,
294: category_id,
295: created_by,
296: creation_date,

Line 313: p_string => 'Created a record in igi_imp_iac_interface_ctrl for Book ' || p_book );

309: fnd_global.login_id);
310: If Sql%found Then
311: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
312: p_full_path => l_path_name,
313: p_string => 'Created a record in igi_imp_iac_interface_ctrl for Book ' || p_book );
314: End if;
315: Exception
316: When Others Then
317: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

Line 319: p_string => ' Error during creation of record in igi_imp_iac_interface_ctrl for Book ' || p_book);

315: Exception
316: When Others Then
317: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
318: p_full_path => l_path_name,
319: p_string => ' Error during creation of record in igi_imp_iac_interface_ctrl for Book ' || p_book);
320: Raise;
321: End;
322:
323: Procedure Initialise_Variables(p_corp_book_info in out NOCOPY C_Corp_Book_Info%Rowtype,