DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_TXL_ASSETS_B

Line 12163: FROM okl_txl_assets_b txl,

12159: SELECT txl.id, okc.cle_id kle_id, -- financial asset to be split
12160: txl.dnz_khr_id,
12161: txl.asset_number,
12162: txl.current_units
12163: FROM okl_txl_assets_b txl,
12164: okc_k_lines_b okc
12165: WHERE txl.tas_id = cp_id
12166: AND txl.kle_id = okc.id
12167: AND txl.dnz_khr_id = okc.dnz_chr_id;