DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_ASSET_TRX_PVT dependencies on FA_ADJUSTMENT_PUB

Line 150: -- before calling the FA_ADJUSTMENT_PUB API

146: -- SECHAWLA 10-MAY-04 Bug # 3578894
147: -- for Asset depreciation transactions, check the depreciate flag before updating it
148: -- SECHAWLA 17-DEC-04 Bug # 4028371 update asset line transaction with FA trx date
149: -- rmunjulu Bug 4150696 Added code to set transaction_date_entered with Date Transaction Occurred
150: -- before calling the FA_ADJUSTMENT_PUB API
151: -- RBRUNO 23-Aug-07 Bug # 6360770 Added code to set
152: -- contract_id number when calling FA Adjustment API
153: -- sechawla 14-dec-07 6690811 Removed code to disassociate the contract_id from FA asset
154: --

Line 639: fa_adjustment_pub.do_adjustment(

635: -- rbruno Bug 6360770 Added code to set contract_id
636: -- sechawla 14-dec-07 6690811 : Removed code to set contract id
637: --l_asset_fin_rec_adj.contract_id := FND_API.G_MISS_NUM;
638:
639: fa_adjustment_pub.do_adjustment(
640: p_api_version => p_api_version,
641: p_init_msg_list => OKC_API.G_FALSE,
642: p_commit => FND_API.G_FALSE,
643: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 752: fa_adjustment_pub.do_adjustment(

748: -- l_asset_fin_rec_adj.contract_id := FND_API.G_MISS_NUM;
749: -- Bug 6965689 start
750: l_trans_rec.transaction_date_entered := l_assettrx_rec.date_trans_occurred;
751: -- Bug 6965689 end
752: fa_adjustment_pub.do_adjustment(
753: p_api_version => p_api_version,
754: p_init_msg_list => OKC_API.G_FALSE,
755: p_commit => FND_API.G_FALSE,
756: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 979: fa_adjustment_pub.do_adjustment(

975: -- rmunjulu Bug 4150696 Added code to set transaction_date_entered with Date Transaction Occurred
976: l_trans_rec.transaction_date_entered := l_assettrx_rec.date_trans_occurred;
977:
978: l_asset_hdr_rec.book_type_code := l_assettrx_rec.asset_book;
979: fa_adjustment_pub.do_adjustment(
980: p_api_version => p_api_version,
981: p_init_msg_list => OKC_API.G_FALSE,
982: p_commit => FND_API.G_FALSE,
983: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1091: fa_adjustment_pub.do_adjustment(

1087: -- rmunjulu Bug 4150696 Added code to set transaction_date_entered with Date Transaction Occurred
1088: l_trans_rec.transaction_date_entered := l_assettrx_rec.date_trans_occurred;
1089:
1090: l_asset_hdr_rec.book_type_code := l_assettrx_rec.asset_book;
1091: fa_adjustment_pub.do_adjustment(
1092: p_api_version => p_api_version,
1093: p_init_msg_list => OKC_API.G_FALSE,
1094: p_commit => FND_API.G_FALSE,
1095: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1554: fa_adjustment_pub.do_adjustment(

1550:
1551: ------------
1552: l_asset_hdr_rec.book_type_code := l_books_tbl(i);
1553:
1554: fa_adjustment_pub.do_adjustment(
1555: p_api_version => p_api_version,
1556: p_init_msg_list => OKC_API.G_FALSE,
1557: p_commit => FND_API.G_FALSE,
1558: p_validation_level => FND_API.G_VALID_LEVEL_FULL,