DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_ASSET_BALANCES_PKG

Line 235: IGI_IAC_ASSET_BALANCES_PKG.update_row (

231: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+ x_cumulative_reval_factor => '||pp_reval_output_asset.cumulative_reval_factor);
232:
233: if l_exists then
234: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+balance record already exists, so update');
235: IGI_IAC_ASSET_BALANCES_PKG.update_row (
236: x_asset_id => pp_reval_output_asset.asset_id,
237: x_book_type_code => pp_reval_output_asset.book_type_code,
238: x_period_counter => pp_period_counter,
239: x_net_book_value => pp_reval_output_asset.net_book_value,

Line 254: IGI_IAC_ASSET_BALANCES_PKG.insert_row (

250: x_mode => 'R'
251: );
252: else
253: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+balance record does not exist, so insert');
254: IGI_IAC_ASSET_BALANCES_PKG.insert_row (
255: x_rowid => l_rowid,
256: x_asset_id => pp_reval_output_asset.asset_id,
257: x_book_type_code => pp_reval_output_asset.book_type_code,
258: x_period_counter => pp_period_counter,