DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on IGI_IAC_DET_BALANCES_PKG

Line 264: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

260: BEGIN
261: FOR l_get_ytd IN c_get_ytd(p_prev_adj_id,p_asset_id, p_book_type_code) LOOP
262: -- insert into igi_iac_det_balances with reinstatement adjustment_id
263:
264: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
265: x_rowid => l_rowid,
266: x_adjustment_id => p_new_adj_id,
267: x_asset_id => p_asset_id,
268: x_book_type_code => p_book_type_code,

Line 774: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

770: l_new_dist_nbv := l_new_dist_nbv + (l_iac_new_nbv - l_round_diff_nbv);
771: END IF;
772:
773: -- insert the row into igi_iac_det_balances
774: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
775: x_rowid => l_rowid,
776: x_adjustment_id => l_new_adj_id,
777: x_asset_id => l_asset_id,
778: x_book_type_code => l_book_type_code,