DBA Data[Home] [Help]

APPS.OKL_REVERSAL_PVT dependencies on OKL_TXL_CNTRCT_LNS_ALL

Line 231: FROM okl_txl_cntrct_lns_all

227:
228: --Cursor to get the transaction header id .. SLA Uptake
229: CURSOR get_tcn_id_csr IS
230: SELECT tcn_id
231: FROM okl_txl_cntrct_lns_all
232: WHERE id = p_source_id;
233:
234: -- Cursor to get transaction type name .. SLA Uptake
235: CURSOR get_try_name_csr(p_tcn_id IN NUMBER) IS