DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_DET_BALANCES_PKG

Line 829: IGI_IAC_DET_BALANCES_PKG.insert_row (

825: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' x_active_flag => '||l_det_balances.active_flag);
826:
827:
828:
829: IGI_IAC_DET_BALANCES_PKG.insert_row (
830: x_rowid => l_rowid,
831: x_adjustment_id => l_det_balances.adjustment_id,
832: x_asset_id => l_det_balances.asset_id,
833: x_distribution_id => l_det_balances.distribution_id,

Line 993: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

989:
990: FOR l_iac_inactive_dist IN c_get_iac_inactive_dists(l_prev_adjustment_id) LOOP
991: -- insert into igi_iac_det_balances with reinstatement adjustment_id
992: l_rowid := NULL;
993: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
994: x_rowid => l_rowid,
995: x_adjustment_id => p_adjustment_id,
996: x_asset_id => p_asset_id,
997: x_book_type_code => p_book_type_code,

Line 1088: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

1084: do_round(l_dist_fa_ytd,p_book_type_code);
1085:
1086: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Inserting into igi_iac_det_balances');
1087: l_rowid := NULL;
1088: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
1089: x_rowid => l_rowid,
1090: x_adjustment_id => p_adjustment_id,
1091: x_asset_id => p_asset_id,
1092: x_book_type_code => p_book_type_code,