DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on AK_REGION_ITEMS

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

213:
214: CURSOR ak_prompt_csr(p_ak_region VARCHAR2, p_ak_attribute VARCHAR2) IS
215: --start modified abhsaxen for performance SQLID 20562645
216: select a.attribute_label_long
217: from ak_region_items ri, ak_regions r, ak_attributes_vl a
218: where ri.region_code = r.region_code
219: and ri.region_application_id = r.region_application_id
220: and ri.attribute_code = a.attribute_code
221: and ri.attribute_application_id = a.attribute_application_id