DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PURGE_IAC_PKG dependencies on IGI_IAC_ASSET_BALANCES

Line 187: p_string => 'Deleting igi_iac_asset_balances ...');

183: p_string => SQL%rowcount || ' rows deleted.');
184:
185: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
186: p_full_path => l_path_name,
187: p_string => 'Deleting igi_iac_asset_balances ...');
188:
189: Delete from igi_iac_asset_balances b
190: Where b.book_type_code = l_corporate_book
191: and exists ( select i.asset_id

Line 189: Delete from igi_iac_asset_balances b

185: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
186: p_full_path => l_path_name,
187: p_string => 'Deleting igi_iac_asset_balances ...');
188:
189: Delete from igi_iac_asset_balances b
190: Where b.book_type_code = l_corporate_book
191: and exists ( select i.asset_id
192: from igi_imp_iac_interface I
193: where i.book_type_code = p_book_type_code