DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on AK_REGION_ITEMS

Line 233: from ak_region_items ri, ak_regions r, ak_attributes_vl a

229:
230: CURSOR ak_prompt_csr(p_ak_region VARCHAR2, p_ak_attribute VARCHAR2) IS
231: --start modified abhsaxen for performance SQLID 20562645
232: select a.attribute_label_long
233: from ak_region_items ri, ak_regions r, ak_attributes_vl a
234: where ri.region_code = r.region_code
235: and ri.region_application_id = r.region_application_id
236: and ri.attribute_code = a.attribute_code
237: and ri.attribute_application_id = a.attribute_application_id