DBA Data[Home] [Help]

APPS.IGI_IAC_ROLLBACK_DEPRN_PKG dependencies on IGI_IAC_FA_DEPRN_PKG

Line 140: igi_iac_fa_deprn_pkg.delete_row(

136: p_full_path => l_path_name,
137: p_string => ' Deleting records from igi_iac_fa_deprn');
138: FOR l_iac_fa_det_balance IN c_get_fa_distributions(l_asset_info.asset_id,
139: l_asset_info.adjustment_id) LOOP
140: igi_iac_fa_deprn_pkg.delete_row(
141: x_book_type_code => p_book_type_code,
142: x_asset_id => l_asset_info.asset_id,
143: x_period_counter => p_period_counter,
144: x_adjustment_id => l_asset_info.adjustment_id,

Line 362: IGI_IAC_FA_DEPRN_PKG.delete_row(

358: );
359: End loop;
360:
361: FOR l_fa_dist IN c_fa_dist(l_trans_headers.adjustment_id,l_trans_headers.asset_id) LOOP
362: IGI_IAC_FA_DEPRN_PKG.delete_row(
363: x_adjustment_id =>l_fa_dist.adjustment_id,
364: x_asset_id =>l_fa_dist.asset_id,
365: x_distribution_id =>l_fa_dist.distribution_id,
366: x_book_type_code =>l_fa_dist.book_type_code,