DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on IGI_IAC_ASSET_BALANCES_PKG

Line 1915: igi_iac_asset_balances_pkg.update_row(

1911:
1912: /* Update the asset balanaces to zero in case new category has no indexed revalutions */
1913:
1914: IF NOT (ALLOW_INDEX_REVAL_FLAG) THEN
1915: igi_iac_asset_balances_pkg.update_row(
1916: X_asset_id => l_asset_hdr_rec.asset_id,
1917: X_book_type_code => l_asset_hdr_rec.book_type_code,
1918: X_period_counter => l_current_period_counter ,
1919: X_net_book_value => 0,

Line 2778: igi_iac_asset_balances_pkg.update_row(

2774:
2775: /* Update the asset balanaces to zero in case new category is has no prof and indexed revalutions */
2776:
2777: IF NOT (ALLOW_INDEX_REVAL_FLAG OR ALLOW_PROF_REVAL_FLAG) THEN
2778: igi_iac_asset_balances_pkg.update_row(
2779: X_asset_id => l_asset_hdr_rec.asset_id,
2780: X_book_type_code => l_asset_hdr_rec.book_type_code,
2781: X_period_counter => l_current_period_counter ,
2782: X_net_book_value => 0,