DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on IGI_IAC_FA_DEPRN_PKG

Line 778: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

774: );
775:
776: -- Bug 2480915, start(6)
777: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
778: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
779: x_rowid => l_rowid,
780: x_book_type_code => g_book_type_code,
781: x_asset_id => g_asset_id,
782: x_period_counter => p_period_counter,

Line 1020: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

1016: IF nvl(l_get_ytd.active_flag,'Y') = 'Y' THEN
1017: l_fa_deprn_ytd := 0;
1018: END IF;
1019: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
1020: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
1021: x_rowid => l_rowid,
1022: x_book_type_code => g_book_type_code,
1023: x_asset_id => g_asset_id,
1024: x_period_counter => p_period_counter,

Line 1479: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

1475:
1476: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Inserted into det balances dist id '||l_det_bal.distribution_id);
1477: -- Bug 2480915, start(13)
1478: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
1479: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
1480: x_rowid => l_rowid,
1481: x_book_type_code => g_book_type_code,
1482: x_asset_id => g_asset_id,
1483: x_period_counter => p_period_counter,

Line 1727: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

1723: CLOSE c_get_fa_deprn;
1724: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'In YTD: YTD deprn: '||l_fa_deprn_ytd);
1725:
1726: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
1727: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
1728: x_rowid => l_rowid,
1729: x_book_type_code => g_book_type_code,
1730: x_asset_id => g_asset_id,
1731: x_period_counter => p_period_counter,

Line 2258: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

2254: );
2255:
2256: -- Bug 2480915, start(20)
2257: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
2258: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
2259: x_rowid => l_rowid,
2260: x_book_type_code => g_book_type_code,
2261: x_asset_id => g_asset_id,
2262: x_period_counter => p_period_counter,

Line 2514: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

2510: END IF;
2511: CLOSE c_get_fa_deprn;
2512:
2513: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'In YTD: YTD deprn: '||l_fa_deprn_ytd);
2514: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
2515: x_rowid => l_rowid,
2516: x_book_type_code => g_book_type_code,
2517: x_asset_id => g_asset_id,
2518: x_period_counter => p_period_counter,

Line 2769: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

2765: IF nvl(l_get_ytd.active_flag,'Y') = 'Y' THEN
2766: l_fa_deprn_ytd := 0;
2767: END IF;
2768: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
2769: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
2770: x_rowid => l_rowid,
2771: x_book_type_code => g_book_type_code,
2772: x_asset_id => g_asset_id,
2773: x_period_counter => p_period_counter,