DBA Data[Home] [Help]

APPS.OKL_ACCRUAL_SEC_PVT dependencies on OKC_K_LINES_TL

Line 2085: okc_k_lines_tl tl,

2081: tl.name,
2082: sts.ste_code
2083: FROM okl_k_lines_full_v kle,
2084: okc_line_styles_b lse,
2085: okc_k_lines_tl tl,
2086: okc_statuses_b sts
2087: WHERE kle.lse_id = lse.id
2088: AND lse.lty_code = lnetype
2089: AND tl.id = kle.id

Line 2109: okc_k_lines_tl tl,

2105: sts.ste_code,
2106: lse.lty_code
2107: FROM okl_k_lines_full_v kle,
2108: okc_line_styles_b lse,
2109: okc_k_lines_tl tl,
2110: okc_statuses_b sts
2111: WHERE kle.lse_id = lse.id
2112: AND tl.id = kle.id
2113: AND tl.language = userenv('LANG')