DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on IGI_IAC_DET_BALANCES_PKG

Line 720: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

716: l_tot_general_fund_per := l_tot_general_fund_per + l_general_fund_per;
717: l_tot_general_fund_acc := l_tot_general_fund_acc + l_general_fund_acc;
718:
719: -- insert into igi_iac_det_balances with reinstatement adjustment_id
720: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
721: x_rowid => l_rowid,
722: x_adjustment_id => p_adjust_id_reinstate,
723: x_asset_id => g_asset_id,
724: x_book_type_code => g_book_type_code,

Line 944: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

940: END IF;
941: l_active_flag := 'N';
942:
943: -- insert into igi_iac_det_balances with reinstatement adjustment_id
944: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
945: x_rowid => l_rowid,
946: x_adjustment_id => p_adjust_id_reinstate,
947: x_asset_id => g_asset_id,
948: x_book_type_code => g_book_type_code,

Line 1415: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

1411: l_tot_general_fund_per := l_tot_general_fund_per + l_general_fund_per;
1412: l_tot_general_fund_acc := l_tot_general_fund_acc + l_general_fund_acc;
1413:
1414: -- insert into igi_iac_det_balances with reinstatement adjustment_id
1415: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
1416: x_rowid => l_rowid,
1417: x_adjustment_id => p_adjust_id_reinstate,
1418: x_asset_id => g_asset_id,
1419: x_book_type_code => g_book_type_code,

Line 1648: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

1644: cp_asset_id => g_asset_id,
1645: cp_book_type_code => g_book_type_code) LOOP
1646: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'In YTD: dist id: '||l_get_ytd.distribution_id);
1647: -- insert into igi_iac_det_balances with reinstatement adjustment_id
1648: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
1649: x_rowid => l_rowid,
1650: x_adjustment_id => p_adjust_id_reinstate,
1651: x_asset_id => g_asset_id,
1652: x_book_type_code => g_book_type_code,

Line 2190: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

2186: l_tot_general_fund_per := l_tot_general_fund_per + l_general_fund_per;
2187: l_tot_general_fund_acc := l_tot_general_fund_acc + l_general_fund_acc;
2188:
2189: -- insert into detail balances
2190: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
2191: x_rowid => l_rowid,
2192: x_adjustment_id => p_adjust_id_reinstate,
2193: x_asset_id => g_asset_id,
2194: x_book_type_code => g_book_type_code,

Line 2427: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

2423: END IF;
2424: CLOSE c_ret_ytd;
2425:
2426: -- insert into detail balances
2427: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
2428: x_rowid => l_rowid,
2429: x_adjustment_id => p_adjust_id_reinstate,
2430: x_asset_id => g_asset_id,
2431: x_book_type_code => g_book_type_code,

Line 2682: IGI_IAC_DET_BALANCES_PKG.Insert_Row(

2678: END IF;
2679: l_active_flag := 'N';
2680:
2681: -- insert into igi_iac_det_balances with reinstatement adjustment_id
2682: IGI_IAC_DET_BALANCES_PKG.Insert_Row(
2683: x_rowid => l_rowid,
2684: x_adjustment_id => p_adjust_id_reinstate,
2685: x_asset_id => g_asset_id,
2686: x_book_type_code => g_book_type_code,