DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RELOCATION_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 181: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;

177: x_msg_data OUT NOCOPY VARCHAR2,
178: p_assets_tbl IN falo_tbl_type ) IS
179:
180: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
181: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
182:
183: l_trans_rec FA_API_TYPES.trans_rec_type;
184: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
185: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;

Line 483: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,

479: lp_tlpv_rec.dnz_asset_id := p_assets_tbl(i).p_asset_id;
480:
481:
482:
483: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,
484: p_init_msg_list => p_init_msg_list,
485: x_return_status => x_return_status,
486: x_msg_count => x_msg_count,
487: x_msg_data => x_msg_data,

Line 593: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,

589: lp_tlpv_rec.dnz_asset_id := p_assets_tbl(i).p_asset_id;
590: --lp_tlpv_rec.dnz_khr_id := p_contract_id;
591:
592:
593: OKL_TXL_ASSETS_PUB.create_txl_asset_def(p_api_version => p_api_version,
594: p_init_msg_list => p_init_msg_list,
595: x_return_status => x_return_status,
596: x_msg_count => x_msg_count,
597: x_msg_data => x_msg_data,