DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on OKL_TAX_SOURCES

Line 950: from okl_tax_sources txs

946: kle.RESIDUAL_VALUE ASSET_RESIDUAL_AMOUNT,
947: cle_TL.NAME CONTRACT_LINE_NAME,
948:
949: decode(cle.lse_id, 33,(select SUM(NVL(txs.total_tax,0))
950: from okl_tax_sources txs
951: where txs.khr_id = khr.id
952: and txs.kle_id = cle.id
953: AND 33 = cle.lse_id
954: AND txs.tax_line_status_code = 'ACTIVE'

Line 3079: from okl_tax_sources txs

3075: kle.RESIDUAL_VALUE ASSET_RESIDUAL_AMOUNT,
3076: cle_TL.NAME CONTRACT_LINE_NAME,
3077:
3078: decode(cle.lse_id, 33,(select SUM(NVL(txs.total_tax,0))
3079: from okl_tax_sources txs
3080: where txs.khr_id = khr.id
3081: and txs.kle_id = cle.id
3082: AND 33 = cle.lse_id
3083: AND txs.tax_line_status_code = 'ACTIVE'

Line 5138: from okl_tax_sources txs

5134: kle.RESIDUAL_VALUE ASSET_RESIDUAL_AMOUNT,
5135: cle_TL.NAME CONTRACT_LINE_NAME,
5136:
5137: decode(cle.lse_id, 33,(select SUM(NVL(txs.total_tax,0))
5138: from okl_tax_sources txs
5139: where txs.khr_id = khr.id
5140: and txs.kle_id = cle.id
5141: AND 33 = cle.lse_id
5142: AND txs.tax_line_status_code = 'ACTIVE'