DBA Data[Home] [Help]

APPS.OKL_LIKE_KIND_EXCHANGE_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 192: p_txlv_rec IN OKL_TXL_ASSETS_PUB.tlpv_rec_type,

188: x_msg_data OUT NOCOPY VARCHAR2,
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;

Line 565: l_talv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

561: l_match_amount_found VARCHAR2(1) := 'N';
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;

Line 568: x_talv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_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;
571: l_txdt_rec asset_details_rec_type;
572: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;

Line 887: OKL_TXL_ASSETS_PUB.create_txl_asset_Def(

883: l_talv_rec.kle_id := l_asdt_rec.kle_id;
884: SELECT 'OKL'||OKL_FAN_SEQ.NEXTVAL INTO l_talv_rec.asset_number FROM DUAL;
885:
886: -- call the trx assets public api to create transaction header record
887: OKL_TXL_ASSETS_PUB.create_txl_asset_Def(
888: p_api_version => p_api_version,
889: p_init_msg_list => p_init_msg_list,
890: x_return_status => l_return_status,
891: x_msg_count => x_msg_count,

Line 1063: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(

1059: l_talv_rec := x_talv_rec;
1060: -- populate record with updated information
1061: l_talv_rec.lke_asset_id := l_asset_hdr_rec.asset_id;
1062: x_talv_rec := NULL;
1063: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(
1064: p_api_version => p_api_version,
1065: p_init_msg_list => p_init_msg_list,
1066: x_return_status => l_return_status,
1067: x_msg_count => x_msg_count,