DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on IGI_IAC_FA_DEPRN_PKG

Line 752: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

748: );
749:
750: -- Bug 2480915, start(6)
751: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
752: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
753: x_rowid => l_rowid,
754: x_book_type_code => g_book_type_code,
755: x_asset_id => g_asset_id,
756: x_period_counter => p_period_counter,

Line 994: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

990: IF nvl(l_get_ytd.active_flag,'Y') = 'Y' THEN
991: l_fa_deprn_ytd := 0;
992: END IF;
993: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
994: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
995: x_rowid => l_rowid,
996: x_book_type_code => g_book_type_code,
997: x_asset_id => g_asset_id,
998: x_period_counter => p_period_counter,

Line 1448: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

1444:
1445: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Inserted into det balances dist id '||l_det_bal.distribution_id);
1446: -- Bug 2480915, start(13)
1447: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
1448: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
1449: x_rowid => l_rowid,
1450: x_book_type_code => g_book_type_code,
1451: x_asset_id => g_asset_id,
1452: x_period_counter => p_period_counter,

Line 1695: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

1691: CLOSE c_get_fa_deprn;
1692: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'In YTD: YTD deprn: '||l_fa_deprn_ytd);
1693:
1694: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
1695: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
1696: x_rowid => l_rowid,
1697: x_book_type_code => g_book_type_code,
1698: x_asset_id => g_asset_id,
1699: x_period_counter => p_period_counter,

Line 2222: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

2218: );
2219:
2220: -- Bug 2480915, start(20)
2221: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
2222: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
2223: x_rowid => l_rowid,
2224: x_book_type_code => g_book_type_code,
2225: x_asset_id => g_asset_id,
2226: x_period_counter => p_period_counter,

Line 2478: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

2474: END IF;
2475: CLOSE c_get_fa_deprn;
2476:
2477: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'In YTD: YTD deprn: '||l_fa_deprn_ytd);
2478: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
2479: x_rowid => l_rowid,
2480: x_book_type_code => g_book_type_code,
2481: x_asset_id => g_asset_id,
2482: x_period_counter => p_period_counter,

Line 2732: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

2728: IF nvl(l_get_ytd.active_flag,'Y') = 'Y' THEN
2729: l_fa_deprn_ytd := 0;
2730: END IF;
2731: -- insert into igi_iac_fa_deprn with the reinstatement adjustment_id
2732: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
2733: x_rowid => l_rowid,
2734: x_book_type_code => g_book_type_code,
2735: x_asset_id => g_asset_id,
2736: x_period_counter => p_period_counter,