DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_DET_BALANCES_PKG

Line 806: IGI_IAC_DET_BALANCES_PKG.insert_row (

802: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' x_active_flag => '||l_det_balances.active_flag);
803:
804:
805:
806: IGI_IAC_DET_BALANCES_PKG.insert_row (
807: x_rowid => l_rowid,
808: x_adjustment_id => l_det_balances.adjustment_id,
809: x_asset_id => l_det_balances.asset_id,
810: x_distribution_id => l_det_balances.distribution_id,

Line 970: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

966:
967: FOR l_iac_inactive_dist IN c_get_iac_inactive_dists(l_prev_adjustment_id) LOOP
968: -- insert into igi_iac_det_balances with reinstatement adjustment_id
969: l_rowid := NULL;
970: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
971: x_rowid => l_rowid,
972: x_adjustment_id => p_adjustment_id,
973: x_asset_id => p_asset_id,
974: x_book_type_code => p_book_type_code,

Line 1072: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

1068: END IF;
1069:
1070: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Inserting into igi_iac_det_balances');
1071: l_rowid := NULL;
1072: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
1073: x_rowid => l_rowid,
1074: x_adjustment_id => p_adjustment_id,
1075: x_asset_id => p_asset_id,
1076: x_book_type_code => p_book_type_code,