DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_MC_UTIL_PVT

Line 1084: if not FA_MC_UTIL_PVT.get_existing_rate

1080: -- For a tax book, we need to use the rate from the corporate book
1081: -- if it is not a manual transaction.
1082: if (p_trans_rec.source_transaction_header_id is not null and
1083: fa_cache_pkg.fazcbc_record.book_class = 'TAX') then
1084: if not FA_MC_UTIL_PVT.get_existing_rate
1085: (p_set_of_books_id => p_report_asset_hdr_rec.set_of_books_id,
1086: p_transaction_header_id => p_trans_rec.source_transaction_header_id,
1087: px_rate => l_exchange_rate,
1088: px_avg_exchange_rate => x_exchange_rate,

Line 1095: if not FA_MC_UTIL_PVT.get_trx_rate

1091: -- rate not found (corp may not have the same reporting option)
1092: -- get the current average rate for the addition
1093: l_exchange_date := p_trans_rec.transaction_date_entered;
1094:
1095: if not FA_MC_UTIL_PVT.get_trx_rate
1096: (p_prim_set_of_books_id => p_primary_asset_hdr_rec.set_of_books_id,
1097: p_reporting_set_of_books_id => p_report_asset_hdr_rec.set_of_books_id,
1098: px_exchange_date => l_exchange_date,
1099: p_book_type_code => p_report_asset_hdr_rec.book_type_code,

Line 1111: if (NOT fa_mc_util_pvt.get_trx_rate (

1107: if (x_exchange_rate is null) then
1108:
1109: l_exchange_date := p_trans_rec.transaction_date_entered;
1110:
1111: if (NOT fa_mc_util_pvt.get_trx_rate (
1112: p_prim_set_of_books_id => p_primary_asset_hdr_rec.set_of_books_id,
1113: p_reporting_set_of_books_id => p_report_asset_hdr_rec.set_of_books_id,
1114: px_exchange_date => l_exchange_date,
1115: p_book_type_code => p_report_asset_hdr_rec.book_type_code,