[Home] [Help]
742: l_tot_general_fund_per := l_tot_general_fund_per + l_general_fund_per;
743: l_tot_general_fund_acc := l_tot_general_fund_acc + l_general_fund_acc;
744:
745: -- insert into igi_iac_det_balances with reinstatement adjustment_id
746: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
747: x_rowid => l_rowid,
748: x_adjustment_id => p_adjust_id_reinstate,
749: x_asset_id => g_asset_id,
750: x_book_type_code => g_book_type_code,
966: END IF;
967: l_active_flag := 'N';
968:
969: -- insert into igi_iac_det_balances with reinstatement adjustment_id
970: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
971: x_rowid => l_rowid,
972: x_adjustment_id => p_adjust_id_reinstate,
973: x_asset_id => g_asset_id,
974: x_book_type_code => g_book_type_code,
1442: l_tot_general_fund_per := l_tot_general_fund_per + l_general_fund_per;
1443: l_tot_general_fund_acc := l_tot_general_fund_acc + l_general_fund_acc;
1444:
1445: -- insert into igi_iac_det_balances with reinstatement adjustment_id
1446: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
1447: x_rowid => l_rowid,
1448: x_adjustment_id => p_adjust_id_reinstate,
1449: x_asset_id => g_asset_id,
1450: x_book_type_code => g_book_type_code,
1676: cp_asset_id => g_asset_id,
1677: cp_book_type_code => g_book_type_code) LOOP
1678: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'In YTD: dist id: '||l_get_ytd.distribution_id);
1679: -- insert into igi_iac_det_balances with reinstatement adjustment_id
1680: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
1681: x_rowid => l_rowid,
1682: x_adjustment_id => p_adjust_id_reinstate,
1683: x_asset_id => g_asset_id,
1684: x_book_type_code => g_book_type_code,
2222: l_tot_general_fund_per := l_tot_general_fund_per + l_general_fund_per;
2223: l_tot_general_fund_acc := l_tot_general_fund_acc + l_general_fund_acc;
2224:
2225: -- insert into detail balances
2226: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
2227: x_rowid => l_rowid,
2228: x_adjustment_id => p_adjust_id_reinstate,
2229: x_asset_id => g_asset_id,
2230: x_book_type_code => g_book_type_code,
2459: END IF;
2460: CLOSE c_ret_ytd;
2461:
2462: -- insert into detail balances
2463: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
2464: x_rowid => l_rowid,
2465: x_adjustment_id => p_adjust_id_reinstate,
2466: x_asset_id => g_asset_id,
2467: x_book_type_code => g_book_type_code,
2715: END IF;
2716: l_active_flag := 'N';
2717:
2718: -- insert into igi_iac_det_balances with reinstatement adjustment_id
2719: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
2720: x_rowid => l_rowid,
2721: x_adjustment_id => p_adjust_id_reinstate,
2722: x_asset_id => g_asset_id,
2723: x_book_type_code => g_book_type_code,