DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_BOOKS_PKG

Line 1536: fa_books_pkg.insert_row (

1532: END IF;
1533:
1534: -- End OF Additions
1535:
1536: fa_books_pkg.insert_row (
1537: X_Rowid => l_rowid,
1538: X_Book_Type_Code => p_asset_hdr_rec.book_type_code,
1539: X_Asset_Id => p_asset_hdr_rec.asset_id,
1540: X_Date_Placed_In_Service => p_asset_fin_rec.date_placed_in_service,

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

2031: l_deprn_exp, p_log_level_rec => p_log_level_rec);
2032: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_bonus_deprn_exp after faxexp',
2033: l_bonus_deprn_exp, p_log_level_rec =>
2034: p_log_level_rec);
2035: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'Calling fa_books_pkg.update_row',
2036: 'after calling faxexp', p_log_level_rec => p_log_level_rec);
2037: end if;
2038:
2039: --

Line 2042: fa_books_pkg.update_row

2038:
2039: --
2040: -- Bug4439895: Reflect post catch-up info to fa_books
2041: --
2042: fa_books_pkg.update_row
2043: (X_asset_id => p_asset_hdr_rec.asset_id,
2044: X_book_type_code => p_asset_hdr_rec.book_type_code,
2045: X_rate_adjustment_factor => p_asset_fin_rec.rate_adjustment_factor,
2046: X_reval_amortization_basis => p_asset_fin_rec.reval_amortization_basis,

Line 2139: fa_books_pkg.update_row

2135: end if;
2136:
2137: end if;
2138:
2139: fa_books_pkg.update_row
2140: (X_asset_id => p_asset_hdr_rec.asset_id,
2141: X_book_type_code => p_asset_hdr_rec.book_type_code,
2142: X_rate_adjustment_factor => p_asset_fin_rec.rate_adjustment_factor,
2143: X_reval_amortization_basis => p_asset_fin_rec.reval_amortization_basis,