DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKC_K_LINES_TL

Line 120: okc_k_lines_tl ulv

116: '#' id2,
117: ulv.name,
118: ulv.item_description description
119: from okc_k_lines_b ulvb,
120: okc_k_lines_tl ulv
121: where ulv.name = p_name
122: and ulvb.id = nvl(p_id1,ulvb.id)
123: and '#' = nvl(p_id2,'#')
124: and ulvb.id = ulv.id