DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on IGI_IAC_ASSET_BALANCES_PKG

Line 1882: igi_iac_asset_balances_pkg.update_row(

1878:
1879: /* Update the asset balanaces to zero in case new category has no indexed revalutions */
1880:
1881: IF NOT (ALLOW_INDEX_REVAL_FLAG) THEN
1882: igi_iac_asset_balances_pkg.update_row(
1883: X_asset_id => l_asset_hdr_rec.asset_id,
1884: X_book_type_code => l_asset_hdr_rec.book_type_code,
1885: X_period_counter => l_current_period_counter ,
1886: X_net_book_value => 0,

Line 2745: igi_iac_asset_balances_pkg.update_row(

2741:
2742: /* Update the asset balanaces to zero in case new category is has no prof and indexed revalutions */
2743:
2744: IF NOT (ALLOW_INDEX_REVAL_FLAG OR ALLOW_PROF_REVAL_FLAG) THEN
2745: igi_iac_asset_balances_pkg.update_row(
2746: X_asset_id => l_asset_hdr_rec.asset_id,
2747: X_book_type_code => l_asset_hdr_rec.book_type_code,
2748: X_period_counter => l_current_period_counter ,
2749: X_net_book_value => 0,