APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT dependencies on OKL_TXL_CNTRCT_LNS
Line 372: FROM okl_txl_cntrct_lns
368: --rkuttiya bug 11784949
369: CURSOR c_get_line_id(p_kle_id IN NUMBER,
370: p_tcn_id IN NUMBER) IS
371: SELECT id 372: FROM okl_txl_cntrct_lns 373: WHERE kle_id = p_kle_id
374: AND tcn_id = p_tcn_id
375: AND BEFORE_TRANSFER_YN='N';
376: