DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PURGE_IAC_PKG dependencies on IGI_IAC_DET_BALANCES

Line 155: p_string => 'Deleting igi_iac_det_balances ...');

151: p_string => SQL%rowcount || ' rows deleted.');
152:
153: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
154: p_full_path => l_path_name,
155: p_string => 'Deleting igi_iac_det_balances ...');
156:
157: Delete from igi_iac_det_balances d
158: Where d.book_type_code = l_corporate_book
159: and exists ( select i.asset_id

Line 157: Delete from igi_iac_det_balances d

153: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
154: p_full_path => l_path_name,
155: p_string => 'Deleting igi_iac_det_balances ...');
156:
157: Delete from igi_iac_det_balances d
158: Where d.book_type_code = l_corporate_book
159: and exists ( select i.asset_id
160: from igi_imp_iac_interface I
161: where i.book_type_code = p_book_type_code