DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PURGE_IAC_PKG dependencies on IGI_IAC_ADJUSTMENTS

Line 140: p_string => 'Deleting igi_iac_adjustments ...');

136: raise igi_imp_purge_iac_exception ;
137: END IF;
138:
139: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,p_full_path => l_path_name,
140: p_string => 'Deleting igi_iac_adjustments ...');
141:
142: Delete igi_iac_adjustments a
143: Where a.book_type_code = l_corporate_book
144: and exists ( select i.asset_id

Line 142: Delete igi_iac_adjustments a

138:
139: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,p_full_path => l_path_name,
140: p_string => 'Deleting igi_iac_adjustments ...');
141:
142: Delete igi_iac_adjustments a
143: Where a.book_type_code = l_corporate_book
144: and exists ( select i.asset_id
145: from igi_imp_iac_interface I
146: where i.book_type_code = p_book_type_code