DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on FA_TRANSFER_PUB

Line 2538: FA_TRANSFER_PUB.do_transfer(

2534: l_asset_dist_tbl(2).transaction_units := l_units_assigned;
2535: l_asset_dist_tbl(2).expense_ccid := l_code_combination_id;
2536: l_asset_dist_tbl(2).location_ccid := p_location_id;
2537:
2538: FA_TRANSFER_PUB.do_transfer(
2539: p_api_version => p_api_version,
2540: p_init_msg_list => FND_API.G_FALSE,
2541: p_commit => FND_API.G_FALSE,
2542: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 2560: --- FA_TRANSFER_PUB is called i.e. on actual

2556: END IF;
2557:
2558: --Bug# 6504515 -- moved inside the loop and if clause as
2559: -- SLA sources need to be populated only is
2560: --- FA_TRANSFER_PUB is called i.e. on actual
2561: -- asset location change. If there is no
2562: -- asset location change FA_TRANSFER_PUB will
2563: -- not be called because of the if clause
2564: -- If l_location_id <> p_location_id Then

Line 2562: -- asset location change FA_TRANSFER_PUB will

2558: --Bug# 6504515 -- moved inside the loop and if clause as
2559: -- SLA sources need to be populated only is
2560: --- FA_TRANSFER_PUB is called i.e. on actual
2561: -- asset location change. If there is no
2562: -- asset location change FA_TRANSFER_PUB will
2563: -- not be called because of the if clause
2564: -- If l_location_id <> p_location_id Then
2565: --bug# 6373605 -- call populate sla sources
2566: l_fxhv_rec.source_id := p_sla_source_header_id;