DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on IGI_IAC_DET_BALANCES_PKG

Line 1018: igi_iac_det_balances_pkg.delete_row(

1014: p_full_path => l_path_name,
1015: p_string => ' Deleting records from igi_iac_det_balances');
1016: FOR l_det_balance IN c_get_distributions(l_asset_info.asset_id,
1017: l_asset_info.adjustment_id) LOOP
1018: igi_iac_det_balances_pkg.delete_row(
1019: x_adjustment_id => l_asset_info.adjustment_id,
1020: x_asset_id => l_asset_info.asset_id,
1021: x_distribution_id => l_det_balance.distribution_id,
1022: x_book_type_code => p_book_type_code,