DBA Data[Home] [Help]

APPS.IGI_IAC_CATCHUP_PKG dependencies on IGI_IAC_ASSET_BALANCES_PKG

Line 1331: igi_iac_asset_balances_pkg.update_row(

1327:
1328: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1329: p_full_path => l_path_name,
1330: p_string => ' Updating asset balances record for the current period');
1331: igi_iac_asset_balances_pkg.update_row(
1332: X_asset_id => p_asset_balance.asset_id ,
1333: X_book_type_code => p_asset_balance.book_type_code ,
1334: X_period_counter => p_period_counter ,
1335: X_net_book_value => p_asset_balance.net_book_value ,

Line 1350: igi_iac_asset_balances_pkg.update_row(

1346:
1347: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1348: p_full_path => l_path_name,
1349: p_string => ' Updating asset balances record for the next period');
1350: igi_iac_asset_balances_pkg.update_row(
1351: X_asset_id => p_asset_balance.asset_id ,
1352: X_book_type_code => p_asset_balance.book_type_code ,
1353: X_period_counter => p_period_counter + 1 ,
1354: X_net_book_value => p_asset_balance.net_book_value ,