DBA Data[Home] [Help]

APPS.OKL_LIKE_KIND_EXCHANGE_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 193: p_txdv_rec IN OKL_TXD_ASSETS_PUB.adpv_rec_type,

189: p_split_factor IN NUMBER,
190: p_rep_asset_rec IN rep_asset_rec_type,
191: p_asdt_rec IN asset_details_rec_type,
192: p_txlv_rec IN OKL_TXL_ASSETS_PUB.tlpv_rec_type,
193: p_txdv_rec IN OKL_TXD_ASSETS_PUB.adpv_rec_type,
194: x_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type) is
195:
196: l_return_status VARCHAR2(1) default OKL_API.G_RET_STS_SUCCESS;
197: l_api_name CONSTANT VARCHAR2(2000) := 'CREATE_FIXED_ASSET';

Line 566: l_txdv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;

562: -- record and table structure variables
563: l_req_asset_tbl req_asset_tbl_type;
564: l_tasv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
565: l_talv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
566: l_txdv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
567: x_tasv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
568: x_talv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
569: x_txdv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
570: l_asdt_rec asset_details_rec_type;

Line 569: x_txdv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;

565: l_talv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
566: l_txdv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
567: x_tasv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
568: x_talv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
569: x_txdv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
570: l_asdt_rec asset_details_rec_type;
571: l_txdt_rec asset_details_rec_type;
572: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
573: l_asset_fin_rec FA_API_TYPES.asset_fin_rec_type;

Line 917: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

913: l_txdv_rec.deprn_rate_tax := l_txdt_rec.adjusted_rate;
914: l_txdv_rec.asset_number := l_talv_rec.asset_number;
915:
916: --call the txd details API
917: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
918: p_api_version => p_api_version,
919: p_init_msg_list => p_init_msg_list,
920: x_return_status => l_return_status,
921: x_msg_count => x_msg_count,