DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_ASSET_BALANCES_PKG

Line 258: IGI_IAC_ASSET_BALANCES_PKG.update_row (

254: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+ x_cumulative_reval_factor => '||pp_reval_output_asset.cumulative_reval_factor);
255:
256: if l_exists then
257: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+balance record already exists, so update');
258: IGI_IAC_ASSET_BALANCES_PKG.update_row (
259: x_asset_id => pp_reval_output_asset.asset_id,
260: x_book_type_code => pp_reval_output_asset.book_type_code,
261: x_period_counter => pp_period_counter,
262: x_net_book_value => pp_reval_output_asset.net_book_value,

Line 277: IGI_IAC_ASSET_BALANCES_PKG.insert_row (

273: x_mode => 'R'
274: );
275: else
276: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+balance record does not exist, so insert');
277: IGI_IAC_ASSET_BALANCES_PKG.insert_row (
278: x_rowid => l_rowid,
279: x_asset_id => pp_reval_output_asset.asset_id,
280: x_book_type_code => pp_reval_output_asset.book_type_code,
281: x_period_counter => pp_period_counter,