DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_TXL_ASSETS_B

Line 12198: FROM okl_txl_assets_b txl,

12194: SELECT txl.id, okc.cle_id kle_id, -- financial asset to be split
12195: txl.dnz_khr_id,
12196: txl.asset_number,
12197: txl.current_units
12198: FROM okl_txl_assets_b txl,
12199: okc_k_lines_b okc
12200: WHERE txl.tas_id = cp_id
12201: AND txl.kle_id = okc.id
12202: AND txl.dnz_khr_id = okc.dnz_chr_id;