DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKC_K_LINES_TL

Line 104: okc_k_lines_tl ulv

100: '#' id2,
101: ulv.name,
102: ulv.item_description description
103: from okc_k_lines_b ulvb,
104: okc_k_lines_tl ulv
105: where ulv.name = p_name
106: and ulvb.id = nvl(p_id1,ulvb.id)
107: and '#' = nvl(p_id2,'#')
108: and ulvb.id = ulv.id