DBA Data[Home] [Help]

APPS.OKL_REVERSAL_PVT dependencies on OKL_TXL_CNTRCT_LNS_ALL

Line 238: FROM okl_txl_cntrct_lns_all

234:
235: --Cursor to get the transaction header id .. SLA Uptake
236: CURSOR get_tcn_id_csr IS
237: SELECT tcn_id
238: FROM okl_txl_cntrct_lns_all
239: WHERE id = p_source_id;
240:
241: -- Cursor to get transaction type name .. SLA Uptake
242: CURSOR get_try_name_csr(p_tcn_id IN NUMBER) IS