DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_BOOKS_PKG

Line 1452: fa_books_pkg.insert_row (

1448:
1449: -- Insert into fa_books.
1450: l_rowid := NULL;
1451:
1452: fa_books_pkg.insert_row (
1453: X_Rowid => l_rowid,
1454: X_Book_Type_Code => p_asset_hdr_rec.book_type_code,
1455: X_Asset_Id => p_asset_hdr_rec.asset_id,
1456: X_Date_Placed_In_Service => p_asset_fin_rec.date_placed_in_service,

Line 1926: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'Calling fa_books_pkg.update_row',

1922: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_deprn_exp after faxexp',
1923: l_deprn_exp, p_log_level_rec => p_log_level_rec);
1924: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_bonus_deprn_exp after faxexp',
1925: l_bonus_deprn_exp, p_log_level_rec => p_log_level_rec);
1926: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'Calling fa_books_pkg.update_row',
1927: 'after calling faxexp', p_log_level_rec => p_log_level_rec);
1928: end if;
1929:
1930: --

Line 1933: fa_books_pkg.update_row

1929:
1930: --
1931: -- Bug4439895: Reflect post catch-up info to fa_books
1932: --
1933: fa_books_pkg.update_row
1934: (X_asset_id => p_asset_hdr_rec.asset_id,
1935: X_book_type_code => p_asset_hdr_rec.book_type_code,
1936: X_rate_adjustment_factor => p_asset_fin_rec.rate_adjustment_factor,
1937: X_reval_amortization_basis => p_asset_fin_rec.reval_amortization_basis,

Line 2005: fa_books_pkg.update_row

2001: end if;
2002:
2003: -- SLA: removing original faxiat call from here as we now call for all
2004:
2005: fa_books_pkg.update_row
2006: (X_asset_id => p_asset_hdr_rec.asset_id,
2007: X_book_type_code => p_asset_hdr_rec.book_type_code,
2008: X_rate_adjustment_factor => p_asset_fin_rec.rate_adjustment_factor,
2009: X_reval_amortization_basis => p_asset_fin_rec.reval_amortization_basis,