DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_FA_DEPRN_PKG

Line 865: IGI_IAC_FA_DEPRN_PKG.insert_row (

861: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' x_deprn_reserve => '||l_fa_balances.deprn_reserve);
862: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' x_ytd_deprn => '||l_fa_balances.ytd_deprn);
863: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' x_active_flag => '||l_det_balances.active_flag);
864:
865: IGI_IAC_FA_DEPRN_PKG.insert_row (
866: x_rowid => l_rowid,
867: x_adjustment_id => l_det_balances.adjustment_id,
868: x_asset_id => l_det_balances.asset_id,
869: x_distribution_id => l_det_balances.distribution_id,

Line 1004: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

1000:
1001: FOR l_fa_inactive_dist IN c_get_fa_inactive_dists(l_prev_adjustment_id) LOOP
1002: -- insert into igi_iac_fa_deprn with the new adjustment_id
1003: l_rowid := NULL;
1004: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
1005: x_rowid => l_rowid,
1006: x_book_type_code => p_book_type_code,
1007: x_asset_id => p_asset_id,
1008: x_period_counter => p_period_counter,

Line 1104: IGI_IAC_FA_DEPRN_PKG.Insert_Row(

1100:
1101: -- insert into igi_iac_fa_deprn with the new adjustment_id
1102: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'Inserting into igi_iac_fa_deprn');
1103: l_rowid := NULL;
1104: IGI_IAC_FA_DEPRN_PKG.Insert_Row(
1105: x_rowid => l_rowid,
1106: x_book_type_code => p_book_type_code,
1107: x_asset_id => p_asset_id,
1108: x_period_counter => p_period_counter,