DBA Data[Home] [Help]

APPS.IGI_IAC_ROLLBACK_DEPRN_PKG dependencies on IGI_IAC_DET_BALANCES_PKG

Line 127: igi_iac_det_balances_pkg.delete_row(

123: p_full_path => l_path_name,
124: p_string => ' Deleting records from igi_iac_det_balances');
125: FOR l_det_balance IN c_get_distributions(l_asset_info.asset_id,
126: l_asset_info.adjustment_id) LOOP
127: igi_iac_det_balances_pkg.delete_row(
128: x_adjustment_id => l_asset_info.adjustment_id,
129: x_asset_id => l_asset_info.asset_id,
130: x_distribution_id => l_det_balance.distribution_id,
131: x_book_type_code => p_book_type_code,

Line 352: IGI_IAC_DET_BALANCES_PKG.delete_row(

348:
349:
350: FOR l_dist in c_dist(l_trans_headers.adjustment_id)
351: loop
352: IGI_IAC_DET_BALANCES_PKG.delete_row(
353: x_adjustment_id =>l_trans_headers.adjustment_id,
354: x_asset_id =>l_trans_headers.asset_id,
355: x_distribution_id =>l_dist.distribution_id,
356: x_book_type_code =>l_trans_headers.book_type_code,