DBA Data[Home] [Help]

APPS.OKL_JTOT_CONTACT_EXTRACT_PUB dependencies on AK_REGION_ITEMS

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

59:
60: CURSOR ak_prompt_csr(p_ak_region VARCHAR2, p_ak_attribute VARCHAR2) IS
61: --start modified abhsaxen for performance SQLID 20562543
62: select a.attribute_label_long
63: from ak_region_items ri, ak_regions r, ak_attributes_vl a
64: where ri.region_code = r.region_code
65: and ri.region_application_id = r.region_application_id
66: and ri.attribute_code = a.attribute_code
67: and ri.attribute_application_id = a.attribute_application_id