DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on IGI_IAC_DET_BALANCES_PKG

Line 289: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

285:
286: FOR l_get_ytd IN c_get_ytd(p_prev_adj_id,p_asset_id, p_book_type_code) LOOP
287: -- insert into igi_iac_det_balances with reinstatement adjustment_id
288:
289: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
290: x_rowid => l_rowid,
291: x_adjustment_id => p_new_adj_id,
292: x_asset_id => p_asset_id,
293: x_book_type_code => p_book_type_code,

Line 839: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

835: l_new_dist_nbv := l_new_dist_nbv + (l_iac_new_nbv - l_round_diff_nbv);
836: END IF;
837:
838: -- insert the row into igi_iac_det_balances
839: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
840: x_rowid => l_rowid,
841: x_adjustment_id => l_new_adj_id,
842: x_asset_id => l_asset_id,
843: x_book_type_code => l_book_type_code,