DBA Data[Home] [Help]

APPS.OKL_LIKE_KIND_EXCHANGE_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 564: l_tasv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

560: l_mass_cpy_book VARCHAR2(1) :='?';
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;

Line 567: x_tasv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

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;
571: l_txdt_rec asset_details_rec_type;

Line 823: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(

819: END IF;
820:
821:
822: -- call the trx assets public api to create transaction header record
823: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(
824: p_api_version => p_api_version,
825: p_init_msg_list => p_init_msg_list,
826: x_return_status => l_return_status,
827: x_msg_count => x_msg_count,