DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on OKL_TAX_SOURCES

Line 951: from okl_tax_sources txs

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

Line 3080: from okl_tax_sources txs

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

Line 5139: from okl_tax_sources txs

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