DBA Data[Home] [Help]

APPS.OKL_ACCRUAL_SEC_PVT dependencies on OKC_K_LINES_TL

Line 3249: okc_k_lines_tl tl,

3245: tl.name,
3246: sts.ste_code
3247: FROM okl_k_lines_full_v kle,
3248: okc_line_styles_b lse,
3249: okc_k_lines_tl tl,
3250: okc_statuses_b sts
3251: WHERE kle.lse_id = lse.id
3252: AND lse.lty_code = lnetype
3253: AND tl.id = kle.id

Line 3273: okc_k_lines_tl tl,

3269: sts.ste_code,
3270: lse.lty_code
3271: FROM okl_k_lines_full_v kle,
3272: okc_line_styles_b lse,
3273: okc_k_lines_tl tl,
3274: okc_statuses_b sts
3275: WHERE kle.lse_id = lse.id
3276: AND tl.id = kle.id
3277: AND tl.language = userenv('LANG')