DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PURGE_IAC_PKG dependencies on IGI_IAC_FA_DEPRN

Line 171: p_string => 'Deleting igi_iac_fa_deprn ...');

167: p_string => SQL%rowcount || ' rows deleted.');
168:
169: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
170: p_full_path => l_path_name,
171: p_string => 'Deleting igi_iac_fa_deprn ...');
172:
173: Delete from igi_iac_fa_deprn d
174: Where d.book_type_code = l_corporate_book
175: and exists ( select i.asset_id

Line 173: Delete from igi_iac_fa_deprn d

169: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
170: p_full_path => l_path_name,
171: p_string => 'Deleting igi_iac_fa_deprn ...');
172:
173: Delete from igi_iac_fa_deprn d
174: Where d.book_type_code = l_corporate_book
175: and exists ( select i.asset_id
176: from igi_imp_iac_interface I
177: where i.book_type_code = p_book_type_code