DBA Data[Home] [Help]

APPS.IGI_IAC_CATCHUP_PKG dependencies on IGI_IAC_ASSET_BALANCES_PKG

Line 1252: igi_iac_asset_balances_pkg.update_row(

1248:
1249: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1250: p_full_path => l_path_name,
1251: p_string => ' Updating asset balances record for the current period');
1252: igi_iac_asset_balances_pkg.update_row(
1253: X_asset_id => p_asset_balance.asset_id ,
1254: X_book_type_code => p_asset_balance.book_type_code ,
1255: X_period_counter => p_period_counter ,
1256: X_net_book_value => p_asset_balance.net_book_value ,

Line 1271: igi_iac_asset_balances_pkg.update_row(

1267:
1268: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1269: p_full_path => l_path_name,
1270: p_string => ' Updating asset balances record for the next period');
1271: igi_iac_asset_balances_pkg.update_row(
1272: X_asset_id => p_asset_balance.asset_id ,
1273: X_book_type_code => p_asset_balance.book_type_code ,
1274: X_period_counter => p_period_counter + 1 ,
1275: X_net_book_value => p_asset_balance.net_book_value ,